Free cookie consent management tool by TermsFeed Deploy to Target Environments [DevOps]
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 you are deploying one or more applications, packages, environment specific data, Admin Console settings, or a mix of these can impact how you decide to deploy.

There are three methods for deploying a package in Appian:

Additional logic can be run after direct or external deployments by configuring a post-deployment process.

For auditing purposes, you can always find all changes introduced to an application in the Deploy view.

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

Before you begin your deployment, we recommend the following actions.

Determine what needs to be deployed

If you're unsure about what you should deploy, check the table below to see which best matches your use case.

Deployment Contents When to Use More Information
Entire application Deploy your application configurations and all related design objects. Use if the application does not exist in your target environment. You can include database scripts and plug-ins with your application deployment.
Package Create a package or select an existing package to deploy a set of changes to your target environment. Learn how to create a package. You can add application configurations, database scripts, and plug-ins to a package during development and when you deploy your package.
ONLY database scripts or plug-ins If your application already exists in your target environment and you only need to deploy plug-ins or make changes to the environment's database via scripts, you can deploy these changes without objects. Database scripts and plug-ins can only be deployed to a target environment using compare and deploy if you are an application administrator. To deploy database scripts and plug-ins without other objects, the application must already exist in your target environment.
Admin Console Settings If you need to change Admin Console settings, you can export specific settings from your source environment and import them into the target environment. You can import an application or package along with Admin Console settings via the Admin Console. Certain settings that are specific to a given environment cannot be deployed, such as API keys or certificates.
Import customization files (ICF) Use to change or configure the values of certain objects or settings during deployment. Primarily, ICFs specify values that vary between environments or that are not exported for security reasons, such as passwords. You can also use an ICF to dictate specific import behaviors such as forcing an update of unchanged objects or triggering a manual data sync for record types in the target environment. Appian generates a template import customization file, which you download, edit, and upload for deployment.

To deploy database scripts and plug-ins directly to a target environment, the Allow deployments with plug-ins and Allow deployments with database scripts settings must be enabled for the target environment. Learn more about deployment settings in the Admin Console.

Check deployment readiness

Check that your deployment contents are prepared and ready to be sent to your target environment. If you're deploying a package, make sure that you've properly prepared it for deployment.

Determine the best time to deploy

For production environments, we recommend performing any deployment activities, including inspections, during off-peak hours. If necessary, a maintenance window can be scheduled in the Admin Console. Also, consider adding a post-deployment process to your application to automate tasks and make your development lifecycle more efficient.

Back up your production objects

If you are moving complete applications from a staging environment to a production environment, take standard precautions to ensure continuity by creating a backup of your production objects. If the deployment should fail for any reason, this allows you to restore the previous state of the application.

To create a backup of your production objects, export all of the existing objects associated with your 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, you can enable these connected environments 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 Admin Console

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

  1. Select your target environment.
  2. Select the items you want to deploy. These include your application or package, as well as application configurations, database scripts, and plug-ins.
  3. Inspect your deployment for internal issues.
  4. Review your deployment settings. This step allows you to upload an import customization file if needed.
  5. Deploy to your target environment.

Step 1: Select the target environment

In the first step of compare and deploy, you'll select the environment where you want to deploy your application or package.

To start compare and deploy:

  1. Go to the Build view of your application.
  2. In the deployment actions bar, click COMPARE AND DEPLOY.
  3. Select the target environment to deploy to.
  4. Click NEXT.

screenshot of the select a target environment user interface

If you don't see any connected environments available, see DevOps infrastructure to learn more about setting up connected environments for deployments.

Step 2: Prepare the deployment

The Prepare Deployment step helps you get all the objects, application configurations, database scripts, and plug-ins together for deployment and review any changes that have been made to objects.

In the Prepare Deployment step, you can:

  • See all objects within your application or package.
  • Manage the application configurations, objects, database scripts, or plug-ins in the deployment.
  • View the statuses for application configurations, objects, and plug-ins.
  • Review changes to objects.

The Prepare Deployment step compares the objects in the application in your current environment to the target environment. Learn more about package comparison.

