Parallel and Conditional Execution Flashcards

(4 cards)

1
Q

How do you run steps in parallel?

A

Using a TaskExecuter in flow() steps configuration.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How do you execute steps conditionally?

A

Using .on(“COMPLETE”).to(nextStep)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How do you configure a decision-based job flow?

A

Using JobExecutionDecider.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a partitioned step?

A

A step that processes data in parallel across multiple worker threads.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly