Designing Workflows in the Editor

The Workflow editor is the canvas that you see when you open the Workflow page after creating a Workflow object. The editor contains graphic tools to insert, connect, move and work with the tasks in the Workflow. As a developer and object designer, you design the logic of your Workflow here not only by structuring and connecting tasks, but also by defining task-specific properties. You can define task-specific properties hat have an impact on the execution of the Workflow. For more information, see Object Properties in Workflows.

Notes:

Tip: Read the following topics, where you find descriptions of functions that help you work faster:

Overview of the Editor

This screenshot shows the Workflow editor. Each main element of the editor has a number. The list after the screenshot briefly describes each element:

  1. User Interface displaying the name, title or alias of the Workflow. It also contains the back button, which lets you navigate back to the page that you have previously visited.

  2. Button to switch the edit mode on and off. A Workflow is in read only mode in the following situations:

    • You have permissions to view it but not to edit it
    • It is being edited by another user
  3. Workflow toolbar with buttons to access the most important functions that apply to the Workflow.

  4. Navigation pane with tabs to access the pages where you configure the Workflow.

  5. Editor toolbar with buttons to access the most important functions that apply to the tasks that are selected:

    • Undo/Redo buttons

      Undo (Ctrl + Z) reverts your last change, Redo (Ctrl + Y) restores your last undone action. Both apply to the Workflow design, that is, you can redo or undo the following operations:

      • Add or remove tasks
      • Copy and paste tasks
      • Replace tasks
      • Connect or disconnect tasks
      • Change the position of tasks
      • Insert or remove columns or rows
    • Function buttons that apply to the task that is selected. The buttons are grayed out if no task is selected.

  6. Field for Searching for Tasks in the Workflow Editor.

  7. Objects button for Adding Tasks to a Workflow.

  8. Properties button for defining Object Properties in Workflows.

  9. Move mode button for Moving Tasks in the Workflow and Panning.

  10. Selection mode button for Selecting Tasks in the Workflow.

  11. Connection mode button for Connecting Tasks in the Workflow.

  12. Tool for Zooming in the Workflow.

  13. Canvas. You design your Workflows here.

    When you create a Workflow, the canvas displays the START and END nodes. You start designing the Workflow by adding objects that you arrange and connect to establish the processing sequence. If necessary, you can then configure the properties of each task in the Workflow.

  14. Selected tasks. Incoming lines are always blue, outgoing lines are yellow.

  15. Mini map.

    Large Workflows spread over the visible part of the Workflow editor or monitor. When they contain hundreds of objects, panning is not enough to get an overview of the structure of the Workflow. The mini map at the bottom right corner helps you orientate within them. It provides a minimized and simplified view of the entire Workflow. In the Workflow monitor, it also displays the objects with the colors that identify their status.

    The mini map is an indicator of where the current screen lies within the Workflow structure. A square highlights it. The editor and the mini map are synchronized. If you change the focus in one, it also changes it in the other.

See also: