Wait Until
The WaitUntil node let the flow execute when the boolean condition is true.
Ports
Inputs
| Port Name | Type | Default Value | Description |
|---|---|---|---|
| Trigger | Trigger the condition validation. | ||
| [Boolean] | The condition Value. If true, it can execute. |
Outputs
| Port Name | Type | Default Value | Description |
|---|---|---|---|
| Trigger | Execute the next action when the condition is true. |