...
Trigger Type | Trigger Representation | Trigger Description |
---|---|---|
Execute Trigger | This trigger gets fired by the execution flow and the Unit will be called to execute. | |
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 usually have two output Triggers (Success and Fail), which can be used to branch to individual flows. These triggers precisely define the execution flow of the Workflow. As a consequence to the strictly controlled execution flow, it is not possible to wire a Trigger to multiple other Triggers. If this is required please use the appropriate Units, such as Multi Trigger, Branch and Trigger Join. |
...