 |
SoftTree Technologies
Technical Support Forums
|
|
Author |
Message |
rezakhan
Joined: 06 Sep 2007 Posts: 9
|
|
Run a series of steps |
|
Hi there ,
I have created 6 seperate jobs and would like to create a single job to run all 6 other jobs eg
Run Jal Job 1
Run VB Job 2
Run JAL Job 3
Run VB Job 4
These jobs are a mix of VBscript jobs and JAL jobs.
Best regards.
|
|
Fri Sep 07, 2007 10:02 am |
|
 |
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7955
|
|
|
|
Hi,
There are several way to do that, for example, you can use job dependencies to link these jobs into one process or you can use job notification action of "run another job" type or you can create a 7th job, for example a JAL type job and code in that job something like
the following
RunJob("Job 1")
RunJob("Job 2")
RunJob("Job 3")
RunJob("Job 4")
|
|
Fri Sep 07, 2007 11:18 am |
|
 |
rezakhan
Joined: 06 Sep 2007 Posts: 9
|
|
Run a series of steps |
|
Thanks , I suppose the all the Job Names have to be unique in the 1st place ?
Regards.
|
|
Fri Sep 07, 2007 12:10 pm |
|
 |
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7955
|
|
|
|
They should. If they don't, use job id instead of job name
RunJob(55)
RunJob(56)
RunJob(245)
RunJob(14)
|
|
Sat Sep 08, 2007 11:59 am |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|