I have a workflow that files program files (for example) and it runs if the file is changed - because it might need to re-file it, based on field changes.
I just developed another workflow that creates an additional shortcut to the document in an audit/review folder. A new field is assigned to the document to note the status, whether it's pending review, correct as is, or if it needs to be corrected, in which case, it would route to the document manager to sort out how to correct the file.
The issue that I'm having is that when the status is changed, the wrong workflow is running. I want to be able to have one workflow look at all of the original metadata fields and do the refile on those as needed, but NOT run on my status changed workflow. It looks like the original workflow is jumping in and causing problems.
I can't figure out how to do this with starting rules. I can program entry changed, but all I can find is template field set, nothing more specific like the actual field.
Below is a snippet of the entry change starting rule I need to modify. When the status changes on a different workflow, this one jumps in and re-files the original and stops the rest of my workflow from properly continuing. (I disabled the entry change rule on this workflow and the other one works as expected).
So, I just need to omit the status field as a qualifying entry change on the this workflow and I'll be good. Any ideas?