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)
TFO/workflo: Blank workflow screen
bturns
TS 5.6.2
Solaris 8
I am attempting to use workflow with TFO. However, when I "check in" a document I get a blank workflow selection screen. any suggestions?
I edited the iw.cfg
[FrontOffice]
auto_index=no
index_template_name=index_template.htx
wf_submit=yes
metadata_capture=yes
I also made additions to the available_templates.cfg
<template_file name='Submit TFO Workflow' path='default/TFO_submit_xml.wft'>
<command_list>
<command value='tfo_workflow' />
<command value='all' include='no' />
</command_list>
<role_list>
<role value='all' include='yes' allusers='yes'/>
</role_list>
<branch_list>
<branch include="yes" value="/default/main/web/.*">
</branch>
<branch include="yes" value=".*">
</branch>
</branch_list>
</template_file>
<template_file name='Submit TFO Workflow2' path='default/default_TFO_submit.wft'>
<command_list>
<command value='tfo_workflow' />
<command value='all' include='no' />
</command_list>
<role_list>
<role value='all' include='yes' allusers='yes'/>
</role_list>
<branch_list>
<branch include="yes" value="/default/main/web/.*">
</branch>
<branch include="yes" value=".*">
</branch>
</branch_list>
</template_file>
any suggestions?
Find more posts tagged with
Comments
Adam Stoller
TS 5.6.2
Are you sure about that version number??
<command value='tfo_workflow' />
I believe that should be:
<command value='
new_TFO_job
' />
--fish
Senior Consultant, Quotient Inc.
http://www.quotient-inc.com
bturns
oooops.....this is TS 6.5
bturns
I've attached a screen shot of the error. It appears that there is an issue when the user has more than one workflow to choose from. The "Select a Workflow" screen is blank. There should be two options. Can anyone replicate this error? Is this a bug?
bturns
Turns out this was a bug (64465). After installing SP2 and patch 1614 the problem no longer exists. Thanks to IWOV support for resolution.