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
The `workflowId` property defines the unique id of the sub-workflow to be invoked.
2605
+
2592
2606
The `waitForCompletion` property defines if the SubFlow action should wait until the referenced reusable workflow
2593
2607
has completed its execution. If it's set to "true" (default value), SubFlow action execution must wait until the referenced workflow has completed its execution.
2594
2608
In this case the workflow data output of the referenced workflow will be used as the result data of the action.
0 commit comments