jakartaee / batch

The Jakarta Batch project produces the Batch Specification and API.
https://projects.eclipse.org/projects/ee4j.batch
Apache License 2.0
13 stars 17 forks source link

Partitioned Flow (or Job). What to do with status transitions, collector/analyzers? #162

Open follis opened 3 years ago

follis commented 3 years ago

A new concept that would allow a partitioned job (or flow). Run multiple copies of entire jobs (or flows) with different parameter/property values, managed externally as a single job. All sorts of issues…