@RestController @RequestMapping(value="/${nflow.rest.path.prefix}/v1/workflow-executor", produces="application/json") @Component public class WorkflowExecutorResource extends Object
| Constructor and Description |
|---|
WorkflowExecutorResource(io.nflow.engine.service.WorkflowExecutorService workflowExecutors,
ListWorkflowExecutorConverter converter) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ListWorkflowExecutorResponse> |
listWorkflowExecutors() |
@Autowired public WorkflowExecutorResource(io.nflow.engine.service.WorkflowExecutorService workflowExecutors, ListWorkflowExecutorConverter converter)
@GetMapping public Collection<ListWorkflowExecutorResponse> listWorkflowExecutors()
Copyright © 2014–2019 Nitor Creations. All rights reserved.