Appian Community and Appian Academy are being upgraded. As a part of the upgrade, Appian Community is currently in read-only mode, and user registration is disabled until August 3. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!

The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.

Where are the appian objects on the file system?

I am interested in seeing if we can have multiple developers use their own dev environments and git.  Idea is that we can setup a repo that allows us to automatically track changes to changed objects from your own environment and push to git.

I know we can use patches of your changed stuff and push to git and have other people pull them down using AVM and ADM, but it would be easier to just setup git to track the objects changed.

  Discussion posts and replies are publicly visible

Parents Reply
  • We already have a huge application and many many plugins.  This is a very mature app and as we scale to multiple dislocated dev teams we need to accommodate a better branching and merging strategy than is feasible with patch>avm>branch>merge>adm>import.  We need to do this on a daily basis per developer with minimal impact to velocity.  Daily automated builds from git and regression testing (automated and manual) needs to occur off this code.

    Trying to figure out how to CI/CD and we have a full DevOps team who is well versed in traditional development practices.  Appian makes it much more difficult.

Children