Solved

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

  • 5 February 2019
  • 1 reply
  • 15 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

icon

Best answer by DavidL1 5 February 2019, 15:15

View original

1 reply

Badge +11

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.

Reply