interface MigrationPlan {
    mappingInstructions: MappingInstruction[];
    targetProcessDefinitionKey: string;
}

Properties

mappingInstructions: MappingInstruction[]
targetProcessDefinitionKey: string

Generated using TypeDoc