Rio Odestila
Rio Odestila

Reputation: 125

PDI - Block this step until steps finished not working

Why my Block this step until steps finished not work? I should wait all my insert step before run rest of them. Any suggestion?

My Transformation Looks like Block this steps until finished

Upvotes: 0

Views: 2985

Answers (2)

Niraj
Niraj

Reputation: 106

All table input step will run parallelly when you execute the transformation.

If you want to stop table execution then I suggest adding one constant (i.e 1) before block until step and in the table input step you can add one condition like where 1 = ? with option enabling and execute for each row

enter image description here

Upvotes: 2

AlainD
AlainD

Reputation: 6356

You are possibly confusing blocking the data flow and finishing the connection. See there.

As far as I can understand by you questions since 3 month, you should really have a look here and there.

And try to move to writing Jobs (kjb) to orchestrate your transformations (ktr).

Upvotes: 0

Related Questions