Skip to main content
Version: 8.9 (unreleased)

Type Alias: ProcessInstanceModificationMoveBatchOperationInstruction

type ProcessInstanceModificationMoveBatchOperationInstruction = object;

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

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;

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

The source element ID.


targetElementId

targetElementId: ElementId;

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

The target element ID.