This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
variables are not getting set if the SET_VARIABLE task is followed by a workflow task #3771
Labels
type: bug
bugs/ bug fixes
The conductor is not setting any variables when a SET_VARIABLE task is followed by a workflow.
This is easy to reproduce with a small workflow having a set variable followed by another workflow.
As shown in the attached workflow sample snippet. the set_output_variables_ref_1 is trying to set two variables user and param.
even after the successful execution of the task the varaibles are not set and they dont even appear in the varaibles pane under"Workflow Input/output"
Hence when the last task divide in the snippet tries to access the variable param it gets null
The text was updated successfully, but these errors were encountered: