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

Clarify failure to next in attr or to match any 'on' attribute - Either treat as COMPLETED or introduce a default to next sequential step. #120

Open follis opened 3 years ago

follis commented 3 years ago

A job or flow ends when we don't have a 'next' step to go to. Should we have a mode that allows just flowing to the next step in the file and end the job at end of file (or the flow when we hit the tag?