Class ExecutionCollectionResource

java.lang.Object
org.flowable.rest.service.api.runtime.process.ExecutionBaseResource
org.flowable.rest.service.api.runtime.process.ExecutionCollectionResource

@RestController public class ExecutionCollectionResource extends ExecutionBaseResource
Author:
Frederik Heremans
  • Constructor Details

    • ExecutionCollectionResource

      public ExecutionCollectionResource()
  • Method Details

    • getProcessInstances

      @GetMapping(value="/runtime/executions", produces="application/json") public DataResponse<ExecutionResponse> getProcessInstances(@RequestParam Map<String,String> allRequestParams)
    • executeExecutionAction

      @PutMapping("/runtime/executions") @ResponseStatus(NO_CONTENT) public void executeExecutionAction(@RequestBody ExecutionActionRequest actionRequest)