Source: https://fyno.docs.pageloop.ai/documentation/advanced-features/workflows/nodes-and-actions/wait-for

# Wait For

The **Wait For** widget is used to pause workflow execution for a specified duration before continuing to the next workflow step.

This is useful for creating delayed journeys, scheduled follow-ups, reminder notifications, or timed workflow actions.

Users can configure the wait duration using:

- Time
- Unit

The supported duration range is between **1 minute and 30 days**.

## Steps to configure Wait For Widget

1. Drag and drop the **Wait For** widget into the workflow and connect it to the required workflow step.
2. Configure the **Time** field.

   Enter the numeric value that defines how long the workflow should pause before continuing.

   Example:
   ```text
   1
   ```
3. Select the **Unit** for the wait duration.

   Supported units may include:
   - Minutes
   - Hours
   - Days
   Example:
   ```text
   Days
   ```
4. Save the workflow configuration.

   Once configured, the workflow execution will pause for the specified duration before triggering the next workflow action.

## Example

| Time | Unit    | Result                                           |
| ---- | ------- | ------------------------------------------------ |
| 1    | Days    | Workflow waits for 1 day before continuing.      |
| 30   | Minutes | Workflow waits for 30 minutes before continuing. |
| 2    | Hours   | Workflow waits for 2 hours before continuing.    |

> [!NOTE]
>
> The supported wait duration must be between 1 minute and 30 days.
