Get decision definition XML (alpha)
GET/decision-definitions/:decisionDefinitionKey/xml
Returns decision definition as XML.
note
This endpoint is an alpha feature and not enabled on Camunda clusters out of the box. See the Camunda 8 REST API overview for further details.
Request
Responses
- 200
- 400
- 404
- 500
The XML of the decision definition is successfully returned.
The Decision Definition Get XML failed. More details are provided in the response body.
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.