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

Is it legal to restart on step within flow using @restart on <stop> ? #148

Open follis opened 3 years ago

follis commented 3 years ago

The <stop on=../> element allows you to specify a the id of a step, flow, or split to restart at. The spec should indicate the behavior if the specified Id is a step within a flow.