Details of workflow transition rules.

interface WorkflowRulesSearchDetails {
    invalidRules?: string[];
    validRules?: Version2.Version2Models.WorkflowTransitionRules[];
    workflowEntityId?: string;
}

Properties

invalidRules?: string[]

List of workflow rule IDs that do not belong to the workflow or can not be found.

List of valid workflow transition rules.

workflowEntityId?: string

The workflow ID.