Skip to main content
GET
Get Execution

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

The id of the execution to be retrieved.

Response

Request successful.

id
string | null

The id of the Execution.

processInstanceId
string | null

The id of the root of the execution tree representing the process instance.

ended
boolean | null

Indicates if the execution is ended.

tenantId
string | null

The id of the tenant this execution belongs to. Can be null if the execution belongs to no single tenant.