-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
Currently JobOperator supports getting job executions by job instance (getting all job executions belonging to that job instance), or getting running job executions by job name.
Users should be able to get all job executions belonging to a job name.
With the current JobOperator, the workaround is, first to first get all job instances for a job name, then for each job instance, get all job execution belonging to that job instance. This is not efficient, especially with jdbc job repository.
Job repository and all its subtypes will all need to support this additional operation.
- is cloned by
-
JBEAP-22203 (7.4.z) JBERET-506 Support retrieving job executions by job name
- Closed
- is related to
-
WFLY-14275 Large job repository is blocking deployment
- Closed
- relates to
-
WFLY-14946 More efficient way of getting batch job executions by job name
- Closed