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

Provide standard way to expose which JSLs (jobs) are packaged in a given EE archive #170

Open follis opened 3 years ago

follis commented 3 years ago

In order to submit a job you have to know the name of the JSL file. But there's no standard way (short of hunting around in the .war file) to find out what your choices are. Discovery capability to find out what jobs are available would be a nice feature.