Appian · Schema

Package

Represents an in-flight deployment package associated with an Appian application. Contains metadata about the package contents and status.

AutomationBPMBusiness Process ManagementEnterprise SoftwareLow-CodeProcess AutomationRPAWorkflow

Properties

Name Type Description
name string The name of the deployment package.
description string A description of the deployment package.
uuid string The unique identifier for the package. This UUID can be used with the Deployment REST API for exports and deployments.
objectCount integer The number of design objects included in the package.
databaseScriptCount integer The number of database scripts included in the package.
pluginCount integer The number of plug-ins included in the package.
datasourceUuid string The UUID of the data source associated with the package, if applicable.
hasCustomizationFile boolean Indicates whether the package includes an import customization file.
createdTimestamp string The timestamp when the package was created.
lastModifiedTimestamp string The timestamp when the package was last modified. Packages are sorted by this field in descending order.
ticketLink string A link to an external ticket or change request associated with this package.
View JSON Schema on GitHub