Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Emergency Suspend task exceution

AJ23494
New Contributor II
New Contributor II

Hi Team , 

We are implementing functionality for suspending the user . It can be achieved in 2 ways :

1. via OOTB oneclick disable function 

2. Via user update rule ( Adding custom property for suspend) 

in both cases the disable task gets generated and it gets processed only when wsretry job runs (every hour)  in the worst case this delay is 1 hour . 

we want to make it immediate but if we enable instant provisioning it will be applicable to all disable tasks ,

Is there a way to make this instant provisioning conditional or is there any other way to achieve this instant disable ?

3 REPLIES 3

rushikeshvartak
All-Star
All-Star

Another approch -

Run WSRETRY Job with Advanced query filter based on source 

rushikeshvartak_0-1661867999397.png

 


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

@AJ23494,

Yes you are right, the instant provisioning functionality is tasktype centric.

@rushikeshvartak, Creating a WSRETRY with the specific setting you have mentioned is not going to help since he is looking to "instant provision" the task and not wait on the scheduled job. or am I missing something ?

 

 

Regards,
Avinash Chhetri

Since instant provisioning is based on tasktype & endpoint hence suggestion is 

1. Normal Wsretry will pick tasks where tasktype is disable & source not from provisioning rule /one click disable - Lets say every 1 hour

2. Emergency Wsretry - will pick tasks where tasktype is disable & source is provisiosing rule /one click disable

It might not be good as per performance wise.

But there should be query available in endpoint for instant provisioning to make it custom

@AJ23494  You should submit this idea to product team https://ideas.saviynt.com/ 


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.