Your Prepare Deployment workflow depends on what you want to deploy:

  • If your application is new to the target environment, you can either deploy the entire application or deploy a package. This initial deployment will always include the application configurations needed to ensure a smooth deployment to your target.

  • If your application already exists in the target environment, select the corresponding option to continue:

    Option Description
    Deploy a package Select this option to deploy the entire application or deploy a package. With this option you can deploy a package with objects, application configurations, database scripts, and/or plug-ins. A package can contain any or all of the contents listed.
    Deploy only database scripts and plugins Select this option to deploy database scripts or plug-ins without a package. With this option, you can add database scripts and plugins to the deployment. This functionality is only available through the compare and deploy workflow.

You can deploy only an import customization file without any objects. To do so, select Deploy a package at this point, then complete the steps described in Shortcut: Deploy only import customization.

Prepare an application

Deployment of an entire application always includes the application configurations.

To prepare an entire application for deployment:

  1. Select All Application Objects from the Package dropdown list.
  2. Review the contents of the application:
    • Click on the status of objects or application configurations for more information.
    • Resolve issues as needed.
  3. (Optional) Add database scripts or plug-ins.
  4. Click NEXT to continue to the Inspect Deployment step.

screenshot of the prepare deployment user interface for deploying an application

If you experience a time out or a 504 error when you click Next, your application may be too large. Try deploying as a smaller package containing fewer objects.

Prepare a package

Learn how to create a package.

To prepare a package for deployment:

  1. Select a package from the Package dropdown list.
  2. Review the package contents:
    • Click on the status of objects, application configurations, or plug-ins for more information.
    • Resolve issues as needed. screenshot of the prepare deployment user interface for deploying a package
  3. (Optional) Remove design objects from the package:
    • In the objects grid, select an object.
    • Click REMOVE FROM PACKAGE.
  4. (Optional) Add design objects to the package:
    • Deselect Only view objects in package. The objects grid updates to display all objects in the application.
    • In the objects grid, select the object(s) you want to add.
    • Click ADD TO PACKAGE.
  5. (Optional) Add or remove application configurations.
  6. (Optional) Add database scripts or plug-ins.
  7. Click NEXT to continue to the Inspect Deployment step.

When you add items to, or remove items from, a package during the Prepare Deployment step, Appian saves those changes to the original package.

If you experience a time out or a 504 error when you click Next, your package may be too large. Try again with a package containing fewer objects.

Add or remove application configurations

Application configurations are a category of settings that apply to the application on a global level. These configurations are not design objects, but may rely on design objects to function. Learn more about application configurations.

The deployed package always includes application configurations that you cannot remove during compare and deploy if either of the following is true:

However, if you're deploying a package for an application that already exists in the target environment, you can do any of the following during compare and deploy:

  • If the status of the application configurations is Changed or Conflict Detected, click the status to review the current application configurations compared to the configurations present in the target environment.
    • Added configurations are highlighted in green.
    • Deleted configurations are highlighted in red.
    • Collapsed sections contain unchanged configurations. You can click sections to expand them.
  • Click ADD TO PACKAGE to add application configurations to the deployment and associated package.
  • Click REMOVE FROM PACKAGE to remove application configurations from both the deployment and the package.

When you add or remove application configurations from a package during compare and deploy, Appian saves those changes to the original package.

compareDeploy_prepareAppConfigOnly

If you're done working with application configurations, click NEXT to continue to the Inspect Deployment step.

Add or remove database scripts

Database scripts can be deployed on their own or included within the deployment of an application or package.

Database scripts are not exported along with packages and application objects, so skip this step if you do not have permission to deploy directly to the target environment.

Learn how to add database scripts to a package during development.

To deploy database scripts:

  1. Click DATABASE SCRIPTS.
  2. Select a Data Source. If you added database scripts to the package during development, this value defaults to the data source you configured previously.
  3. Click UPLOAD to add a database script.
  4. In the Database Scripts list:
    • If you want to remove any scripts, select the checkbox next to the script in the list, then click REMOVE FROM PACKAGE.
    • If you're deploying multiple scripts, click the order arrows to change the execution order. screenshot of the prepare deployment user interface for deploying only database scripts

    Any database scripts you added to the package during development will be present in this list.

    When you add or remove database scripts during the Prepare Deployment step, Appian saves those changes to the original package.

  5. Click NEXT to continue to the Inspect Deployment step.

