Type Alias: ProcessInstanceModificationBatchOperationRequest
type ProcessInstanceModificationBatchOperationRequest = object;
The process instance filter to define on which process instances tokens should be moved, and new element instances should be activated or terminated.
Properties
filter
filter: ProcessInstanceFilter;
The process instance filter.
moveInstructions
moveInstructions: ProcessInstanceModificationMoveBatchOperationInstruction[];
Instructions for moving tokens between elements.
operationReference?
optional operationReference?: OperationReference;