workflow-core
workflow-core copied to clipboard
fix: #1344 convert destObj to the correct property type before settin…
There is no longer a need to specify the input data type. A minor change for Issue #1344 now allows it to function without requiring data type information for the input.
Thank you for this contribution. This is really great. Could you please add some test coverage for this scenario to the StoredJsonScenario integration test?
https://github.com/danielgerlag/workflow-core/blob/master/test/WorkflowCore.IntegrationTests/Scenarios/StoredJsonScenario.cs
Thank you for this contribution. This is really great. Could you please add some test coverage for this scenario to the
StoredJsonScenariointegration test?https://github.com/danielgerlag/workflow-core/blob/master/test/WorkflowCore.IntegrationTests/Scenarios/StoredJsonScenario.cs
I’ve added the requested integration tests. Let me know if any further changes are needed.
Hi @danielgerla , I recently made a pull request and have since added a few more commits to support list of complex input type. Could you please review the latest changes when you have a moment? I’d appreciate your thoughts and any suggestions for further improvement. Thanks for your time!