Hi I'm using teamsite 6.7.1 on windows 2003. I'm testing out the workflow on teamsite using the default template Configurable Author Submit, however the workflow doesn't get started for users other than administrator.
The user I'm testing with belongs to a group that has the author role in the branch /default/main. The files I'm submitting belong in the branch and sub-branches of /default/main
EDIT: I found out that when submitting a file with other users, teamsite will try to read available_templates.cfg but is not reading available_models.xml. How can I force it to read this file?The following is my available_models.xml:
< available_models require_workarea="true" xmlns="http://www.interwoven.com/modeler/schema/subscription10" >
< model filename="Configurable_Author_Submit" debug="true" active="true" name="Author Submit Workflow Test" >
< allowed >
< and >
< vpath-regex regex=".*"/ >
< command name="submit"/ >
< /and >
< /allowed >
< /model >
< /available_models >