Appian · Arazzo Workflow
Appian Resolve a Named Package and Export It
Version 1.0.0
List an application's packages, branch on whether any packages exist, and export the most recently modified one.
View Spec
View on GitHub
AutomationBPMBusiness Process ManagementEnterprise SoftwareLow-CodeProcess AutomationRPAWorkflowArazzoWorkflows
Provider
Workflows
resolve-and-export-named-package
List packages, branch on emptiness, and export the newest package.
Reads the application's packages and either ends when none exist or exports the most recently modified package and polls the export to a terminal status.
1
listPackages
getApplicationPackages
List the application's in-flight packages and branch on whether any packages are available to export.
2
exportNewest
createDeployment
Export the most recently modified package by its resolved UUID, setting the Action-Type header to export.
3
pollExport
getDeploymentResults
Poll the export deployment until it leaves the IN_PROGRESS state and capture the exported package download URL.
Source API Descriptions
openapi