Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Overview
Excerpt |
---|
A trigger can be set to listen for a named event in the workflow. When the workflow event occurs the trigger will check that any required conditions are met, and if met set one or more actions. |
Event
A trigger can be set to listen for the following events
:
Child pages (Children Display)
A workflow JSON trigger can include more than one event
.
However, only one of each type of event
can be included in a single trigger.
The trigger event can be filtered to a specific occurrence using conditions
.
Once the event occurs and any conditions are met the trigger actions
occur.
Example
Insert excerpt | ||||
---|---|---|---|---|
|
If you want to add this trigger to a workflow using workflow builder, copy and paste the JSON code format (without the opening "triggers":
JSON markup notation) to the Triggers dialog in the Edit Workflow panel in workflow builder.
o