DecisionExpressionName:
    | "!"
    | "!="
    | "<"
    | "<="
    | "=="
    | ">="
    | ">"
    | "all"
    | "any"
    | "case"
    | "match"
    | "coalesce"