I have a job that runs multiple sub-jobs in parallel.
Upon completion of ALL sub-jobs I would like to start a follow up job.
How can I do this in KETTLE. There seems to be no good wait to do that.
I would also like to use similar evaluation in case of on or more of the sub-jobs failing - for example:
- if job A fails but B and C succeeds - > do action1
- if job B fails but C and A succeeds -> do action2
etc
anyway to do that kind of logic?


Reply With Quote

