@RestController @RequestMapping(value="/${nflow.rest.path.prefix}/v1/workflow-executor", produces="application/json") @Component public class WorkflowExecutorResource extends SpringWebResource
actions, actionStateVariables, childWorkflows, currentStateVariables, INCLUDE_PARAM_DESC, INCLUDE_PARAM_VALUES| Constructor and Description |
|---|
WorkflowExecutorResource(SchedulerService scheduler,
io.nflow.engine.service.WorkflowExecutorService workflowExecutors,
ListWorkflowExecutorConverter converter) |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<ResponseEntity<?>> |
listWorkflowExecutors() |
handleExceptions, wrapBlockingfetchWorkflowInstance, handleExceptions, listWorkflowDefinitions, listWorkflowInstances, resolveExceptionHttpStatus, updateWorkflowInstance@Inject public WorkflowExecutorResource(SchedulerService scheduler, io.nflow.engine.service.WorkflowExecutorService workflowExecutors, ListWorkflowExecutorConverter converter)
@GetMapping public reactor.core.publisher.Mono<ResponseEntity<?>> listWorkflowExecutors()
Copyright © 2014–2021 Nitor Creations. All rights reserved.