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
Problem while attaching files
System
My workflow hangs when I attached the (existing file). The next Task is an external task in which I am calling a perl script to send notifications. The Notifications are working fine if I don't attach files but hangs when I attach files to it.
It would be a great help if anybody have faced the similar problem and can share the solution to it. Thanks in Advance.
Saurabh Gupta
example of task is : -
<usertask name="Edit Content."
owner="saurabh"
description="Edit Content."
start="f">
<areavpath v = "/default/main/Training/saurabh/WORKAREA/saurabh"/>
<successors>
<successorset description="Begin Review Process">
<succ v="Review Work Rohit"/>
</successorset>
</successors>
</usertask>
if I attach files while going through "Edit Content" Task, the next Task "Review Work Rohit" hangs otherwise it works fine.
<externaltask name="Review Work Rohit"
owner="saurabh"
description="Review Work Rohit"
start="f">
<areavpath v = "/default/main/Training/saurabh/WORKAREA/saurabh"/>
<successors>
<successorset description="Review Work By Rohit">
<succ v="Review Work By Rohit"/>
</successorset>
</successors>
<command v = "d:/Interwoven/TeamSite/iw-perl/bin/iwperl.exe d:/Interwoven/TeamSite/iw-perl/site/lib/sendNotification.pl -to sa -from sa -message reviewNotification"/>
<variables>
<variable key="commentTask" value="Edit Content."/>
</variables>
</externaltask>
Find more posts tagged with
Comments
There are no comments yet