...
Triggers are represented by grey, green and red triangles. They cannot be wired to anything else than their own kind.
Trigger Type | Trigger Description |
---|---|
Execute Trigger | This 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 Trigger | If something goes wrong while a Unit is being executed, the Fail Trigger will be fired instead of the Success Trigger. |
Gliffy | ||||
---|---|---|---|---|
|
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. |
...