Skip to main content
Nintex Community Menu Bar

Task Delegation in Bulk

  • January 11, 2018
  • 3 replies
  • 19 views

Forum|alt.badge.img+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

Forum|alt.badge.img+2
  • January 12, 2018

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


Forum|alt.badge.img+14
  • Scholar
  • January 12, 2018

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… 


Forum|alt.badge.img+14
  • Scholar
  • January 12, 2018

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.