Skip to content

fix: #1344 convert destObj to the correct property type before settin… #1346

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

nurlanmikayilov
Copy link

@nurlanmikayilov nurlanmikayilov commented Mar 28, 2025

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.

@danielgerlag
Copy link
Owner

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

…kflow

- Added `should_execute_json_workflow_with_complex_input_type` test to verify handling of complex input properties.
- Ensured `AssignTask` step correctly sets `Assignee` information in `FlowData`.
- Included JSON workflow definition with complex input property.
- Verified `Assignee` and `UnitInfo` properties are correctly set in the test.
@nurlanmikayilov
Copy link
Author

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

I’ve added the requested integration tests. Let me know if any further changes are needed.

@nurlanmikayilov
Copy link
Author

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants