Deploy to Target Environments

Overview

This page outlines the various methods to deploy a package from one environment to another, and which method is best for each type of environment.

When you deploy a package, changes are taken from the source environment and moved to the target environment. Some common deployment paths include:

Source Environment Target Environment
Development Test
Development 1 Development 2
Break Fix / Hotfix Development
Test Production

The optimal approach depends on the security considerations of your source and target environments, as well as the type of changes you have - whether it’s one or more applications, packages, environment specific data, Admin Console settings, or a mix. There are three methods for deploying a package in Appian:

  • Compare and Deploy - Directly deploy applications, packages, plug-ins, and database scripts with guided steps.
  • Export and Import - Manually import and export applications and packages between environments
  • Automated Deployment Manager - Customize your own deployment process with this tool.

If you're an Appian RPA customer, remember you'll need to package and deploy robotic processes separately from applications. Learn how to deploy robotic processes and apps.

Before you begin deployment

Appian recommends that production deployments be performed during off-peak hours. A maintenance window can be scheduled in the Administration Console, if necessary. Also, consider adding a post-deployment process to your application to automate any tasks and make your development lifecycle more efficient

If you are moving complete applications from a staging environment to a production environment, take standard precautions to ensure continuity:

  • To create a backup of your production objects, export all of the existing objects associated with your application. If the import should fail for any reason, this allows you to restore the previous state of the application.

Compare and deploy across connected environments

Compare and deploy is the easiest and recommended method of deployment. If your DevOps infrastructure is set up, these connected environments can be enabled to interact and directly deploy changes from one to another without manually downloading and uploading .zip files. For deployments to higher environments such as Production, you can require a review process by enabling it in the Administration Console

The compare and deploy feature guides you through a few straightforward steps:

  • Review your package and add plug-ins or database scripts
  • Inspect your package
  • Deploy

Review the package

After preparing a package, comparing across environments will help changes in the package, making it easier to peer review and deploy.

  1. Within an application, click COMPARE AND DEPLOY. If you are already in the context of a package, that package will be pre-selected in step 3. /compare and deploy button updated.png
  2. Select a target environment to compare your package against and deploy to. /compare and deploy select_target_env.png
  3. Review your changes. /compare and deploy prepare package annotated

    • A. If the application properties, security, or actions have changed, the option is provided to either deploy the entire application or just a package. Otherwise, this option will not appear.
    • B. The name of the package you're deploying. You can select any package in the application for deployment. Learn more about how to create packages.
    • C. For an object with the status of Changed or Conflict Detected, click on the Status link to see the object comparison. Make sure to address any conflicts before proceeding to deploy.
    • D. If you are making changes to your package, unselect the Only view objects in package filter and add more objects from the application to the package. When deploying an entire application, all objects are automatically included.
  4. Upload database scripts to deploy alongside object changes: /compare and deploy prep package db annotated.png

    • A. Click the DATABASE SCRIPTS tab.
    • B. Select the data source to run the scripts on. This is a list of data sources available on the source environment; the data source’s name on the target environment must match in order for the scripts to properly execute.
    • C. Upload the database scripts, which can be .sql or .ddl files.
    • D. Specify the sequence of execution. Scripts can be moved up, down, or removed. Appian must be able to successfully run the scripts before it can attempt to deploy the objects. If an error occurs during script execution, the deployment will stop. To resolve script errors, refer to the deployment log for further details.
      • Note: Appian will attempt to rollback changes if script execution is not successful. However, some database types and versions do not allow rollback of certain changes, such as data manipulations.

    When deploying database scripts that add rows to the source table of a record type with sync enabled, you can use the force sync command in the import customization file to see the new rows from your source directly after import. The record type does not need to be in the deployment package in order to force a sync. Instead of force sync, you can also wait for the next scheduled sync of the record type or trigger a manual sync on the record type object directly. To force the sync on import, uncomment the command recordType.<UUID>.forceSync = true in your import customization file and replace <UUID> with your record type’s UUID. You can find the record type object UUID by clicking the gear menu > Properties. For more information on record types with sync enabled, see Data Sync in Appian Records.

  5. Select plug-ins to deploy alongside object changes: /compare and deploy prep package db annotated.png

    • A. Click the PLUG-INS tab.
    • B. For plug-ins with the status of Changed, click the Status link to see the plug-in comparison.
    • C. Select and add plug-ins required for your deployment. All plug-ins referenced by objects in your package are listed by default.
    • D. Click ADD TO PACKAGE.
      • Note: Inspect does not detect all plug-in errors. If plug-in deployments fail, Appian automatically rolls back all changes in the target environment.
  6. Once all objects, scripts, and plug-ins are added to the package, click NEXT.

If you have attached database scripts to your direct deployment, they can be downloaded from the deployments view and the deployment log will record any errors encountered during script execution.

Inspect the package

The package must be inspected against the target environment before deploying it. Only packaged objects are inspected.

