Is there a spring batch "job" scope?

spring, spring-batch, spring-batch-admin

Solution

Finally Spring Batch 3.0 supports now the `Job Scope` : What's new in Spring Batch 3.0

Problem

I just want to know if there is a "JOB" scope in spring batch, like the "STEP" scope ? If there is not, should we develop our custom scope, or is there a better alternative ? Thanks in advance.

Original source

Related problems