sharepoint - How to end workflow when user delete workflow task? -


i have document library start approval workflow, approval task added in task list.

the issue facing when delete task list, workflow still remains in in progress state. there out of box way end workflow when user delete task?

terminate in-process workflow

you can find item on approval workflow triggered (that is, item or document being approved) , view running workflows ...asuming item has not been deleted.

from workflows menu item, can terminate running workflow.

remove workflow list

on other hand, if item or document no longer exists, option remove workflow list or library.

you can go workflow settings page list or library contained item being approved , go "remove workflow" page stop in-process workflows of specific workflow template selecting option remove workflow.

be aware this stop running instances of workflow , you'll need republish or reattach workflow list before you'll able trigger again on items.


Comments

Popular posts from this blog

amazon web services - S3 Pre-signed POST validate file type? -

c# - Check Keyboard Input Winforms -