Waiting for Transformations in a Job

Posted by DaDaDom on Stack Overflow See other posts from Stack Overflow or by DaDaDom
Published on 2010-04-20T13:40:39Z Indexed on 2010/04/20 13:43 UTC
Read the original article Hit count: 378

Filed under:
|

I am working with Pentaho Data Integration (aka Kettle) and I have several Transformations, let's call them A, B, C, D, E. B depends on A, D depends on C and E depends on B and D. In a job I'd like to run A, B and C, D in parallel:

           -> A -> B _
    Start<            \
           -> C -> D----> E

where A and C run in parallel. Is there any way to execute E only iff B AND D were successful? Right now, looking at the Job metrics, E gets executed as soon as either B OR D are finished.

© Stack Overflow or respective owner

Related posts about pentaho

Related posts about kettle