MuleSoft · Arazzo Workflow
MuleSoft Deploy Application and Poll Until Started
Version 1.0.0
Deploy a CloudHub application and poll its status until it reaches STARTED.
Provider
Workflows
deploy-app-and-poll-status
Deploy a CloudHub application and wait for it to become STARTED.
Creates a CloudHub application in the target environment, then repeatedly reads the application status until the deployment settles on STARTED.
1
deployApplication
createApplication
Deploy a new CloudHub application into the target environment.
2
pollStatus
getApplicationStatus
Read the application deployment status. Branch on the reported status: finish when STARTED, otherwise loop back to poll again.