Skip to main content

Early Return

It is possible to define a node at which the flow will return at for sync endpoints. The rest of the flow will continue asynchronously.

Useful when some webhooks need to return extremely fast but not just the uuid (define first step as early stop) or when the expected return from the webhook doesn't need to the full flow being computed.

Set early return

Webooks can be found on the flow page once deployed.

Early webhooks