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)
Grouptask error
blholmes
I am changing a usertask to a grouptask. I removed the owner tag and set the sharedby tag to two users. However, when I transition to the task it states that the sharedby element is missing from the task? Any ideas what's wrong. Below is the task syntax:
<grouptask name="Approval-1"
description="Approval, __INSERT__($dcrName);."
readonly="$readonlyApprove">
__INSERT__("<areavpath v='$area_vpath'/>");
<successors>
<successorset description="Approve-Deploy">
<succ v="Update-Modify-Time-Deploy"/>
</successorset>
<successorset description="Approve-Submit">
<succ v="Update-Modify-Time"/>
</successorset>
<successorset description="Next Approval">
<succ v="Assign-Approval"/>
</successorset>
<successorset description="Reject">
<succ v="Edit-Article"/>
</successorset>
<successorset description="Cancel Job">
<succ v="End"/>
</successorset>
</successors>
<activation>
<or>
<pred v="Generate-Pages"/>
<pred v="Assign-Approval"/>
</or>
</activation>
<sharedby>
<user v="bholmes" />
<user v="senglezo" />
</sharedby>
</grouptask>
Find more posts tagged with
Comments
Migrateduser
If you look at the DTD for a <grouptask> element, you'll see that the <sharedby> attribute must appear directly after the <successors> attribute and before your <activation> attribute.
Dave Smith
Sr. Software Engineer
Nike, Inc.
(503) 671-4238
DavidH.Smith@nike.com