I want to stop the workflow which in progress or pause and restart the workflow when item is edited. lets say i have created one item, workflow starts in progress. Now i want to edit the list item. i do it but my workflow is still running on old items not on updated or edited items. please guide me. how can i achieve this.
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
|
As my Knowledge you can create Two workflows on same list one is Start when "start when an item is Created" and second workflow is When "start when an item is changed" by SharePoint Out Of Box. |
|||
|
|
|
Don't know if I got your question. First, you should create a second workflow, set it to "start when an item is changed". Within this workflow you can access your up to date data from within the item every time it is changed. However you cannot stop the workflow started by "item creation workflow" from within the "item changed workflow", at least not with SharePoint Designer. |
|||
|
|