Get process definition XML
GET/process-definitions/:processDefinitionKey/xml
Returns process definition as XML.
Request
Responses
- 200
- 204
- 400
- 401
- 403
- 404
- 500
The XML of the process definition is successfully returned.
The process definition was found but does not have XML.
The provided data is not valid.
The request lacks valid authentication credentials.
Forbidden. The request is not allowed.
The decision with the given key was not found. More details are provided in the response body.
An internal error occurred while processing the request.