Skip to main content
Version: 8.9 (unreleased)

Type Alias: ProcessDefinitionInstanceVersionStatisticsResult

type ProcessDefinitionInstanceVersionStatisticsResult = object;

Defined in: gen/types.gen.ts:5353

Process definition instance version statistics response.

Properties

activeInstancesWithIncidentCount

activeInstancesWithIncidentCount: number;

Defined in: gen/types.gen.ts:5377

The number of active process instances for this version that currently have incidents.


activeInstancesWithoutIncidentCount

activeInstancesWithoutIncidentCount: number;

Defined in: gen/types.gen.ts:5381

The number of active process instances for this version that do not have any incidents.


processDefinitionId

processDefinitionId: ProcessDefinitionId;

Defined in: gen/types.gen.ts:5357

The ID associated with the process definition.


processDefinitionKey

processDefinitionKey: ProcessDefinitionKey;

Defined in: gen/types.gen.ts:5361

The unique key of the process definition.


processDefinitionName

processDefinitionName: string;

Defined in: gen/types.gen.ts:5365

The name of the process definition.


processDefinitionVersion

processDefinitionVersion: number;

Defined in: gen/types.gen.ts:5373

The version number of the process definition.


tenantId

tenantId: TenantId;

Defined in: gen/types.gen.ts:5369

The tenant ID associated with the process definition.