Skip to main content
Nintex Community Menu Bar

Wait for Item Update: Resuming Workflow after Item is Modified

  • July 13, 2017
  • 5 replies
  • 32 views

Forum|alt.badge.img+9

I've gone through a few examples as to how a workflow can be resumed after detecting that an item has been modified, but the workflow doesn't seem to want to wait.

What am I doing wrong?

5 replies

Forum|alt.badge.img+16

What does the workflow actually do?


Forum|alt.badge.img+9
  • Author
  • July 14, 2017

It's supposed to wait for the user to make required changes to a form before it gets returned to the supervisor for review again.

In this case, the workflow doesn't seem to wait for this to happen but proceeds to the "Change State" action.


Forum|alt.badge.img+16

what are the required changes?  can you change the configuration of the wait for item update action is what I am trying to establish.


Forum|alt.badge.img+9
  • Author
  • July 17, 2017

It's an application form, so there could be a number of changes depending on what needs to be amended.

Ideally I would like to wait for:

1. item to be modified

2. item to be modified by the original form submitter

before the workflow resumes.


Forum|alt.badge.img+9
  • Author
  • August 2, 2017

I was able to resolve this by using a pause at an appropriate location in the workflow.