Skip to main content
Version: 8.9

Type Alias: MigrateProcessInstanceMappingInstruction

type MigrateProcessInstanceMappingInstruction = object;

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

Properties

sourceElementId

sourceElementId: ElementId;

The element id to migrate from.


targetElementId

targetElementId: ElementId;

The element id to migrate into.