I am using Pentaho Data Integration to create a job where several sql tables are created.
Here is the job:
I would like to create TABLE_D when both TABLE_C and TABLE_B are created, however it seems like first the tables in the first branch are created and then TABLE_D is created, and the job then continues to create TABLE_B.
How can I enforce the creation of TABLE_B AND TABLE_C before TABLE_D?