The Wait for Condition component is used to wait until a predefined conditions are satisfied and process to the next activity. It typically provides a pause or delay in the workflow and where actions are taken based on the real-time fulfillment of conditions rather than fixed conditions.
The three possible use-case of Wait for Conditions are:
Approving the record without satisfying the configured conditions: In this use-case, the approval is completed and execution of the workflow is paused at this activity.
Approving the record with satisfying the configured condition: In this use-case, if the condition is satisfied then the workflow execution will proceed to the move to the next activity.
Ensuring that the condition is met while the execution is pending and await for condition: When the approval is completed but the condition remains unsatisfied, the execution awaits the condition to change. Upon satisfying the condition, it will proceed to the next level.
To configure Wait for Condition, perform the following steps:
Drag and drop the Wait for condition into the Workflow Canvas.
Double-click the Wait for Condition component.
The Wait For Condition page is displayed.
Figure: Wait for ConditionClick + Add Condition to add input conditions that can be used within condition rules.

Figure: ConditionEnter the required details as described in the following table.
Field
Description
Field Value
Select the table created in the workflow are listed for which data source is created.
Operator
Select the required operator from the drop-down list. The Possible values for Operator are the predefined values such as Is Not, Doesn't Change etc. These values are displayed based on the selected Field Values.
Value
Based on the selected Field type and Operator the options are populated in the Values field.
Click to consolidate multiple conditions that should be evaluated together. You can utilize the AND/OR conditions and take advantage of the grouping functionality within the tool. The Group button becomes visible when you select the check box associated with the defined conditions.