Skip to main content
Version: 8.9 (unreleased)

Type Alias: ProcessDefinitionInstanceStatisticsResult

type ProcessDefinitionInstanceStatisticsResult = object;

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

Process definition instance statistics response.

Properties

activeInstancesWithIncidentCount?

optional activeInstancesWithIncidentCount: number;

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

Total number of currently active process instances of this definition that have at least one incident.


activeInstancesWithoutIncidentCount?

optional activeInstancesWithoutIncidentCount: number;

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

Total number of currently active process instances of this definition that do not have incidents.


hasMultipleVersions?

optional hasMultipleVersions: boolean;

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

Indicates whether multiple versions of this process definition instance are deployed.


latestProcessDefinitionName?

optional latestProcessDefinitionName: string;

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

Name of the latest deployed process definition instance version.


processDefinitionId?

optional processDefinitionId: ProcessDefinitionId;

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


tenantId?

optional tenantId: TenantId;

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