Appian · Arazzo Workflow
Appian Export a Full Application
Version 1.0.0
Confirm an application has in-flight packages, then export the entire application and wait for the artifacts.
View Spec
View on GitHub
AutomationBPMBusiness Process ManagementEnterprise SoftwareLow-CodeProcess AutomationRPAWorkflowArazzoWorkflows
Provider
Workflows
export-full-application
Validate an application then export the whole application and wait for the artifacts.
Reads the application's packages as a validity guard, starts an application-level export deployment, polls it to a terminal status, and returns the exported artifact URLs.
1
validateApplication
getApplicationPackages
Read the application's in-flight packages to confirm the application UUID resolves and is accessible before launching a full export.
2
startExport
createDeployment
Create an application-level export deployment for the validated application UUID, setting the Action-Type header to export.
3
pollExport
getDeploymentResults
Poll the export deployment until it leaves the IN_PROGRESS state, then capture the artifact download URLs.
Source API Descriptions
openapi