Hello !
OK -- I have a set of 6 Parallel jobs that I am now putting together into a SEQUENCE job to control job flow.
Here's a description of what I need to do :
PJ1 , PJ2, PJ3 can run in parallel, are fed through a Sequencer.
PJ4 isnt really a job -- I just need to check the value of a flag (Job Parameter).
IF Flag= Y, Execute PJ5
If Flag = N, Execute PJ6
I am stumped as to how to retrieve the VALUE of a JOB PARAMETER as the Trigger in xxJ4 stage.
Please help !
Thanks
========================
I can't seem to attach a picture, so this is the best I Can do at illustration:
OK -- I have a set of 6 Parallel jobs that I am now putting together into a SEQUENCE job to control job flow.
Here's a description of what I need to do :
PJ1 , PJ2, PJ3 can run in parallel, are fed through a Sequencer.
PJ4 isnt really a job -- I just need to check the value of a flag (Job Parameter).
IF Flag= Y, Execute PJ5
If Flag = N, Execute PJ6
I am stumped as to how to retrieve the VALUE of a JOB PARAMETER as the Trigger in xxJ4 stage.
Please help !
Thanks
========================
I can't seem to attach a picture, so this is the best I Can do at illustration:
Code:
PJ1 -----\ /Flag=[b]Y[/b] - PJ5
\ /
PJ2 -----==> (blue Sequencer Stage) --> [COLOR=#EF2929][i][b]xxJ4[/b][/i][/color] /
/ Value of FLAG?<
PJ3 -----/ \Flag=[b]N[/b] - PJ6