Details of workflow transition rules.

interface WorkflowRulesSearchDetails {
    invalidRules?: string[];
    validRules?: Version3.Version3Models.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.