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 ApplicationsEnterpriseExtensionsHCMHuman Capital ManagementIntegrationOrchestrationPaaSArazzoWorkflows
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
createApp
Register the new Extend application in the tenant. The app is created in draft status with the supplied metadata.
2
createVersion
createAppVersion
Create the first version of the application. The version is created in draft status and identifies the artifact that will be deployed.
3
deployApp
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
getAppDeployment
Poll the deployment record until it reaches a terminal status. Repeats while the deployment is still pending or in progress.