Skip to main content
Version: Next

Get process definition by key (alpha)

GET 

/process-definitions/:processDefinitionKey

Returns process definition as JSON.

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

Path Parameters

    processDefinitionKey int64required

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

Responses

The process definition is successfully returned.

Schema
    processDefinitionKey int64

    The key for this process definition.

    name string

    Name of this process definition.

    resourceName string

    Resource name for this process definition.

    version int32

    Version of this process definition.

    versionTag string

    Version tag of this process definition.

    processDefinitionId string

    Process definition id of this process definition.

    tenantId string

    Tenant id of this process definition.

Loading...