Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Triggers  are represented by grey, green and red triangles. They cannot be wired to anything else than their own kind.

Trigger TypeTrigger Description
Execute TriggerThis trigger gets fired by the execution flow and the Unit will be called to execute.
Complete Success Trigger

Upon completion, this trigger will be automatically fired and the next Unit, which has its Execute Trigger wired to this Complete Trigger, will be executed next.

Fail TriggerIf something goes wrong while a Unit is being executed, the Fail Trigger will be fired instead of the Success Trigger.

Gliffy
nametriggerTypez

Info

Units may have several Complete Triggers, which can be used to branch to individual flows. These triggers, when wired together, precisely define the execution flow of the Workflow. As a consequence to the strictly controlled execution flow, it is not possible that an Execute Trigger of a Unit gets wired to more than one trigger or port.

...