If you're deploying a database script that changes a database related to a record type with sync enabled, the deployment may require an import customization file to trigger a sync after deployment of the script in the target environment. Learn more about triggering a sync in the target environment.

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.

Add plug-ins

Plug-ins can be deployed on their own or included within the deployment of an application or package.

Deploying plug-ins with a package is only necessary under specific conditions. Learn more about these conditions before continuing.

Plug-ins are not exported along with packages and application objects, so skip this step if you do not have permission to deploy directly to the target environment.

Learn how to add plug-ins to a package during development.

To deploy plug-ins:

  1. Click PLUG-INS. By default, the grid displays plug-ins that have been added to the package during development.
  2. (Optional) Filter the grid by selecting a status from the dropdown list.
  3. Verify that the package includes the referenced plug-ins you want to be included. To do this, compare the Show plug-ins in package list to the Show plug-ins referenced in package list. By default, the referenced plug-ins list shows plug-ins with a Changed or New status only.
  4. Add referenced plug-ins to the package:
    • Select Show plug-ins referenced in package.
    • Select one or more plug-ins in the referenced plug-ins list.
    • Click ADD TO PACKAGE.
  5. Add unreferenced plug-ins to the package:
    • Select Show plug-ins in environment. The grid displays all plug-ins installed in the current environment.
    • Select one or more plug-ins in the list.
    • Click ADD TO PACKAGE.
  6. Remove plug-ins from the package:
    • Select any grid display option.
    • Select one or more plug-ins in the plug-ins list.
    • Click REMOVE FROM PACKAGE.

    screenshot of the prepare deployment user interface for deploying only database scripts

  7. Click NEXT and continue on to the Inspect Deployment step.

Step 3: Inspect the deployment

Before you can review any inspect results you may encounter deployment errors. If present, these errors interrupt inspection and block it from continuing until they are resolved. A deployment error represents a breaking issue in an object definition that, if not resolved, will result in an incomplete deployment. Address the issues in the grid before continuing your inspection.

Deployment Errors

During inspection, Appian checks the items of your package for security warnings, failing test cases, and missing precedents. This step eliminates most manual checks and helps you to identify and resolve issues with the objects in your package.

Inspection only applies to Appian objects, application configurations, and the import customization file. Database scripts and plug-ins should be reviewed separately before deployment. Note that if a database script or plug-in fails during deployment, Appian will attempt to rollback changes. For more information on resolving problems with your deployment, see the deployment log.

To inspect your package for deployment:

  1. If there are no issues to resolve, click NEXT to continue to the review deployment step.
  2. If there are any warnings for security or test cases, click Review and resolve the issues.
  3. If there are any missing precedents, select the missing object and click ADD TO PACKAGE.
  4. Once the issues are resolved, click Inspect Again.
  5. Continue until all issues are resolved, then click NEXT.

screenshot of the Inspect step user interface

Warnings are informational and are simply meant to call attention to potential issues before deployment. Warnings will not block your deployment.

Step 4: Review deployment details

Your deployment is almost ready to go. All that's left is to review a few high-level details for the Deploy view and, if needed, to add an import customization file.

screenshot of the review step user interface

In this review step, you can modify the following properties:

Property

Description

Name

The name of the deployment as it will appear in the Deploy view. Also, the name of the deployed package you can download.

Description

A brief description of the deployment as it will appear in the Deploy view.

Delete package after deployment

Select this checkbox to delete the deployed package once deployment is complete. If the deployment is successful, this option also deletes the prepared package you might have used as a source for the deployment.

Import Customization File

The import customization file you want to include in this deployment. If the package you selected for this deployment contains an import customization file, the file you added displays in this pane.

You can do the following in this pane:

  • To add an import customization file, click UPLOAD and select a .properties file.
  • To remove the import customization file from the deployment, click the Delete icon next to the file. This action also removes the import customization file from the prepared package you might have used as a source for the deployment.
  • To download the existing file, click the file link.
  • To download a template file, click Download Import Customization File Template. Appian reuses the deployment name as the template file name. This template file will include placeholder properties for any objects in the deployment that can be customized with an import customization file. If there are no objects of that type in the deployment, the template file contains instructions only.

Step 5: Deploy

