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.
Table 1. Wait For WF Event activity input variables
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.