Appian · Arazzo Workflow
Appian Export an Application Package
Version 1.0.0
Resolve an in-flight package for an application and export it as a downloadable deployment artifact.
View Spec
View on GitHub
AutomationBPMBusiness Process ManagementEnterprise SoftwareLow-CodeProcess AutomationRPAWorkflowArazzoWorkflows
Provider
Workflows
export-application-package
Resolve a package for an application and export it, then expose the download URLs.
Looks up the in-flight packages for an application, selects the most recently modified package, starts an export deployment for it, polls until the export completes, and returns the exported artifact URLs and log link.
1
listPackages
getApplicationPackages
Retrieve the in-flight packages for the application so the most recently modified package UUID can be used to drive the export.
2
startExport
createDeployment
Create an export deployment for the resolved package UUID. The Action-Type header is set to export and the JSON configuration names the export type and the single package UUID to export.
3
pollExport
getDeploymentResults
Poll the deployment results until the export leaves the IN_PROGRESS state. Retries while the status is still running and proceeds once a terminal status is reported.
4
fetchLog
getDeploymentLog
Retrieve the plain-text deployment log for the completed export so the full export record is available alongside the artifact URLs.
Source API Descriptions
openapi