The issue when I submit a request from ServiceNow, the request will get triggered in Identitynow. But the provision status check happens after 24 hours and then servicenow ticket gets updated.
Example:- If my request in IdentityNow got closed today, my servicenow ticket will get closed after 24 hours.
How to reduce the time for provision status/ request status check from 24 hours to 1 hours and get those updated in Servicenow ticket?
I am pretty sure that there should be some option in SNOW, but I am unable to find that.
Just be aware of ServiceNows workflow activity execution limit of 100 per workflow context.
If you put the sync timer as low as every 15 minutes, it will take just over 24 hours to hit that limit. There are times where provisioning requests get stuck in their source system (like an SAP GRC request that triggers an SoD rule) and you need to be aware of that before reducing the sync time to under an hour.