This is the controller panel for Smart Panels app
[CAM-5562] I can query for all jobs of a batch
Assignee | New: Sebastian Menski [ sebastian.menski ] |
Fix Version/s | Original: 7.5.0 [ 14091 ] | |
Resolution | New: Won't Fix [ 2 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
Workflow | Original: camunda BPM [ 37832 ] | New: Backup_camunda BPM [ 61245 ] |
Something like this?
List<Job> bachJobs = managementService.createJobQuery().batchId("foo").list();
And should this include monitor and seed jobs?