Skip to main content
Nintex Community Menu Bar

Can you restart a workflow, IF the item is later edited?

  • October 26, 2016
  • 4 replies
  • 32 views

Forum|alt.badge.img+7

I have a workflow that needs to restart if the item is edited. I was wondering if this was possible to do within the workflow or if it was something that needed to be manually done. 

4 replies

Forum|alt.badge.img+1
  • October 26, 2016

Are you wanting to have your workflow run each time an item is edited in a list? Or are you looking to have your workflow start from the beginning again if the item is edited while the workflow is in progress?


Forum|alt.badge.img+7
  • Author
  • Nintex Partner
  • October 26, 2016

I am looking to have the workflow restart at the beginning when the item it is running on is edited. 


Forum|alt.badge.img+1
  • October 26, 2016

I think this link should help you out.

http://www.vadimtabakman.com/nintex-workflow-restarting-on-modified.aspx

This will show you a good way to do what you want, but you will need a 2nd workflow to accomplish this that runs when the item is edited. The 2nd workflow is used to check if your 1st workflow is currently running. This is done by checking the Workflow Status column value associated with the 1st workflow.

So if the 1st workflow is running when your item is edited, the 2nd workflow will terminate the 1st one, then start a new instance again.


rhia
Nintex Partner
Forum|alt.badge.img+15
  • Nintex Partner
  • March 6, 2017

Hi ‌ - did ‌'s answer help you out? Please mark it as correct if so!