Type Alias: ProcessElementStatisticsResult
type ProcessElementStatisticsResult = object;
Defined in: gen/types.gen.ts:5206
Process element statistics response.
Properties
active?
optional active: number;
Defined in: gen/types.gen.ts:5214
The total number of active instances of the element.
canceled?
optional canceled: number;
Defined in: gen/types.gen.ts:5218
The total number of canceled instances of the element.
completed?
optional completed: number;
Defined in: gen/types.gen.ts:5226
The total number of completed instances of the element.
elementId?
optional elementId: ElementId;
Defined in: gen/types.gen.ts:5210
The element ID for which the results are aggregated.
incidents?
optional incidents: number;
Defined in: gen/types.gen.ts:5222
The total number of incidents for the element.