Workflow Invocation
This node enables invoking another workflow within the current workflow.
Configuration Item Description
Workflow Invocation
Select the workflow to invoke
The invoked workflow must be configured with a "triggered by component behavior or invocation" trigger to be triggered by the current node.
Invocation Parameters
Parameters passed during workflow invocation are written in expression form. Expressions can reference outputs from other nodes to achieve dynamic parameter passing.
Node Response
The return value of the invoked workflow will be the output of this node.
Debugging Instructions
Before debugging this node, the invoked workflow must have undergone process debugging.
During debugging, the invoked workflow in the debug environment is called. If the invoked workflow has been edited or modified, its execution flow may differ from the published workflow. During debugging, the corresponding workflow is triggered and its returned content is retrieved.