Appian · Arazzo Workflow
Appian Import a Deployment and Confirm Results
Version 1.0.0
Import a deployment package, poll until completion, and branch on whether the import succeeded or finished with errors.
View Spec
View on GitHub
AutomationBPMBusiness Process ManagementEnterprise SoftwareLow-CodeProcess AutomationRPAWorkflowArazzoWorkflows
Provider
Workflows
import-deployment
Start an import deployment, poll to completion, and branch on success vs errors.
Creates an import deployment from a package ZIP and supporting files, polls the deployment until it reaches a terminal status, and either reports the import summary on success or retrieves the deployment log when the import completes with errors or is rejected.
1
startImport
createDeployment
Create an import deployment. The Action-Type header is set to import and the multipart form carries the JSON configuration plus the package and optional settings and customization files.
2
pollImport
getDeploymentResults
Poll the deployment results until the import leaves the IN_PROGRESS state, then branch on the terminal status.
3
fetchLog
getDeploymentLog
Retrieve the plain-text deployment log when the import did not complete cleanly so the failure detail is available for troubleshooting.