Workflow Start
Description
This part starts an instance of a workflow. It will therefore create a record of the workflow in the generic_workflow table and return the instance ID of the workflow.
Optionally the: user-id and the instance ID of a parent workflow can be provided to store with the workflow information in the table.
Use
Add the part to a process-node and configure its parameters. Once the process-node is executed a new instance of a workflow has been created.
Editor Fields
Group |
Field |
Type / Options |
Optional/ |
Description |
Basic |
User-id |
Text |
O |
The id of the user that requested the start of the workflow |
Basic |
Parent Workflow-id |
Integer |
O |
The instance ID of the parent workflow |
Basic |
Workflow-id saved to |
Data object |
O |
The data object to store the instance ID of the started workflow |
Example
None