SOD check fails for all access requests in workflow with external trigger

I configured a request response trigger in the workflow to deny all entitlement requests based on the criteria of the request by whom it has been submitted. I am facing SOD fail check for most of the users when submitted access request as in the attached image.

I couldnt figure out the issue exactly . If anyone have come across this issue and is aware of this issue on how to fix it please respond.

TIA

Hi,

I believe you subscribed to “Access Request Submitted” trigger.

When you subscribe to this trigger you need to send back the response to pass or fail the access request and also there will be a request time to which the trigger has to wait.

Kindly ensure you put the deadline correctly.

if you subscribe to Sync it will by default wait for 10 seconds and within 10 seconds your workflow should callback pass or fail. If you subscribe to async then you can mention the deadline. The above screenshot shows you the config and it will wait for one hour for the workflow to respond.

Please check below points.

  1. Async is mentioned in event trigger.
  2. Workflow is triggering when access request is raised.
  3. Workflow is responding with the callback URL got with the trigger.

Try these and update if you still face any issues.

-Abhinov