During inspect, Appian will provide you with warning messages about your packaged objects. There are four types of warnings that you should resolve before deploying your applications:

  1. A security warning will appear if any objects in your package do not have properly configured security. You can review the Security Summary for packaged objects at any time during inspect by clicking the related Review link.
  2. A test case warning will appear if any expression rules in your package have failing tests or have outdated test results. Click the Review link to access Manage Test Cases, address this warning, and run your test cases again before continuing with the deployment.
  3. Missing precedents will appear if a necessary object is not included in the package and not already in the target environment.
  4. Any errors that appear could prevent the successful deployment or import of packaged objects.

Once you resolve the issues, click INSPECT AGAIN to confirm that there are no additional missing precedents, warnings, or errors before clicking NEXT.

Inspect does not detect all possible errors. Plug-in errors, duplicate object names, other users editing the object, and missing import customization files are some issues that can cause import or deployment failures but are not reported when inspecting objects. Database scripts are not inspected and should be reviewed separately.

Review and deploy

Confirm the high-level details, and add a name and description for the deployment. These allow you to track what is included in a deployment, and will be reflected in the deployment details in the deployments view.

Click DEPLOY to send a deployment request to the target environment. You can also click EXPORT to download the package as a zip file; this will not affect the target environment. Only application administrators can deploy, while viewers and editors can export objects to which they have permissions. Refer to the security section for more details.

/compare and deploy review details updated

A confirmation dialog will appear once the changes are sent to the target:

/compare and deploy_confirmation.png

Once your deployment is in progress, the deployment details will be available on the Deployments View in the source and target environment. Deployment details are only visible by system administrators and application administrators.

If your deployments require review, application administrators, and users in the reviewer group will receive emails about the pending deployment. They can approve or reject packages in the deployments view. Once a package has successfully deployed to the target environment, the same package can be deployed to another environment as well.

deployment-approval.png

Automated deployment manager

Appian provides the Automated Deployment Manager which allows you to customize and even further automate your deployment process with Appian, by integrating with your team’s version control system and continuous integration tools.

For more information, see the DevOps Quick Start Guide.

Manual export and import

Packages can be manually exported from the source environment and then imported into the target. Import and export details are available in the deployments view of every environment. Appian recommends using manual export and import if you do not have environments added to your infrastructure. To deploy objects, plug-ins, import customization files, and database scripts directly to another environment, use compare and deploy.

Import customization files can be included in your packages for manual export and import, but other dependencies will have to be handled separately. Changes to Administration Console settings, databases, and plug-ins must be applied separately.

Export

Once you've checked your application for missing precedents, you are ready to export your package. To export a package:

  1. Depending on your package type, click one of the following buttons in your source environment:
    • To export an application, select it in Appian Designer, click EXPORT and select Application in the dropdown menu.
    • To export packages, in the application view click PACKAGES. Select a package and click EXPORT.
  2. Review or edit the file name and click EXPORT.
  3. Click the DOWNLOAD PACKAGE button to download the zip file. If your application contains objects with environment specific or sensitive values, click the Download import customization file link.

Exported packages will be automatically deleted after 30 days and will no longer be available for download as attachments. You can change the number of days before export package cleanup in the Admin Console Settings.

Inspect and import

Since you can't undo an import, you should always inspect a package before completing the import to check for warnings, conflicts, or missing precedents. Inspecting objects identifies general issues, such as missing dependencies, data stores that don't match the schema on the target environment, and package corruption or invalid XML.

Inspect may not report some errors. Insufficient permissions, duplicate object names, other users editing the object, and missing import customization files are some issues that can cause import failures but are not reported when inspecting objects.

Importing a package at the application level will not add objects to a specific application. You must re-import the package inside the correct application.

Importing an application into another application will add objects to that specific application. You can remove them by selecting the imported objects and clicking REMOVE FROM APP in the toolbar.

To inspect and import a package:

  1. Depending on your package type, click one of the following buttons in your target environment:
  2. Upload your package zip file and related import customization file if applicable.
  3. Click INSPECT and review the inspection results.
  4. Click IMPORT PACKAGE. Importing your package adds the objects directly in the environment.

Export and import multiple packages across applications

To export multiple packages from the applications list view:

  1. Select the Applications with Packages filter on the left-hand pane and check all the applications with packages.
  2. Click the EXPORT dropdown menu and select Packages.
  3. Select a package from each application.
  4. Edit the file name and click EXPORT.

The IMPORT option in the applications view handles both applications and packages for multiple applications. When your import contains multiple packages, the corresponding objects are added to the appropriate applications, depending on where the packages were created.

/cross app package export

Inspecting data types from web services

It's a best practice to include data types created from web service definition languages (WSDLs) in your package before exporting it. If those data types are not included in your package AND they don't already exist on the target environment, they'll be listed as problems in the inspection results. Data types that are normally created by the Call Web Service Smart Service or webservicequery() function during import cannot be created by the package inspection process.

Security

Source environment

Developers with viewer access to an application and objects are able to create, compare, and inspect packages across environments, and manually export them. Application administrators and system administrators on the source environment are the only roles able to directly deploy to the target using compare and deploy.

Target environment

Before using compare and deploy, a system administrator account must be specified when setting up deployment configuration in the administration console. The Deploy As account must be in the service account role.

