Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. To run the Job Streams
    1. Switch to the Job Streams tab.



    2. Select the folder 03_JobStreams from the left tree structure. The collapsed view of the Job Stream will be displayed.



    3. The following expressions are used as In Conditions and Out Conditions for the jobs.

      S.No.Job NameConditionExpressionCommand / Event List

      1.

      job1

      In Condition

      -

      -



      Out Condition

      rc:0

      username_job1






      2.

      job2

      In Condition

      username_job1

      startjob: now



      Out Condition

      rc:0

      username_job2






      3.

      job3

      In Condition

      username_job1

      startjob: now



      Out Condition

      rc:0

      username_job3






      4.

      job4

      In Condition

      username_job3

      startjob: now



      Out Condition

      rc:0

      username_job4






      5.

      job5

      In Condition

      username_job3

      startjob: now



      Out Condition

      rc:0

      username_job5






      6.

      job6

      In Condition

      username_job4 and username_job5

      startjob: now



      Out Condition

      rc:0

      username_job6






      7.

      job7

      In Condition

      username_job2

      startjob: now



      Out Condition

      rc:0

      username_job7






      8.

      job8

      In Condition

      username_job6 and username_job7

      startjob: now



      Out Condition

      -

      -




    4. Click on Expand details to display the Job Stream with it's In Condition and Out Conditions.




    5. Select the Start Task Now from the action menu of job1.



    6. The Job Streams starts its execution and the further jobs will be executed depending on the result of their In Conditions.

...