Skip to main content
Version: Next

Get process definition XML (alpha)

GET 

/process-definitions/:processDefinitionKey/xml

Returns process 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

    processDefinitionKey int64required

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

Responses

The XML of the process definition is successfully returned.

Schema

    string

Loading...