-
Task
-
Resolution: Won't Fix
-
L3 - Default
-
None
-
None
-
None
The abstract JobExecutor#executeJobs method is always implemented with the same try-catch logic. This can be avoided if this logic is already included inside the JobExecutor class, with for example, a Java 7 Supplier argument executeJobs(jobids, processEngine, supplier).
Acceptance Criteria (Required on creation):
- The try-catch logic of the JobExecutor#executeJobs implementations is not repeated.
This is the controller panel for Smart Panels app
- is related to
-
CAM-11410 Camunda Engine Quarkus Extension
- Closed