Hello,
I just saved and published a work flow to our development server using the Work Flow Modeler, however I keep getting that "Could not find the configuration file associated with the workflow: New Application Workflow" error.
I've read through the other topics on it and I can't seem to figure out why mine isn't working. I added the following to the configuration in the administration console:
<available_models require_workarea=\"true\" xmlns=\"http://www.interwoven.com/modeler/schema/subscription10\">
<model debug=\"false\" active=\"true\" filename=\"New Application Workflow\" name=\"New Application Workflow\">
<allowed>
<and>
<vpath-regex regex=\".*\"/>
<command name=\"submit\"/>
</and>
</allowed>
</model>
</available_models>
If I click on the blue icon next to the workflow, it shows the full preview diagram, so I know I have it named right. There doesn't seem to be anything useful in the iwtrace.log regarding this error. I have even tried adding a custom configuration for the workflow on my testing branch and still get the same error. Which logs would an error like this write to?
Any help is appericated.