A rule configuration.

interface RuleConfiguration {
    disabled?: boolean;
    tag?: string;
    value: string;
}

Properties

Properties

disabled?: boolean

EXPERIMENTAL: Whether the rule is disabled.

tag?: string

EXPERIMENTAL: A tag used to filter rules in Get workflow transition rule configurations.

value: string

Configuration of the rule, as it is stored by the Connect or the Forge app on the rule configuration page.