Interface MigrateProcessInstanceReq

interface MigrateProcessInstanceReq {
    migrationPlan: MigrationPlan;
    operationReference?: number | LosslessNumber;
    processInstanceKey: string;
}

Properties

migrationPlan: MigrationPlan

The migration plan that defines target process and element mappings

operationReference?: number | LosslessNumber

A reference key chosen by the user and will be part of all records resulted from this operation

processInstanceKey: string

Key of the process instance to migrate

Generated using TypeDoc