Workflow to cancel request

Hi Team,

I have a requirement when if a user requests for certain access profiles the request should be immediately cancelled i was thinking of utilizing the workflows for this!

Can anyone suggest how can this be achieved by wfs?

Hi @Deepanshu07 ,

You can consider using the Access Request Submitted event trigger within your workflow. This trigger initiates the workflow when an access request is submitted and provides the accountActivityId.

You can then make an API call to the Cancel Access Request endpoint, using the accountActivityId as a parameter to cancel the request.

Hi I am only seeing Access Request Decision in triggers.

“Access Request Submitted” is not a trigger within the workflow, you need to subscribe to an event trigger and use an external trigger within the workflow,
You can use below link to go through the Event triggers, check below links for details on how to use event triggers

Event Trigger

Access Request Submitted Event Trigger

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.