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:
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
What is your specific question? And my question is, why do you need separate data management policies on different environments?
How Can I extract the UUID of the deployed PMs and then change their policy? And we need this because I have a web API that triggers a PM that is called multiple times per day, consuming some resources. Want to reduce the impact.
OK, but why not just set the policy to zero days directly?
We want to have different policies between lower and prod environments. This way we can check the PMs on monitoring in lower to see the execution
Makes sense.
You wrote "PM that is called multiple times per day". How high is that number?
Then, did you consider to add a timer node just before the ende node? This way you could keep the model alive for a while for monitoring, but skip that timer on PROD.