Sign In

Welcome Back,

Signup/Login with your account

You must login to ask a question.

You must login to add post.

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

  • 0
Priyanjay Singh Parihar
Beginner

What is job executor in data integration and how to use it.

In the Data Integration layer, how to use job executor and what is the use of it.

Leave an answer

You must login to add an answer.

1 Answer

  1. The Job Executor step is used in a transformation to:
    1. Dynamically execute a child job (sub-job/graph) based on input data.
    2. Manage parameterized job executions for batch or iterative processing.
    3. Row-by-Row Execution: Executes the job for each row passed to the Job Executor step.

    You can find the example on how to use it here :
    Job Executor