Click HERE to see how Saviynt Intelligence is transforming the industry. |
04/12/2022 01:01 PM
Hi Team,
Just wanted to check if there is any possibility to run WSRetryJob based on taskid.
Regards,
Solved! Go to Solution.
04/12/2022 02:11 PM
Yes, You can edit the job --> go to Advanced --> Use below SQL query:
and at.taskkey in ('Your TaskID')
Thanks,
Amit
04/12/2022 02:11 PM
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
04/12/2022 02:11 PM
Thanks Mike and Amit for your respnse