initial condition
Overview
One or more “conditions"
can be set for a trigger for a named event in the workflow. Adding a condition is optional.
Adding the "initial":true
condition to a trigger, listens for the trigger event that occurs when the state is the workflow initial state.
the condition is boolean with a value of
true
orfalse
When the named workflow event occurs, the trigger checks that any required condition is met and sets one or more actions if they are met.
Constrain the initial
condition to a single named state in the workflow by using it together with the "state"
condition. The two conditions used together are evaluated as an AND function.
JSON Condition | JSON code | Note |
---|---|---|
| "conditions":
[
{"initial":true}
], | The trigger action occurs if the current state is the The
The
|
The |