Package creation and Deployment

What are the best practices/tools to package and deploy an Appian application? How to manage different version of same Appian application?

  Discussion posts and replies are publicly visible

Parents Reply
  •  I've seen this requested before, where an organization wanted to put out two versions of an app to their user community (or, more accurately, route users randomly to one of two different versions/variants) and then use statistical analysis to determine which variation performs better for a given goal. The likes of Amazon do this all the time.

    Since Appian does not support code branching (i.e. there is only one "trunk" of the code base at any one time in any given environment) this is of course a challenge! 

Children