Type Alias: ProcessInstanceDeletionBatchOperationRequest
type ProcessInstanceDeletionBatchOperationRequest = object;
Defined in: gen/types.gen.ts:926
The process instance filter that defines which process instances should be deleted.
Properties
filter
filter: ProcessInstanceFilter;
Defined in: gen/types.gen.ts:930
The process instance filter.
operationReference?
optional operationReference: OperationReference;
Defined in: gen/types.gen.ts:931