When manually importing a package, you must ensure that you can administer the application and the objects that it contains:

  • For new objects, the user must be able to create an object on the environment. For example, only a System Administrator has the rights to create a Public group (non-system administrators can only create Public groups within groups that they administer).
  • For existing objects, the user must already be an administrator of the object.

The Last Modified By field displays the user who most recently modified the object and the time at which it happened. If the object supports versioning, the Last Modified By information of previous versions are not affected.

Best Practice: Regardless of deployment method, we recommend using a group for each application called <Application_Name>_Administrators.

  1. Create the group on the source environment, and export it (in an application package) to the target machine prior to importing the main application. The group must be deployed in an application package in order for Appian to recognize it as the same group on both environments.
  2. Before exporting the application, add this group to all object rolemaps. Assign Administrator rights to this group.
  3. Temporarily add the users (or user) who imports the application on the target environment to this group before performing an import.
  4. After the import, remove users from the _Administrators group, as needed.

Deploying security rolemaps with exported objects

When objects are deployed to another Appian environment, the deployed objects contain a reference to the users and groups listed in their rolemaps. For example, an exported Knowledge Center contains the list of users and groups with rights to the Knowledge Center.

Rolemap deployment rules:

  • A user or group is only included in the rolemap of a deployed object if at least one of the two conditions below is true.
    • The group is present in the import package or on the target server.
    • The user exists on the target server and is not deactivated. All other users are dropped.
  • When importing an object that already exists on the target server (identified by UUID), the resulting rolemap of the object is what's defined in the import package.
  • Some objects can be configured to inherit their rolemaps from their parent. This configuration is preserved when the object is exported and imported. If the configuration of the object in the import package differs from what’s on the target server, the setting in the import package is used.

Object behavior in target environments

If an object already exists on the target environment (an object exists there with the same UUID), then:

  • A new version is created, if the object supports versioning. A new version is created even if the only modification was to its rolemap.
  • The object in the package overwrites the object in the target, if the object does not support versioning.

Because objects in a deployment aren't updated simultaneously, users may see some inconsistencies in their application behavior as objects are updated. For example, during a lengthy deployment, a constant may be updated but the process model that references the constant has not been updated yet.

During deployments that include a record type with sync enabled, the record type must successfully sync in that environment before it will be available. This may mean that your record type will be unavailable to users, processes, or APIs until the import is complete. For more information on record types with sync enabled, see Data Sync in Appian Records.

Resolving issues

Issues may be encountered for various reasons. For example, an error may occur when you are not an administrator of the object, or if you attempt to deploy a group with the same name as another group.

Best Practice: Inspect the package before deployment in order to identify issues ahead of time.

Deployment errors

Object errors

The deployment, including the export and import processes, does not stop when errors are encountered on specific objects.

However, a problem during the import of an object may cause the import of related objects to also fail. For example, a failure to create a group type during an import would cause the import of any groups of that type to also fail (Appian does not attempt to import these groups in this case).

If a group fails to be created during import, and the group exists in rolemaps for other objects - or is a member of another group - the other objects (or groups) will fail to import due to the missing precedent.

Database script errors

The deployment will completely stop when a database script cannot be executed. In this case, Appian will roll back all possible changes that have been executed so far - this will vary depending on your specific database server. Executing subsequent database scripts and deploying objects will not be attempted.

Reading deployment logs

In each case an error occurs, Appian gathers and displays information on any problems after all objects in the package have been processed. Generally, you can do one of the following:

  1. Resolve the cause of the problem as identified by the log and try again.
  2. Retry with only those objects that failed due to the issue identified. You might prefer this option when the package is especially large.
  3. Manually create or update the failed objects in the target environment.

Deployment log

When using compare and deploy, a deployment log is generated. The log details the stages of your deployment - such as the sending and receiving of the deployment request, executing database scripts, and importing the objects - and whether they succeeded. Errors that occur during database script execution or object import are included here. For more information on object import errors, see below.

Import log

When manually importing, an import log is generated. Objects with import issues are placed in one of two sections at the top of the import log:

  • Problems: Lists the items that could not be imported and the reason why. Make sure to address the cause of the problem before attempting to import the application again.
  • Cascading Problems: Lists the items that could not be imported because they reference an item that failed to import previously. They do not need to be addressed individually.

The following example illustrates the log entries that may be generated when an object reference is not included in the package, and is not present in the target environment.

/App_import_log_example_603.png

In this instance, an imported process model listed an individual user for the assignment of an activity. We recommend using groups for assignments instead. Otherwise, ensure that the target environment has a user with the same username, prior to importing the application.

Additional sections in the import log include:

  • Success: Lists the items that were successfully created or updated by import.
  • Not Changed: Lists the items that were skipped by import because they contained no updates.
  • Version Synchronized: Lists the items were imported to synchronize the version histories. These items had different version histories but were otherwise identical.

See the object comparison statuses for more information.

Open in Github Built: Thu, Feb 23, 2023 (02:59:22 PM)

On This Page

FEEDBACK