Execute Workflow¶
Fires the given workflow. Does not wait for the workflow to complete to resume execution
Type¶
transform
Class¶
fire.nodes.util.NodeExecuteWorkflow
Fields¶
Name |
Title |
Description |
|---|---|---|
workflowUuid |
Workflow |
The workflow to execute |
isEnabled |
IsEnabled |
isEnabled true execute the selected workflow. |
parameterName |
Parameter Name |
parameters name. |
parameterValue |
Parameter Value |
parameters value. |
Details¶
Execute Workflow Node Details¶
The Execute Workflow node allows a workflow to call and execute another workflow. This enables creating a DAG of workflows where you can pass, if required, additional parameters to the called workflow .
Input Parameters¶
OUTPUT STORAGE LEVEL : Keep this as DEFAULT.
WORKFLOW : Select the workflow to be called/executed.
isEnabled : If set to be true it will execute the specified workflow.
KEY VALUE ARRAY : OPTIONAL, Used to pass values to the specified workflow from the current workflow.
Parameter Name : An unique name to identify the parameter that is being passed.
Parameter Value : A value that is assigned to a parameter name, can be of numeric or string type.