Task Delegation in Bulk

  • 11 January 2018
  • 3 replies
  • 6 views

Badge +5

Is it possible to do either a bulk delegation of assigned tasks or create a workflow that would reassign all the tasks that are assigned to a particular person, instead of opening each task and selecting the link to delegate?


3 replies

Badge +2

One option exists, but it must be done by the user himself.

Userlevel 5
Badge +14

there is DelegateAllTasks operation of Workflow.asmx web service.

so you will need to build a small workflow (or make the web service call by other ways) to get all users task delegated

see documentation.

https://help.nintex.com/en-US/sdks/sdk2013/#Reference/SOAP/NW_REF_SOAP_DelegateAllTasks.htm%3FTocPath%3DNintex%2520Softw… 

Userlevel 5
Badge +14

note that this only works for new tasks, and task assigned to the user.

it doesn't delegate tasks that user already have assigned.

it doesn't work either for tasks delegated to the user.

Reply