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 execute WSRetry job based on taskid?

Community_User
Saviynt Employee
Saviynt Employee
Originally posted on September 21 2020 at 11:49 UTC

Hi Team,


Just wanted to check if there is any possibility to run WSRetryJob based on taskid.


Regards,

This message was previously posted on Saviynt's legacy forum by a community user and has been moved over to this forum for continued exposure.
3 REPLIES 3

Community_User
Saviynt Employee
Saviynt Employee
Originally posted on September 21 2020 at 11:59 UTC

Yes, You can edit the job --> go to Advanced --> Use below SQL query:

and at.taskkey in ('Your TaskID')


Thanks,

Amit

This message was previously posted on Saviynt's legacy forum by a community user and has been moved over to this forum for continued exposure.

Community_User
Saviynt Employee
Saviynt Employee
Originally posted on September 21 2020 at 11:59 UTC

Hi - I had the same question and was able to figure it out by using the following in the Advanced Query (SQL):


and at.taskkey in (1755,1756)


What also came in handy was running all the tasks for a specific user:


and at.accountname = 'username'


I hope that helps!


Mike

This message was previously posted on Saviynt's legacy forum by a community user and has been moved over to this forum for continued exposure.

Community_User
Saviynt Employee
Saviynt Employee
Originally posted on September 21 2020 at 12:57 UTC

Thanks Mike and Amit for your respnse

This message was previously posted on Saviynt's legacy forum by a community user and has been moved over to this forum for continued exposure.