The configuration of the rule.

interface WorkflowRuleConfiguration {
    id?: string;
    parameters?: {};
    ruleKey: string;
}

Properties

id?: string

The ID of the rule.

parameters?: {}

The parameters related to the rule.

Type declaration

    ruleKey: string

    The rule key of the rule.