Type Alias: ResolveIncidentsBatchOperationData
type ResolveIncidentsBatchOperationData = object;
Defined in: gen/types.gen.ts:13475
Properties
body?
optional body: object;
Defined in: gen/types.gen.ts:13479
The process instance filter that defines which process instances should have their incidents resolved.
filter
filter: ProcessInstanceFilter;
The process instance filter.
operationReference?
optional operationReference: OperationReference;
path?
optional path: never;
Defined in: gen/types.gen.ts:13486
query?
optional query: never;
Defined in: gen/types.gen.ts:13487
url
url: "/process-instances/incident-resolution";
Defined in: gen/types.gen.ts:13488