Appian · Arazzo Workflow
Appian Inspect a Package Before Deployment
Version 1.0.0
Start a package inspection, poll for results, and branch on whether blocking errors were found.
View Spec
View on GitHub
AutomationBPMBusiness Process ManagementEnterprise SoftwareLow-CodeProcess AutomationRPAWorkflowArazzoWorkflows
Provider
Workflows
inspect-package
Inspect a deployment package and branch on whether errors block deployment.
Submits a package and settings for inspection, polls until the inspection completes, and reports the error and warning counts, branching to surface error detail when blocking problems are found.
1
startInspection
createInspection
Create an inspection operation for the supplied package and settings files so potential deployment problems can be detected ahead of import.
2
pollInspection
getInspectionResults
Poll the inspection results until the operation leaves the IN_PROGRESS state, then branch on whether any blocking errors were reported.
3
surfaceErrors
getInspectionResults
Re-read the inspection results to surface the detailed error list when blocking problems were found so they can be reviewed and resolved.