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