Details of workflow transition rules.

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

Hierarchy

  • Record<string, unknown>
    • WorkflowRulesSearchDetails

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.

a498d711-685d-428d-8c3e-bc03bb450ea7