At this point, your workflow depends on your security and infrastructure:

  • Deploy now if you have Administrator permissions for the application and the target environment has enabled direct deployments. This action affects your target environment.
  • Export instead if you don't have Administrator permissions for the application, or the target environment does not allow direct deployments. The export action does not affect your target environment.

Deploy now

To complete your direct deployment:

  1. Edit the deployment name and description if necessary.
  2. Click DEPLOY.
  3. (Optional) Click Download Package to download the deployed package.

    The downloaded package contains any design objects and application configurations that you selected for deployment. The download does not include any database scripts or plug-ins that you associated with the deployment.

  4. (Optional) Click Download Export Log to download a record of the deployment.
  5. Click View Deployment Details to see the deployment status in the Deploy view of the current environment.

A confirmation dialog will appear once the deployment has been sent to the target environment.

Once your deployment is in progress, the deployment details will be available on the Deploy view of both the source and target environments. Deployment details are only visible to system administrators and users with Administrator permissions for the application (application administrators).

screenshot of the **Deploy** view

If your deployment requires review, application administrators and users in the reviewer group will receive an email about the pending deployment. They can approve or reject deployments in the deployments details view.

Export instead

To export the design objects and application configurations you selected and evaluated for deployment:

  1. Edit the deployment name and description if necessary.
  2. Click Export.
  3. Click Download Package.

    The exported package contains only design objects and application configurations selected for deployment. The export does not include the database scripts or plug-ins associated with the deployment.

  4. (Optional) Click Download Export Log to download a record of the export.
  5. Click Go to <target environment>.
  6. Inspect and import the package manually.

Step 6: Deploy to another environment

Once a package has been successfully deployed, you can reuse it for another environment. This is helpful for deploying packages to higher environments after testing your changes in a lower environment. The same set of changes will be applied to ensure that you are making consistent updates across all of your environments.

This option is available to system administrators and application administrators for any completed, incoming deployments. The same objects and database scripts (in the same order) that were originally deployed will be used for the new deployment, but you can update the import customization file.

To reuse a successfully-deployed package:

  1. In the navigation pane, click DEPLOY view. By default, the INCOMING tab is active.
  2. Click the name of the package you want to deploy.
  3. Under ACTION, click DEPLOY TO ANOTHER ENVIRONMENT.

    /reuse

  4. Select a target environment to deploy to.
  5. Click NEXT.
  6. Inspect the deployment:
    • If there are no missing precedents to resolve, click NEXT to continue.
    • If there are any missing precedents, select the missing object and click ADD TO PACKAGE.
    • Once the missing precedents are resolved, click INSPECT AGAIN.
    • Continue until all missing precedents are resolved, then click NEXT.

      Inspection of a reused package checks the objects and application configurations in your package for missing precedents only.

  7. Review the details:
    • Edit the deployment Name and Description if necessary.
    • Upload an import customization file if appropriate.

      Because values in an import customization file are specific to an individual environment, we do not automatically reuse the file from the previous environment where the package successfully deployed. This approach allows you to specify the values for the new target environment with an appropriate import customization file. You can always download the import customization file from the previous deployment in the Deploy view.

  8. Click DEPLOY. A confirmation dialog will display once the deployment has been sent to the target environment.

    For system administrators and application administrators, deployment details will be available on the Deploy view of both the source and target environments. To access the view quickly, click View Deployment Details in the confirmation dialog.

    If your deployment requires review, reviewers will receive an email about the pending deployment

Shortcut: Deploy only import customization

To deploy only an import customization file:

  1. Create a package that contains an import customization file but no objects.
  2. Select the target environment.
  3. Prepare the package:
    • Select Deploy a package.
    • Select the package you created.
  4. Click NEXT. The Inspection Step displays an empty state, because there are no objects to inspect.
  5. Click NEXT. The Review Step displays the import customization file from the package.
  6. Click DEPLOY.

Appian has native deployment APIs that can be called from external tools, such as Jenkins. There are five endpoints that allow you to inspect and deploy packages, import customization files, and database scripts.

These APIs allow you to programmatically trigger deployments and integrate your Appian release into an automated pipeline. You can set up your pipeline once and run it the exact same way for all future deployments, saving time and avoiding manual errors.

In order to programmatically deploy Admin Console settings or tightly integrate with a version control system to store and retrieve package files, use the Automated Deployment Manager. For more information on setting it up, see the DevOps Quick Start Guide.

