Search code examples
pentaho-spoonpentaho-data-integration

Execute pentaho job completely for first row before starting job for second row


My root job which has two steps,

Transformation Executor(to copy rows to results) & a Job Executor(Executing for each input row)

what I want is, that my sub-job should execute completely for first incoming row before it start execution for second row.


Solution

  • Click on the Job executor step and check the box Execute for every input row. Tell me if it is not what you need.