Wait for condition workflow activity
-
- UpdatedAug 3, 2023
- 2 minutes to read
- Vancouver
- Workflow
The Wait for condition activity causes the workflow to wait at this activity until the current record matches the specified condition.
The workflow evaluates the Wait for condition activity each time the current record is updated. Use this activity to pause a workflow indefinitely until a particular criteria is met by a record update. To pause a workflow for a timed duration see Timer workflow activities.
Results
The workflow designer can assign a result value using activity.result
from
within a script field of the activity. The activity transitions when the result value is
true.
Input variables
Field | Description |
---|---|
Condition | The workflow is paused at this activity until this condition matches the current record. |
Condition script | If specified, the workflow is paused at this activity until this script sets the answer variable to true. |