Class WorkflowExecutorService


  • @Component
    public class WorkflowExecutorService
    extends Object
    Service for managing workflow executors.
    • Constructor Detail

      • WorkflowExecutorService

        @Inject
        public WorkflowExecutorService​(ExecutorDao executorDao)
    • Method Detail

      • getWorkflowExecutors

        public List<WorkflowExecutor> getWorkflowExecutors()
        Return all workflow executors of this executor group.
        Returns:
        The workflow executors.