Skip to main content

2 docs tagged with "webhooks"

View All Tags

Async Job Polling

Wait for a long-running job without holding a request open. Submit the work, poll until it reports done, and suspend the run between polls so nothing is held open and a restart does not lose it.

Human Approval

Pause a workflow until a person approves it. The run is parked durably and resumes when the approval link is called; a request nobody answers fails rather than quietly proceeding.