Appian Community and Appian Academy are being upgraded. From July 24–August 3, the Appian Community will be in read-only mode. During this time, the site will be read-only and user registration will be disabled. 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.
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.
I dont have the exact number it is evoked +1800 times per day.