Appian · Schema

ExportDeploymentResult

Result of an export deployment operation, including URLs to download the exported artifacts such as packages, plug-ins, customization files, and database scripts.

AutomationBPMBusiness Process ManagementEnterprise SoftwareLow-CodeProcess AutomationRPAWorkflow

Properties

Name Type Description
status object
packageZip string URL to download the exported package ZIP file.
dataSource string The data source name or UUID associated with the export.
databaseScripts array Array of database script objects included in the export.
pluginsZip string URL to download the exported plug-ins ZIP file.
customizationFile string URL to download the export customization file.
customizationFileTemplate string URL to download a template customization file for the exported package.
deploymentLogUrl string URL to retrieve the full deployment log.
View JSON Schema on GitHub