Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Can we completing the tasks in order with Wsretry

Varshi_Balaji
Regular Contributor
Regular Contributor

Hi Team,

We have a usecase, when user is terminated multiple tasks(update user, disable account, remove account, remove access, update account) are created from rules.

As per requirement we have to complete the update account first and then other tasks and we don't want multiple wsretry jobs.

So we gave the task order in wsretry job

Varshi_Balaji_1-1721818170492.png

But after wsretry got completed, that order changed and wsretry did not complete the tasks.

Varshi_Balaji_0-1721818093554.png

Can we handle the task completion order from wsretry?

We tried task hierarchy and this can be used only when tasks are created from ARS and it will not work for tasks created from User update/Technical Rules. 

 

Regards:

Varshitha

9 REPLIES 9

pmahalle
All-Star
All-Star

Hi @Varshi_Balaji ,

You can set the tasks execution hierarchy in Global Configurations --> Tasks --> Settings

pmahalle_0-1721818848796.png

 


Pandharinath Mahalle(Paddy)
If this reply helps your question, please consider selecting Accept As Solution and hit Kudos 🙂

Hi Pandharinath

We tried task hierarchy and Saviynt confirmed that this can be used only when tasks are created from ARS and it will not work for tasks created from User update/Technical Rules. We are creating the tasks from user update rules.

Regards,

Varshitha

Hi @Varshi_Balaji I would suggest to create multiple wsretry job triggers based on the task types. Have these jobs in the trigger chain job and process these sequentially. 

 

Regards,
Naveen Sakleshpur
If this reply answered your question, please click the Accept As Solution button to help future users who may have a similar problem.

Hi Naveen,

After wsretry next jobs will not trigger. Can we add multiple wsretry in trigger chains?

Regards,

Varshitha

@Varshi_Balaji Yes you can add multiple wretry in trigger chain. 

Regards,
Naveen Sakleshpur
If this reply answered your question, please click the Accept As Solution button to help future users who may have a similar problem.

NM
Honored Contributor III
Honored Contributor III

Hi @Varshi_Balaji yes you can add multiple wsretry job in trigger chain


If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'

Varshi_Balaji
Regular Contributor
Regular Contributor

Hi Naveen,

Can we add wsretry in the middle and after wsretry can we trigger any sav to sav connection from trigger chains?We are in v24.3

Regards,

Varshitha

Yeah should be possible.

Thanks,
Devang Gandhi
If this reply answered your question, please Accept As Solution and give Kudos to help others who may have a similar problem.

  • This will impact performance ,
  • If WSRETRY is placed in between triggerchain it acts as single threaded. 
  • if its in end of trigger chain it act as multi threaded

WSRetryJob Behavior in TriggerChainJob

WSRetryJob trigger execution behavior in a Trigger Chain Job is enhanced as below:

Scenario Behavior
If the WSRetryJob trigger is configured as first triggerThen WSRetryJob trigger executes in a single trigger mode
If the WSRetryJob trigger is configured as last triggerThen WSRetryJob trigger executes in a multitrigger mode
If the WSRetryJob trigger is the only triggerThen WSRetryJob trigger executes in a multitrigger mode

If the WSRetryJob trigger is configured in between of other triggers

Then WSRetryJob trigger executes in a single trigger mode

Note

WSRetryJob trigger outside of Trigger Chain Job continues to execute in default multitrigger mode, there is no change in that behavior.

 

https://docs.saviyntcloud.com/bundle/Release-Notes/page/Content/v23/Release-Notes-23-2.htm 


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.