Package io.nflow.engine.service
Class WorkflowExecutorService
- java.lang.Object
-
- io.nflow.engine.service.WorkflowExecutorService
-
@Component public class WorkflowExecutorService extends Object
Service for managing workflow executors.
-
-
Constructor Summary
Constructors Constructor Description WorkflowExecutorService(ExecutorDao executorDao)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<WorkflowExecutor>getWorkflowExecutors()Return all workflow executors of this executor group.
-
-
-
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.
-
-