Discussions
Categories
Choose a Product
THRUST SERVICES
CORE APPS
CE PRODUCTS
...
Quick Links
POPULAR
HELPFUL TIPS
Groups
My Links
FOR SIGNED IN MEMBERS:
Back to website
Home
TeamSite
TeamSite, LiveSite and OpenDeploy
Attachments in Nested Workflow
System
Hi,
Should <wftask> element automatically pass attached files to child workflow? It appears so going by the documentation. But in reality this is not happening. I am in TS 6.1 on Solaris.
My wftask element looks like this -
<wftask name='nested_wf'
owner = 'admin'
description = 'Initiate the nested review WF'
start = 'f'>
<areavpath v = '/default/main/TestBranch/WORKAREA/TestWA'/>
<successors>
<successorset description='Writers Final Decision'>
<succ v = 'writers_final_decision'/>
</successorset>
</successors>
<jobfile v ='/opt/Interwoven/TeamSite/local/config/wft/custom/1091410998.xml'/>
<activation>
<pred v = 'set_wa_permission_rev'/>
</activation>
</wftask>
and start task of nested workflow is as follows -
<externaltask name='email_reviewer'
owner = 'admin'
description = 'Send Email To Legal Reviewer'
start = 't'>
<areavpath v = '/default/main/TestBranch/WORKAREA/prWA89'/>
<successors>
<successorset description='Legal Review' >
<succ v = 'legal_review'/>
</successorset>
</successors>
<command v='/opt/Interwoven/TeamSite/bin/iwsend_mail.ipl '/>
<variables>
<variable key= 'mail_to' value='admin'/>
<variable key= 'mail_from' value='admin'/>
<variable key= 'mail_message' value = 'You have been assigned this review task'/>
<variable key= 'mail_subject' value = 'Review Task Assignment'/>
<variable key= 'mail_html' value = '1'/>
</variables>
</externaltask>
I am not adding files in the start task with the assumtion that that will be automatically passed by wftask element in parent workflow.
I confirmed from iwgetwfobj command that parent wftask does have files attached (files are attched some where up in the workflow). But in nested workflow start task there are none.
I can attach files exclusively to child workflow while creating the job specification file (at run time) but wanted to make sure I am not missing anything here and system is expected to work like that only.
Appreciate your suggestion.
Thanks
-PB
Find more posts tagged with
Comments
There are no comments yet