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.
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.
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.