...
- Now, add Out Condition for JobScheduler master_02. A job21 will be executed only if the Expressions of its In Condition will be evaluated to true. After successfully completed of job21 event2 of JobScheduler master_02 is created.
S.No. | JobScheduler | Job Name | Condition | Expression | Command |
---|---|---|---|---|---|
1. | master_01 | job11 | In Condition | - | - |
Out Condition | rc:0 | global:event1 | |||
2. | master_02 | job21 | In Condition | global:event1 | startjob: now |
Out Condition | rc:0 | event2 |