Skip to main content
Version: 8.9 (unreleased)

Type Alias: MigrateProcessInstanceMappingInstruction

type MigrateProcessInstanceMappingInstruction = object;

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

The mapping instructions describe how to map elements from the source process definition to the target process definition.

Properties

sourceElementId

sourceElementId: ElementId;

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

The element id to migrate from.


targetElementId

targetElementId: ElementId;

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

The element id to migrate into.