When cloning an application via EPM Automate or REST is it possible to capture the specific failure?
Summary:
In a clone process run via EPM Automate or REST I would like to know how to identify the specific error from the process in a way that we can use it for error handling logic.
Content (please ensure you mask any confidential information):
We have automated cloning jobs that run to our Disaster Recovery pods nightly and to our QA pods weekly. We don't import users, but occasionally we will get errors due to it trying to import user preferences for a user that had their access removed in the few hours between the nightly maintenance taking the snapshot and the clone running. This isn't an error we care about so would like to put error handling in there to say that if that is the only issue, continue on with the automation logic but I can't seem to figure out