Skip to Content
0
Former Member
May 15, 2012 at 07:10 AM

Putting multiple jobs on hold with RedwoodScript

396 Views

Hey experts,

Our company is implementing the redwood scheduler for all of our batch jobs. Currently, we are using autosys to run our 5,000+ jobs. A nice feature of autosys was the ability to create an easy script of putting about a 1,000 jobs on hold. We would do this for scheduled maintenence work. I'm looking at the redwoodAPI docs, and I see the function job.hold();. Does anyone know how to use this function with a specific job name?