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)
workflow-update task
vinylrecord
hi, can any one help me with this..
The background is .. i want the files in one workarea to be transferred to the other workarea(both owned by different user)
in my workflow i have used the following:
but this is not doing the required transfer , is there any other way out:
<updatetask name="Review" owner="xyz"
description="Review work ">
<areavpath v="/default/main/review/WORKAREA/reviewwork/templatedata/testwork"/>
<successorset>
<succ v="End"/>
</successorset>
<srcareavpath v="/default/main/insurance/WORKAREA/sop/tempaltedata/output"/>
<activation>
<pred v="Generate"/>
</activation>
</updatetask>
Find more posts tagged with
Comments
Adam Stoller
The owner of the update task must have at least read-access to the srcareavpath and write access to the areavpath in order for the task to complete successfully.
Have you checked the iwjoberrors.log and/or iwtrace.log after having this task execute? If there are problems, they'll usually show up in one (or both) of those locations...
--fish
(Interwoven Senior Technical Consultant)