Changes

Workflow Designer

No change in size, 20:02, 22 July 2013
/* Designing workflows */
==Designing workflows==
Designing a workflow is fairly easy and typically involves placing, configuring and connecting various Activitiesactivities. All available activities are listed in the Toolbox on the left side. Use Drag&Drop to place an Activity 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 activity to the canvas}}
Typically we want to start with a Sequence or a Flowchart, which are both able to host child (nested) Activitiesactivities* The Sequence executes its nested Activities activities sequentially, one after the other* The FlowChart executes its nested Activities activities in the order you link them with connecting lines
==Other functionality==