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
You can may be design a process model that runs post deployment.
In it add a UI first where administrator can add the export log from the deployment (from design->deployments). Then you can configure expression fetch the process model uuids from the success objects in the log. (This last step, I don't know if this plugin can help you read the file or if AI Skills can help here, so you can give it a try).
Lastly Process Model Utilties plugin can help you set the Cleanup settings for the uuids fetched in previous step.