Skip to main content
Version: Next

Get decision definition XML (alpha)

GET 

/decision-definitions/:decisionDefinitionKey/xml

Returns decision definition as XML.

Note that this endpoint is an alpha feature and not enabled on Camunda clusters out of the box. The Camunda 8 API (REST) Overview page provides further details.

note

This endpoint is an alpha feature and may be subject to change in future releases.

Request

Path Parameters

    decisionDefinitionKey int64required

    The assigned key of the decision definition, which acts as a unique identifier for this decision.

Responses

The XML of the decision definition is successfully returned.

Schema

    string

Loading...