The Forge provided ecosystem rules available.

interface AvailableWorkflowForgeRule {
    description?: string;
    id?: string;
    name?: string;
    ruleKey?: string;
    ruleType?:
        | "Function"
        | "Condition"
        | "Validator"
        | "Screen";
}

Properties

description?: string

The rule description.

id?: string

The unique ARI of the forge rule type.

name?: string

The rule name.

ruleKey?: string

The rule key.

ruleType?:
    | "Function"
    | "Condition"
    | "Validator"
    | "Screen"

The rule type.