@RestController @RequestMapping(value="/${nflow.rest.path.prefix}/v1/maintenance", produces="application/json") @Component public class MaintenanceResource extends SpringWebResource
actions, actionStateVariables, childWorkflows, currentStateVariables, INCLUDE_PARAM_DESC, INCLUDE_PARAM_VALUES| Constructor and Description |
|---|
MaintenanceResource(SchedulerService scheduler,
io.nflow.engine.service.MaintenanceService maintenanceService,
MaintenanceConverter converter) |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<ResponseEntity<?>> |
cleanupWorkflows(MaintenanceRequest request) |
handleExceptions, wrapBlockingfetchWorkflowInstance, handleExceptions, listWorkflowDefinitions, listWorkflowInstances, resolveExceptionHttpStatus, updateWorkflowInstance@Inject public MaintenanceResource(SchedulerService scheduler, io.nflow.engine.service.MaintenanceService maintenanceService, MaintenanceConverter converter)
@PostMapping(consumes="application/json") public reactor.core.publisher.Mono<ResponseEntity<?>> cleanupWorkflows(@RequestBody MaintenanceRequest request)
Copyright © 2014–2021 Nitor Creations. All rights reserved.