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 ApplicationsEnterpriseExtensionsHCMHuman Capital ManagementIntegrationOrchestrationPaaSArazzoWorkflows
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
getOrchestration
Retrieve the orchestration to confirm it exists and is active before launching an execution.
2
launch
launchOrchestration
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
getOrchestrationExecution
Poll the execution record until it reaches a terminal status. Repeats while the execution is still running.