Can you please let me know how to capture the provisioning transaction result status ? Seeing some provisioning failures (status failed) and need to setup alerts to address them proactively.
In the disable account method (in the rule) that is called from workflow we use provisioner to execute the transaction but execute method doesn’t return anything so i need some help in getting the transaction results. Thanks in advance!
you can use the after provisioning rule. In this rule you have the return plan, where you can see the response and the error (if it exists) of the target system.
You can include an additional step in the workflow after the provisioner step to capture errors from the ProvisioningResult. If any errors are detected, an email can be sent to the requested person.