Get Diagram
GET/process-definition/:id/diagram
Retrieves the diagram of a process definition.
If the process definition's deployment contains an image resource with the same file name
as the process definition, the deployed image will be returned by the Get Diagram endpoint.
Example: someProcess.bpmn and someProcess.png.
Supported file extentions for the image are: svg, png, jpg, and gif.
Request
Responses
- 200
- 204
- 404
Request successful. The image diagram of this process.
The process definition doesn't have an associated diagram.
Process definition with given id does not exist. See the Introduction for the error response format.