Deletion Policy

Hi all,

I want to automate the change of the deletion policy of a Process model (PM) when it is deployed. My idea is as follow:

  • Look into PMs there were deployed.
  • Change the data retention to delete after 1 or 0 day 
  • have a list of exceptions to not be updated when these are deployed.
  • To run this new PM for each new deploy

How Can I extract the UUID of the deployed PMs and then change their policy. 

I did this in the past but with old plugins that are not available anymore (and in other cloud instance).

Thanks in advance

  Discussion posts and replies are publicly visible

Parents Reply
  • The solution that I implemented in the past was:

    • a PM for the post deployment feature
    • this PM would look into the package that was deployed, get the uuids of the PMs present on the package.
    • if the PM were on a list of exception, it would not update
    • Else updates the data retention policy.

    The plugins used were:

    • Application Information Retriever

    • Application Plugins

    • Process Model Utilities

Children