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)
dummytask
System
Does a dummytask take succ values? What I'm trying to do is after submittask i want to wait for a while and automatically publish an edition.
Find more posts tagged with
Comments
Migrateduser
The
<timeout>
element defines the successor of the dummytask. Check the DTD for the
<timeout>
element.
Dave Smith
Sr. Software Engineer
Nike, Inc.
(503) 671-4238
DavidH.Smith@nike.com
Migrateduser
<dummytask name ="WaitToPublish>
<timeout v="+000100">
successors>
<successorset>
<succ="Publish">
</successorset>
</successors>
</timeout>
</dummytask>
Adam Stoller
Are you looking at the DTD? or documentation?
That's not the correct elements for a dummytask.
--fish
(Interwoven Senior Technical Consultant)