09/29/2023 02:04 AM
We have to integrate application, for which APIs are available for account related operation like new account, update account, disable account etc. but APIs are not available for entitlement related operations.
We wanted to create hybrid application, where all account related task should be connected and access/entitlement related tasks should be disconnected (owner will fulfill manually). Is there any way to achieve this in single application/endpoint?
09/29/2023 05:00 AM
Hi @pmahalle
You can use advanced query in the WSRETRY job to filter ONLY the account related operations. All access related tasks can be restricted not to be processed.
09/30/2023 02:45 AM
Hi @pmahalle,
The correct approach in using advanced query capabilities within the WSRETRY job to filter and focus exclusively on account-related operations. This strategic choice enables the restriction of access-related tasks from being processed, allowing for a more streamlined and efficient process
09/29/2023 08:52 AM
Yes, in your WS Retry job, use advance config to process only Account related task.
This way access related task will remain in New state and Account related task will be in Completed state.
The only problem would be that owner for the Access related task would be admin and hence that needs to be changed from admin to Manual provisioning user group (configured at end point level)
10/02/2023 10:37 PM
Thanks @naveenss @DixshantValecha @dgandhi for the response. We are having two issues here if we use advanced config query in WSRETRY job.
1. We are already live with generic(without any filter) WSRETRY job. So in order to use advanced config approach, we might need to make changes in the existing job, making changes would required regression testing.
2. As mentioned by Devang, owner for the Access related task would be admin but we want it as manual fulfiller user. @dgandhi what's the way to change the owner of those access task apart from custom query?