Workday Extend · Arazzo Workflow
Workday Extend Register and Deploy Application
Version 1.0.0
Register an Extend app, publish a version, deploy it, and poll until the deployment settles.
View Spec
View on GitHub
AutomationCustom ApplicationsEnterpriseExtensionsHCMIntegrationOrchestrationPlatform-as-a-ServiceArazzoWorkflows
Provider
Workflows
register-and-deploy-app
Create an Extend app, version it, deploy it, and wait for the deployment to finish.
Registers a new Workday Extend application, creates its first version, deploys that version to the requested environment, and polls the deployment record until it is deployed, failed, or rolled back.
1
registerApp
Register the new Extend application in the tenant. The app is created in draft status with the supplied metadata.
2
createVersion
Create the first version of the application. The version is created in draft status and identifies the artifact that will be deployed.
3
deployApp
Deploy the newly created version to the target environment. The API accepts the request and returns a deployment record with a 202 Accepted status.
4
pollDeployment
Poll the deployment record until it reaches a terminal status. Repeats while the deployment is still pending or in progress.
Source API Descriptions
openapi
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.