Type Alias: ProcessInstanceDeletionBatchOperationRequest
type ProcessInstanceDeletionBatchOperationRequest = object;
The process instance filter that defines which process instances should be deleted.
Properties
filter
filter: ProcessInstanceFilter;
The process instance filter.
operationReference?
optional operationReference?: OperationReference;