@EndpointWebExtension(endpoint=ProcessEngineEndpoint.class) public class ProcessEngineMvcEndpoint extends Object
| Constructor and Description |
|---|
ProcessEngineMvcEndpoint(RepositoryService repositoryService) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity |
processDefinitionDiagram(String processDefinitionKey)
Look up the process definition by key.
|
public ProcessEngineMvcEndpoint(RepositoryService repositoryService)
@GetMapping(value="/processes/{processDefinitionKey:.*}",
produces="image/jpeg")
@ResponseBody
public org.springframework.http.ResponseEntity processDefinitionDiagram(@PathVariable
String processDefinitionKey)
fulfillmentProcess.Copyright © 2021 Flowable. All rights reserved.