I have been working on a WFM and since my last publish to the server, for some reason it is giving me errors. When I select a file and choose assign>'Development - don't use' I get this message:
"Could not find the configuration file associated with the workflow: Development - don't use "
Here is the avail templates file:
<available_models require_workarea="true" xmlns="
http://www.interwoven.com/modeler/schema/subscription10"> <model debug="false" active="true" filename="dev_author_assign" name="Development - don't use">
<allowed>
<and>
<vpath-regex regex=".*"/>
<command name="assign"/>
<role name="author"/>
</and>
</allowed>
</model>
</available_models>
And there is a ipm (dev_author_assign.ipm) in '/iwadmin/main/workflowModels/WORKAREA/iw-wa/Models'
and a config folder in '/iwadmin/main/workflowModels/WORKAREA/iw-wa/Config' called "dev_author_assign_config"
Any ideas? The only thing I changed in the WFM is I added a deploy task.