Skip to main content

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

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