Parallel and Conditional Execution Flashcards
(4 cards)
1
Q
How do you run steps in parallel?
A
Using a TaskExecuter in flow() steps configuration.
2
Q
How do you execute steps conditionally?
A
Using .on(“COMPLETE”).to(nextStep)
3
Q
How do you configure a decision-based job flow?
A
Using JobExecutionDecider.
4
Q
What is a partitioned step?
A
A step that processes data in parallel across multiple worker threads.