I have a workflow that is triggered when a document is changed, to re-file the document according to the changes ("Change Workflow"). However, I have a workflow running on the initial import of the document that re-assigns metadata so that it is formatted correctly. The problem is that the workflow makes a change to the initial document and then triggers the Change Workflow. I do not need the Change Workflow to run unless it is a manual change by a user, so I want to omit workflow changes from the Change Workflow.
I tried to do this with User <> Workflow but this does not do it. Any suggestions? I know this should be easy, but I can't seem to figure it out. Thanks!