Skip to content

Waiting#

Waiting allows you to pause a pathway mid-execution, then resume where the pathway left off, with the same data. This is useful if you need to rate limit your calls to a service, or wait for an external event to complete. You can wait for a specified time period, or until a webhook is called.

Making a pathway wait uses the Wait node. Refer to the node documentation for usage details.