Type Alias: GetProcessInstanceStatisticsData
type GetProcessInstanceStatisticsData = object;
Defined in: gen/types.gen.ts:14352
Properties
body?
optional body: never;
Defined in: gen/types.gen.ts:14353
path
path: object;
Defined in: gen/types.gen.ts:14354
processInstanceKey
processInstanceKey: ProcessInstanceKey;
The assigned key of the process instance, which acts as a unique identifier for this process instance.
query?
optional query: never;
Defined in: gen/types.gen.ts:14360
url
url: "/process-instances/{processInstanceKey}/statistics/element-instances";
Defined in: gen/types.gen.ts:14361