Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
branch_list not working!
Sathishbsl
Hi,
I have 3 sub-branches(A1,A2 and A3) under branch (test). I want to trigger a workflow for only A1 and A2 and not for A3.
Please find the code below in available_templates.cfg.
Its not working.
<template_file name='Submit with Approval Workflow' path='solutions/Test_submit_workflow.wft'>
<allowed>
<and>
<command name="submit"/>
<or>
<role name="master"/>
<role name="editor"/>
</or>
</and>
</allowed>
<branch_list>
<branch value="/default/main/test/A1" include="yes" />
<branch value="/default/main/test/A2" include="yes" />
<branch value="all" include="no" />
</branch_list>
</template_file>
Your help on this is highly appreciated.
Sathish E
Find more posts tagged with
Comments
nipper
Define "not working", in what scenario is it not working and, in what ones is it working.
Sathishbsl
Thanks for ur reply.
The workflow is visible for all the branches where it is supposed to trigger only for A1 and A2.
nipper
What rev of TS ?
The 6.7 manual lists the branch spec like this:
[html]
...
[/html]
No branch_list field and name= not value=
Sathishbsl
Thanks a lot. It worked :-)