Class CaseInstanceDiagramResource

java.lang.Object
org.flowable.cmmn.rest.service.api.runtime.caze.BaseCaseInstanceResource
org.flowable.cmmn.rest.service.api.runtime.caze.CaseInstanceDiagramResource

@RestController public class CaseInstanceDiagramResource extends BaseCaseInstanceResource
Author:
Frederik Heremans
  • Field Details

    • repositoryService

      @Autowired protected org.flowable.cmmn.api.CmmnRepositoryService repositoryService
    • cmmnEngineConfiguration

      @Autowired protected CmmnEngineConfiguration cmmnEngineConfiguration
  • Constructor Details

    • CaseInstanceDiagramResource

      public CaseInstanceDiagramResource()
  • Method Details

    • getCaseInstanceDiagram

      @GetMapping("/cmmn-runtime/case-instances/{caseInstanceId}/diagram") public org.springframework.http.ResponseEntity<byte[]> getCaseInstanceDiagram(@PathVariable String caseInstanceId)