0
Workflow Framework: Start a New Workflow
To start a workflow to your logicnet select the Workflow: start workflow option from your node selector.
- Right-click on the viewer screen.
- Select add node.
- Select Workflow: start workflow from the node selector options. The system adds the node to the logicnet.
- Select the node and open the Parameters tab to configure the node.
Editor Fields
Field Name | Description/Use | Type/Options | Optional/Mandatory |
Workflow net | This is the name of the workflow logicnet. | Logicnet | Mandatory |
Data | This is the initial data to pass into the workflow. It can be a data object or a Lua structure. The system stores this data so it can be available to all the tasks in the workflow. | Data Object | Optional |
Error | This is the data object for storing errors if the occur. | Data Object | Optional |
Workflow instance | This is the data object for storing the instance ID of the started workflow. | Data Object | Optional |
Active task ID | This is the data object for storing the ID of the active task within the workflow. | Data Object | Optional |
Like
Follow
Reply