Temporal · Arazzo Workflow
Temporal Track an Async Operation to Completion
Version 1.0.0
Poll a Temporal Cloud async operation until it leaves the pending state, branching on outcome.
Provider
Workflows
track-async-operation
Poll an async operation until terminal and branch on success or failure.
Repeatedly calls getAsyncOperation, looping while the state field equals pending, then branching on whether the terminal state indicates failure (failureReason populated) or success.
1
pollOperation
getAsyncOperation
Poll the async operation status. While state equals pending the step loops back onto itself; once terminal it branches on the outcome.