We are trying to setup Appian application deployments through our release manage

We are trying to setup Appian application deployments through our release management tool so that our Appian app change management process is the same as for our custom apps. To do this we would need to be able to script the deployment process. I believe Appian apps can simply be exported/imported through zip files. Is there an API or some way to script this process rather than doing it through the Appian admin web interface?...

OriginalPostID-126462

OriginalPostID-126462

  Discussion posts and replies are publicly visible

Parents
  • Version Management within the development environment can be done with the functionality you have in Appian anyways.

    When we deploy our applications to a higher environment we submit only the delta packages to the version control system. So we submit initially packages like App1_v1.zip; then App1_v1HF1.zip etc.

    This is definetely not an ideal way of handling this, but we haven't come up with a better idea of how to handle this yet. The main problem is definitely that the version control system doesn't know anymore to which initial version the hotfix belongs as the name is different.
Reply
  • Version Management within the development environment can be done with the functionality you have in Appian anyways.

    When we deploy our applications to a higher environment we submit only the delta packages to the version control system. So we submit initially packages like App1_v1.zip; then App1_v1HF1.zip etc.

    This is definetely not an ideal way of handling this, but we haven't come up with a better idea of how to handle this yet. The main problem is definitely that the version control system doesn't know anymore to which initial version the hotfix belongs as the name is different.
Children
No Data