Delete ALL tasks in MWS

In former TN console it was possible to delete all tasks with a given status in one shot.
In MWS I can delete all on page, but if there are 100 pages and max records on page is 100…

Any easier way or go for sql or small service directly?

no choice?

How about calling wm.tn.task:getTasks, and then call wm.tn.task:getTaskStatus and base don the status calling wm.tn.task:removeTask?

One limitation I know of this is getTasks only returns task on onenode of a clustered IS environment

Regards,
Ninad Patil

One more thing is using In-Build service which will be present in SAG provided Task package you can delete all the task based on there status.
for Ex: for started state it would be in status “1”. so, provide status as “1” and run deleteAllTask Service.