Type Alias: ProcessElementStatisticsResult
type ProcessElementStatisticsResult = object;
Process element statistics response.
Properties
active
active: number;
The total number of active instances of the element.
canceled
canceled: number;
The total number of canceled instances of the element.
completed
completed: number;
The total number of completed instances of the element.
elementId
elementId: ElementId;
The element ID for which the results are aggregated.
incidents
incidents: number;
The total number of incidents for the element.