Skip to main content
Version: 8.9

Type Alias: ProcessInstanceModificationMoveBatchOperationInstruction

type ProcessInstanceModificationMoveBatchOperationInstruction = object;

Instructions describing a move operation. This instruction will terminate all active element instances at sourceElementId and activate a new element instance for each terminated one at targetElementId. The new element instances are created in the parent scope of the source element instances.

Properties

sourceElementId

sourceElementId: ElementId;

The source element ID.


targetElementId

targetElementId: ElementId;

The target element ID.