I want to trigger a workflow whenever there is any provisioning failure to any system. Please provide any solution how to do it
Hi @Rahul261174,
You can make use of a provisioning completed trigger with a filter as below :
$.accountRequests[?(!(@.provisioningResult == "SUCCESS" || @.provisioningResult=="committed"))]
You can also consider making use of a search report that would give a daily list of errors or failures.
1 Like
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.