Hello,
I have a (tough) nut to crack.
A TestFilter of a job, run by a WorkspaceRunner, receives data but does not copy them into his output.
TestFilter_12_INPUT (TeeFactory): Cloned 2589 input feature(s) into 2589 output feature(s)
TestFilter_12 (TestFactory): Tested 2589 input feature(s) -- 51 feature(s) passed and 2538 feature(s) failed
TestFilter_12 LR valid Transformer Output Nuker (TeeFactory): Cloned 45 input feature(s) into 0 output feature(s)
TestFilter_12 BT valid Transformer Output Nuker (TeeFactory): Cloned 6 input feature(s) into 0 output feature(s)
The very same job, when run manually it gives this information :
TestFilter_12 (TestFactory): Tested 2589 input feature(s) -- 51 feature(s) passed.
I don't understand why the behavior changes according to the way of launching it.
Someone has an idea ?