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)
Scheduling Task
rajnag
Is it possible to Scheduling Task. I want to Schedule a Tast, it should run every monday.
Find more posts tagged with
Comments
Migrateduser
There's no TeamSite-specific scheduling system for workflow, but you *can* launch a workflow using UNIX cron or Windows at by running a script that calls iwjobc to initiate the job.
bw
Bob Walden [bob.walden@interwoven.com]
Interwoven Education Group
IM: Yahoo, MSN bob_walden
Adam Stoller
Note: when automating the invokation of a workflow like this - you need to use a "Job Description File" - not a "Workflow Template" (a.k.a. "wft") -- the distinction being that the the former cannot have any template_script sections in it - and thus cannot prompt for any information.
If you need to alter information in the job each time it is invoked - and can determine that information programmatically, you can write a wrapper script that takes a "template" of the job description file, inserts the programmatically generated information / performs appropriate substitutions, and then invokes the job using iwjobc / iwinvokejob (in 5.5.2 you can use iwjobc -i and not bother with iwinvokejob)
--fish
(Interwoven Information Guy)