Interface MigrateProcessInstanceRequest

interface MigrateProcessInstanceRequest {
    migrationPlan: MigrationPlan;
    operationReference?: string;
    processInstanceKey: string;
}

Properties

migrationPlan: MigrationPlan
operationReference?: string

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

processInstanceKey: string

Generated using TypeDoc