Page 1 of 1

OPTION to parameterize different jobs in the Sequence JOB

Posted: Tue Mar 31, 2015 9:32 am
by oracledba
We have two versions of the code

a generic version of the code already developed that applies across all clients (makes use of the generic stage)

a traditional method specific for each client I developed.


In the existing generic method the sequence job calls the file extraction job, followed by data validation job, followed by error report job. (triggers unconditional)


I have created a parallel job for data validation for a specific client..

Using the existing sequence I want to be able to parameterize which data validation is being called (the generic data validation job, or my client specific data validation job)

I don't want to create a new sequence job..

Please post any ways to achieve this feat? :twisted:

Posted: Tue Mar 31, 2015 3:37 pm
by ray.wurlod
Custom triggers to make the decision about which validation job to run, separate Job activities for each of those jobs.