Get package content

Certified Lead Developer

Hi,

A situation that arise frequently is that there are several issues open, and two or more of them include same interface, rule or any other kind of appian object. Deveoppers assigned to each issue made necessary changes and usually they coordinate themselves without problem, but in ocassions we deploy untested or unwanted changes to upper environments by mistake.

So, I am thinking on a application that help us on get a better control on deployments. This application act as a ongoing package inventory, and should be able to compare contents of each packages in order to warn about objects that were part of mor than one package.

To do so, I need a way to programmatically get the content of a package.

Does anybody know a way to achieve this?

Regards

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Senior Developer

    AFAIK, there is no way to keep track of unnecessary deployed items in the upper environment. And if you are looking to create another application to keep track of ongoing packages, then this will be more complex to keep both applications synced as there is no way to easily reflect changes from one application to another. 
    If in case of unwanted deployed packages, just deploy the package with the right objects and the changes will be reflected on the higher environment. 

Reply
  • 0
    Certified Senior Developer

    AFAIK, there is no way to keep track of unnecessary deployed items in the upper environment. And if you are looking to create another application to keep track of ongoing packages, then this will be more complex to keep both applications synced as there is no way to easily reflect changes from one application to another. 
    If in case of unwanted deployed packages, just deploy the package with the right objects and the changes will be reflected on the higher environment. 

Children
No Data