@RestController public class ProcessInstanceDiagramResource extends BaseProcessInstanceResource
| Modifier and Type | Field and Description |
|---|---|
protected ProcessEngineConfiguration |
processEngineConfiguration |
protected RepositoryService |
repositoryService |
restResponseFactory, runtimeService| Constructor and Description |
|---|
ProcessInstanceDiagramResource() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<byte[]> |
getProcessInstanceDiagram(String processInstanceId,
javax.servlet.http.HttpServletResponse response) |
addVariables, getProcessInstanceFromRequest, getQueryResponse@Autowired protected RepositoryService repositoryService
@Autowired protected ProcessEngineConfiguration processEngineConfiguration
@GetMapping(value="/runtime/process-instances/{processInstanceId}/diagram")
public org.springframework.http.ResponseEntity<byte[]> getProcessInstanceDiagram(@PathVariable
String processInstanceId,
javax.servlet.http.HttpServletResponse response)
Copyright © 2018 Flowable. All rights reserved.