Changes

Workflow Designer

784 bytes added, 09:42, 11 July 2013
/* Designing workflows */
==Designing workflows==
 
Designing a workflow is fairly easy and typically involves placing, configuring and connecting various Activities. All available activities are listed in the Toolbox on the left side. Use Drag&Drop to place an Activity on the canvas in the middle. Select an activity on the canvas and use the context menu or the {{key press|Del}} key to remove it again.
 
{{Hint|Unless the activity is of type ''FlowChart'' or ''Sequence'', you will not be able to add more than one Activity to the canvas}}
 
Typically you want to start with a Sequence or a Flowchart, which are both able to host child (nested) Activities
* The Sequence executes its nested Activities sequentially, one after the other
* The FlowChart executes its nested Activities in the order you link them with connecting lines
==Other functionality==