Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Cannot find workflow version error

thisisauniqueus
Giga Expert

Hi

I have an issue where when an approver tries to approve a record the following error message is shown

find_real_file.png

any suggestion to resolve this issue.

Regards

6 REPLIES 6

Pradeep Sharma
ServiceNow Employee
ServiceNow Employee

Hello John,



You may find suggestions from below thread helpful.


Re: Cannot find and load workflow Error when updating incidents


Deepak Kumar5
Kilo Sage

Ticket might be old and workflow changed so the active workflow context is terminated.


Check the workflow version with this sys_id is still there or not and the status. Since the active context is terminated so you have to restart the workflow.


http://wiki.servicenow.com/index.php?title=Workflow_Script#restartWorkflow.28current.2C_maintainStat...


Hi Deepak



Thanks for your time. I just created the workflow and ticket. But when i approve it, shows the error. I have checked the workflow version and its exists with published=true


Can you paste you workflow here?


Might be issue is with the BR which update Workflow when you approve.