Class ProcessInstanceDiagramResource
java.lang.Object
org.flowable.rest.service.api.runtime.process.BaseProcessInstanceResource
org.flowable.rest.service.api.runtime.process.ProcessInstanceDiagramResource
- Author:
- Frederik Heremans
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ProcessEngineConfiguration
protected RepositoryService
Fields inherited from class org.flowable.rest.service.api.runtime.process.BaseProcessInstanceResource
restApiInterceptor, restResponseFactory, runtimeService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionResponseEntity<byte[]>
getProcessInstanceDiagram
(String processInstanceId, jakarta.servlet.http.HttpServletResponse response) Methods inherited from class org.flowable.rest.service.api.runtime.process.BaseProcessInstanceResource
addVariables, getProcessInstanceFromRequest, getProcessInstanceFromRequestWithoutAccessCheck, getQueryResponse
-
Field Details
-
repositoryService
-
processEngineConfiguration
-
-
Constructor Details
-
ProcessInstanceDiagramResource
public ProcessInstanceDiagramResource()
-
-
Method Details
-
getProcessInstanceDiagram
@GetMapping("/runtime/process-instances/{processInstanceId}/diagram") public ResponseEntity<byte[]> getProcessInstanceDiagram(@PathVariable String processInstanceId, jakarta.servlet.http.HttpServletResponse response)
-