Manual export and import

You can manually export a package from the source environment and then import it into the target environment. Import and export details are available in the Deploy view of every environment.

Import Export Packages

Appian recommends using manual export and import if you do not have connected environments added to your infrastructure.

The successful import of your package can depend on managing certain additional files and settings. For example, you may need to add an import customization file during import. Be sure to evaluate and manage these package dependencies for each import.

All manual imports occur asynchronously. This means that Appian queues your import as a background process, allowing you to continue development in Appian Designer while the system processes the import. You can review the status of your import from the Deploy view and an email will be sent when the import completes.

Export

Once you've checked your application for missing precedents, you're ready to export your package.

Export an application

When you export an application, the exported package includes application configurations and all associated objects. In addition to the package, you can optionally download an import customization file.

To export an application:

  1. In the Applications view, select your application.
  2. Click EXPORT.
  3. Select Application in the dropdown list.
  4. In the Export Application dialog, review or edit the file name.
  5. Click EXPORT.
  6. When the export is complete, click DOWNLOAD PACKAGE to download the ZIP file.
  7. If your application contains objects with environment-specific or sensitive values, click Download Import Customization File. If the prepared package you used as a source for the deployment contained an import customization file, Appian provides you with that file for download.
  8. Click CLOSE to close the dialog.

You can also export an application by selecting EXPORT APP in the deployment actions bar of the Build view for the application.

Export a package

An exported package can contain any design objects or application configurations you've added to the package. However, the exported package doesn't include database scripts or plug-ins you've added to the package.

To export a package:

  1. Open the Export Package dialog in any of the following ways:
  2. (Optional) In the Export Package dialog, click REMOVE FROM PACKAGE to remove the application configurations from the package.
  3. Review the design objects included in the export package. As needed, click delete icon next to objects you want to remove.
  4. (Optional) Edit the File Name property.
  5. (Optional) Select Delete after export to automatically delete the package once the export completes.
  6. Click EXPORT.
  7. Download the files you need:
    • Click DOWNLOAD PACKAGE to download the ZIP file.
    • If your application contains objects with environment-specific or sensitive values, click Download Import Customization File.
    • (Optional) Click Download Export Log to download a record of the export.
  8. Click CLOSE to close the export dialog.

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 or missing precedents. At the same time as inspecting the package, you can also review the status of package items compared to those items in the target environment.

Importing a package at the environment level adds the objects to the specific 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.

If the package you're importing includes design objects or application configurations that already exist in the target environment, the imported version overwrites the existing version.

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 exported ZIP file and related import customization file if applicable.
  3. Click INSPECT and review the inspection results.
  4. Click IMPORT PACKAGE.

Export and import multiple packages across applications

An exported package contains design objects and application configurations only. The export doesn't include database scripts or plug-ins you've added to the package during development.

To export packages from different applications:

  1. In the Applications view, select With Packages in the applications toolbar.
  2. Select all the applications with packages you want to include.
  3. In the applications toolbar, click EXPORT.
  4. Select Packages from the dropdown list.
  5. (Optional) In the Export Packages dialog, edit the File Name of the combined package.
  6. Select a package from each application.
  7. (Optional) Verify the contents of the combined package:
    • Click View all package contents.
    • Review the list of items in the package. Appian informs you if the source packages include application configurations.
    • Click CLOSE to return to the Export Packages dialog.
  8. When your review of the package is complete, click EXPORT.
  9. Download the files you need:
    • Click DOWNLOAD PACKAGE to download the ZIP file.
    • If your application contains objects with environment-specific or sensitive values, click Download Import Customization File.

      The template import customization file contains all properties needed by objects in the selected packages. This template file does not reflect any import customization files you may have added to individual packages, so you'll likely want to reconcile this template file with the files you've added to the packages.

    • (Optional) Click Download Export Log to download a record of the export.
  10. Click CLOSE.

cross app package export

The IMPORT option in the Applications view handles packages with multiple applications. When your import contains multiple packages, Appian adds the corresponding objects and application configurations to the appropriate applications in the target environment.

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 Admin 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 <Application_Name>_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.

Open in Github Built: Mon, Mar 18, 2024 (04:20:36 PM)

Deploy to Target Environments

FEEDBACK