Wait for WF Event workflow activity
-
- UpdatedAug 3, 2023
- 1 minute read
- Vancouver
- Workflow
The Vancouver release is no longer supported. As such, the product documentation and release notes are provided for informational purposes only, and will not be updated.
The Wait for WF Event activity causes the workflow to wait at this activity until the specified event is fired.
Use this activity to wait for another activity to fire an event. Events from other activities are fired in a script using the workflow.fireEvent('eventName') API call.
Results
The workflow designer can assign a result value using activity.result
from
within a script field of the activity. This activity transitions when the specified event
fires.
Input variables
The following variables determine the behavior of the activity.
Note: Condition activities run as the user whose actions
match the conditions the workflow was waiting for and advances the workflow.
Field | Description |
---|---|
Wait for Event | An event name to trigger the workflow. |
States
The activity state tells the workflow engine what to do with the activity.