Share all details related to your problem, including any error messages you may have received.
I need to notify the workgroup via email when access request provisioning fails or encounters an error. To achieve this, I’ve integrated a step into the LCM workflow just before the finalization step. This new step retrieves the identity request object based on its ID and checks for any errors. However, the workflow is currently not advancing to this step; instead, it’s caught in a retry loop.
I’m seeking assistance to ensure immediate notification to the support team whenever an error occurs, including logging the error message promptly.
Hi and Hello,
You must have access to the logs. Without it, it’s hard to debug anything. Because you don’t know what point you’ve reached and where the mistake is. You can still do monitoring. Thanks to this, you will see the workflow in catalina.out.
You need to go to setup—>bussiness processes—>choose your workflow—>Proccess Variables.
Find trace.
You must add explicitly some transition step and it should not be normal fallback.
If possible, share workflow xml by removing sensitive information. If not, then share the previous step which should call this step to help you further.
Are you able to see the logs from the transition step? If yes, check the value of value of “isError”.
When you say it’s getting into retry loop, where is it getting looped? For better understanding, please add the whole step and logs related to that step.
The workflow being stuck in step “Refresh Identity” is common for all connector type like connected and disconnected or it is just occurring for some type?
Also please confirm if you have tried with some different set of user or not?