Workday Extend · Arazzo Workflow
Workday Extend Launch Orchestration and Poll Execution
Version 1.0.0
Confirm an orchestration, launch an execution with inputs, and poll until it completes.
View Spec
View on GitHub
AutomationCustom ApplicationsEnterpriseExtensionsHCMIntegrationOrchestrationPlatform-as-a-ServiceArazzoWorkflows
Provider
Workflows
launch-orchestration-and-poll
Launch an orchestration execution and poll until it completes, fails, or is cancelled.
Resolves an orchestration, launches a new execution with the supplied input, and polls the execution record until it finishes, then branches on the final status to surface the output or the error message.
1
resolveOrchestration
Retrieve the orchestration to confirm it exists and is active before launching an execution.
2
launch
Launch a new execution of the orchestration, passing the supplied input parameters. The API accepts the request and returns an execution record with a 202 Accepted status.
3
pollExecution
Poll the execution record until it reaches a terminal status. Repeats while the execution is still running.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.