I am trying to create a workflow for “Retry” requests that have failed for 3 reasons
I am using Trigger - “Provisioning Completed” with jsonpath:
$.errors[?(@ =~ /.(group membership operation|could not acquire lock|timeout)./i)]
I am getting with this the right erros that i need
The next step that i am using is action - “Manage Access”
I am using in “Identities” - $.trigger.recipient.id
In “access to manage” i tried some things, the last version i tried:
{“accessItems.$”:“$.trigger.accountRequests[].attributeRequests[]”}"
But i am getting error into “Manage Access” action, i tried many things but cant find any solution
"request failed (type: Bad Request, retryable: false): 400 - 400 Bad Request: ",
Anyone have created workflow for retry failed access requests?
My requests are all for “Access profiles” for individual users.


