Skip to main content
Nintex Community Menu Bar
Solved

Delete Task from User or update task status to complete without user action

  • February 5, 2019
  • 1 reply
  • 24 views

Hi, 

 

I'm trying to build a workflow with a user task after start step. I want the workflow to continue without user complete his task and after some other steps in the workflow automatically the task of the user to be completed. Is there a way to remove user's task from his worklist or delete it?

 

Thank you in advance

Best answer by DavidL1

You can use the Split step to create parallel paths.  One path will be your user task.  You can then use the Join step and configure it to continue after the first path completes.  The other path will be cancelled.   I don't know your specific business rules, but some variation of this with other rules should be able to accomplish what you need.

1 reply

Forum|alt.badge.img+11
  • Answer
  • February 5, 2019

You can use the Split step to create parallel paths.  One path will be your user task.  You can then use the Join step and configure it to continue after the first path completes.  The other path will be cancelled.   I don't know your specific business rules, but some variation of this with other rules should be able to accomplish what you need.