You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are not able to use inputs inside the sub workflow as it is if we don't pass it in the args. We need to pass it in the args if we want to use inputs.
mastersilv3r
changed the title
Not able to access inputs object inside the sub workflow
Not able to access inputs object inside the sub workflow unless explicitly passed
Feb 5, 2024
We should merge the args to workflow with the inputs within the GSContexxt when calling sub workflow. This way args will also get passed and also original event inputs.
Version Information
@godspeedsystems/godspeed-core: 2.3.2
Current Behavior
We are not able to use inputs inside the sub workflow as it is if we don't pass it in the args. We need to pass it in the args if we want to use inputs.
Expected Behavior
inputs should go in the sub workflow. We should not set args explicitly.
The text was updated successfully, but these errors were encountered: