Details of any errors encountered while updating workflow transition rules for a workflow.

interface WorkflowTransitionRulesUpdateErrorDetails {
    ruleUpdateErrors: {};
    updateErrors: string[];
    workflowId: Version3.Version3Models.WorkflowId;
}

Properties

ruleUpdateErrors: {}

A list of transition rule update errors, indexed by the transition rule ID. Any transition rule that appears here wasn't updated.

Type declaration

    updateErrors: string[]

    The list of errors that specify why the workflow update failed. The workflow was not updated if the list contains any entries.