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)
tt_data
lucifer
i am getting problem in tt_data command. this command is not triggering any workflow. if i remove branch_list attribute from the available_temple.cfg file for that work flow it is triggering the work flow. what is the problem with the branch_list attribute.
i am using team site 5.0 and windows2k
pls help me
Find more posts tagged with
Comments
Adam Stoller
I believe I know what the problem is - but rather than guessing wildly - could you please post the relevant portion of your available_templates.cfg file?
--fish
(Interwoven, Curriculum Development)
Migrateduser
Oh come on....guess wildly.
Dave Smith
Sr. Software Engineer
Nike, Inc.
(503) 671-4238
DavidH.Smith@nike.com
akshathp
Your entry in the cfg file should look something like this:
<template_file name='SomeTitle' path='default/someworkflow.wft'>
<command_list>
<command value='tt_data' />
<command value='all' include='no' />
</command_list>
<path file_path="/default/main/branchname" />
<branch_list>
<branch value ="/default/main/branchname" include ="yes"/>
<branch value ="all" include ="no"/>
</branch_list>
<role_list>
<role value='editor' include='yes' allusers='yes'/>
<role value='master' include='yes' allusers='yes'/>
<role value='all' include='yes' allusers='yes'/>
</role_list>
</template_file>
Hope this helps.
Akshat Pramod Sharma
Interwoven Inc.
Adam Stoller
Actually, in 5.0 you may need to use a branch value of "main/..." rather than "/default/main/..." - I know this was fixed in 5.5.2 and *may* have been fixed in a 5.0.x SP
--fish
(Interwoven, Curriculum Development)