Page 1 of 1

Control M - Job "LoadBalancing"

Posted: 24 Aug 2015 11:14
by nekokarma
Hello,

Im kind of new to control-M, and im still learning its basics, so thanks for your patience :)

Im trying to do this:

MasterJob

Job1
Job2
Job3
Job4

All jobs (1 trough 4) take a random amount of time to complete.

what i want to do, is that when masterjob runs, and find a specific condition (return code 222), it starts Job1.
On the second time it finds the condition, it starts Job2
and so on.

All this is to have 4 threads processing information.

From my test, I manage to start JOB1 after Masterjobs finds the specific condition, but i havent found the way to start Job 2.

I appreciate any input you guys can give me.

Att:
Federico Chaves