Start Workflow
Start Workflow
Add action
Use context menu or action toolbox to add Start Workflow action to workflow scheme.
- Click on the area with () icon on the scheme and:
- Select category Logic and Flow;
- Choose Start Workflow.
- Select category Logic and Flow;
- Drag and drop Start Workflow action to the area with () icon on the workflow scheme.
Configure action
Open action configuration dialog to edit action properties:
- Open action context menu on the scheme and choose Edit;
- Or double click the action on the scheme.
Action properties
Use configuration dialog to edit action properties:
Property |
Description |
Title |
Defines action title.
By default the title is action type name. |
Workflow |
Select the scope of the workflow:
- Site workflow;
- List workflow.
Then select the workflow to start. |
Output |
Workflow id |
Variable in which started workflow id will be stored. |
Examples
Start site workflow and store its ID:
Start workflow on list item defined by condition:
Try using Where clauses, which return only one item. If more than one item is returned, the workflow will start only on the first one.