@RestController public class CaseInstanceDiagramResource extends BaseCaseInstanceResource
| Modifier and Type | Field and Description |
|---|---|
protected CmmnEngineConfiguration |
cmmnEngineConfiguration |
protected org.flowable.cmmn.api.CmmnRepositoryService |
repositoryService |
restApiInterceptor, restResponseFactory, runtimeService| Constructor and Description |
|---|
CaseInstanceDiagramResource() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<byte[]> |
getCaseInstanceDiagram(String caseInstanceId,
javax.servlet.http.HttpServletResponse response) |
addVariables, getCaseInstanceFromRequest, getQueryResponse@Autowired protected org.flowable.cmmn.api.CmmnRepositoryService repositoryService
@Autowired protected CmmnEngineConfiguration cmmnEngineConfiguration
@GetMapping(value="/cmmn-runtime/case-instances/{caseInstanceId}/diagram")
public org.springframework.http.ResponseEntity<byte[]> getCaseInstanceDiagram(@PathVariable
String caseInstanceId,
javax.servlet.http.HttpServletResponse response)
Copyright © 2022 Flowable. All rights reserved.