Skip to main content
Version: 8.9 (unreleased)

Type Alias: ProcessInstanceModificationBatchOperationRequest

type ProcessInstanceModificationBatchOperationRequest = object;

Defined in: gen/types.gen.ts:966

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;

Defined in: gen/types.gen.ts:970

The process instance filter.


moveInstructions

moveInstructions: ProcessInstanceModificationMoveBatchOperationInstruction[];

Defined in: gen/types.gen.ts:974

Instructions for moving tokens between elements.


operationReference?

optional operationReference: OperationReference;

Defined in: gen/types.gen.ts:975