Start Workflow

Start Workflow



Use context menu or action toolbox to add Start Workflow action to workflow scheme.

  • Click on the area with (Edit) icon on the scheme and:
  • Select category Logic and Flow;
  • Choose Start Workflow.
  • In action toolbox:
  • Select category Logic and Flow;
  • Drag and drop Start Workflow action to the area with (Edit) icon on the workflow scheme.


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.


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.

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.

Contents