Class WorkflowExecutorService

java.lang.Object
io.nflow.engine.service.WorkflowExecutorService

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

    • WorkflowExecutorService

      @Inject public WorkflowExecutorService(ExecutorDao executorDao)
  • Method Details

    • getWorkflowExecutors

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