The payload for creating rules in a workflow

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

Properties

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

The parameters of the rule

Type declaration

  • [key: string]: string

    The parameters of the rule

ruleKey?: string
system:update-field