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
  • Hi Luis,

    • two or more of them include same interface, rule or any other kind of appian object. -> In this case you can use version history to avoid this type of issues.
    • 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 more than one package. -> In this case you can use Inspect button at the time of package deployment before using of Import button directly.

    Thanks and Regards,

    Vigneshkumar Radhakrishnan

Reply
  • Hi Luis,

    • two or more of them include same interface, rule or any other kind of appian object. -> In this case you can use version history to avoid this type of issues.
    • 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 more than one package. -> In this case you can use Inspect button at the time of package deployment before using of Import button directly.

    Thanks and Regards,

    Vigneshkumar Radhakrishnan

Children
No Data