Type Alias: ProcessInstanceCancellationBatchOperationRequest
type ProcessInstanceCancellationBatchOperationRequest = object;
Defined in: gen/types.gen.ts:904
The process instance filter that defines which process instances should be canceled.
Properties
filter
filter: ProcessInstanceFilter;
Defined in: gen/types.gen.ts:908
The process instance filter.
operationReference?
optional operationReference: OperationReference;
Defined in: gen/types.gen.ts:909