Skip to main content
Nintex Community Menu Bar

Workflow in progress - can variable be manually updated?

  • August 26, 2019
  • 2 replies
  • 5 views

Forum|alt.badge.img+9

I have a workflow that has progressed to a stage where it is supposed to break out of a loop by way of changing a boolean workflow variable (which not connected to any field) to True.

 

For some reason doesn't want to proceed to change the boolean variable value even though the conditions have been fulfilled.

 

Is there any way I can change this variable using, say, a site workflow so the workflow can resume?

 

4104i48DA2CEBAC75909A.jpg

2 replies

MegaJerk
Forum|alt.badge.img+14
  • Scholar
  • August 26, 2019

Unfortunately I do not believe there is. 

You'll have to kill the workflow and start a new one, or figure out what exactly went wrong. 


Forum|alt.badge.img+9
  • Author
  • August 29, 2019

Ok thanks for affirming this.

 

To get the workflow to get where I needed it to be I duplicated the existing workflow but disabled the offending action step. Then I killed the existing running workflow and ran the new one. Problem solved.