Class BatchResource

java.lang.Object
org.flowable.rest.service.api.management.BatchBaseResource
org.flowable.rest.service.api.management.BatchResource

@RestController public class BatchResource extends BatchBaseResource
  • Field Details

  • Constructor Details

    • BatchResource

      public BatchResource()
  • Method Details

    • getBatch

      @GetMapping(value="/management/batches/{batchId}", produces="application/json") public BatchResponse getBatch(@PathVariable String batchId)
    • getBatchDocument

      @GetMapping("/management/batches/{batchId}/batch-document") public String getBatchDocument(@PathVariable String batchId, jakarta.servlet.http.HttpServletResponse response)
    • deleteJob

      @DeleteMapping("/management/batches/{batchId}") @ResponseStatus(NO_CONTENT) public void deleteJob(@PathVariable String batchId)