PendingRuleConfig: {
    name?: string;
    params?: {
        new: string[];
        old?: string;
    };
    type: "preReq";
} | {
    name: "unknownExtId";
    type: "unknownExtId";
}

Type declaration

  • Optional name?: string
  • Optional params?: {
        new: string[];
        old?: string;
    }
    • new: string[]
    • Optional old?: string
  • type: "preReq"

    send any 'new' to pending if all previous or 'old' step are missing in history

Type declaration

  • name: "unknownExtId"
  • type: "unknownExtId"

    standard, not included in configs: unknown extid when not creating case