Rule configuration for workflow transitions.

interface PreviewRuleConfiguration {
    id?: string;
    parameters?: {
        [key: string]: string;
    };
    ruleKey?: string;
}

Properties

id?: string

A transient identifier for this element, unique within this response but not guaranteed to stable across requests.

parameters?: {
    [key: string]: string;
}

The parameters of the rule.

Type declaration

  • [key: string]: string

    The parameters of the rule.

ruleKey?: string

The rule key of the rule.