Workflow Designer

Workflow Designer


The workflow designer contains the following sections:

  • Action Toolbox;
  • Workspace;
  • Variable Properties Panel.


Action Toolbox is on the left side of the page. The toolbox shows actions available to build workflow. The actions are grouped in categories.

The workspace contains the workflow scheme. The scheme has start point, finish point and a space to add actions. Add, delete, move and configure actions to build workflow logic.


The panel shows properties of the selected variable and workflow actions which use this variable. Actions, which use selected variable, are also highlighted on the scheme in the workspace. Select action in variable properties panel to navigate to this action on the scheme.

Add action

Click on the area with “+” sign on the scheme and select an action in the grouped context menu to add this action to the scheme. Or you can drag and drop an action from the action toolbox to this area to add the action to the scheme.

Operations with actions

All available operations are in the context menu of the action.

Operation Description
Edit Opens action configuration dialog.
You can also open this dialog with double click on the action.
Copy Copies action to buffer so it can be pasted in the future.
Operation also applies to all nested actions in case of coping container action such as Sequence.
Cut Deletes action from the scheme and copies it to buffer so it can be pasted in the future.
Operation also applies to all nested actions in case of cutting container action such as Sequence.
Delete Deletes action from the scheme.
Operation also applies to all nested actions in case of deleting container action such as Sequence.
Disable Disables action.
Operation also applies to all nested actions in case of disabling container action such as Sequence.
The operation is unavailable for the actions nested inside disabled containers.
Enable Enables action.
Operation also applies to all nested actions in case of disabling container action such as Sequence.
The operation is unavailable for the actions nested inside disabled containers.
Collapse Collapses action.
Operation is available only for container actions such as Sequence.
Expand Expands action.
Operation is available only for container actions such as Sequence.

Contents