diff --git a/apps/showcase/src/assets/rules/rulesets.json b/apps/showcase/src/assets/rules/rulesets.json index 81593c665a..ecfeaa89d2 100644 --- a/apps/showcase/src/assets/rules/rulesets.json +++ b/apps/showcase/src/assets/rules/rulesets.json @@ -18,6 +18,13 @@ "blockType": "IF_ELSE", "condition": { "all": [ + { + "lhs": { + "type": "FACT", + "value": "outboundDate" + }, + "operator": "isDefined" + }, { "lhs": { "type": "FACT", @@ -89,6 +96,13 @@ "blockType": "IF_ELSE", "condition": { "all": [ + { + "lhs": { + "type": "FACT", + "value": "outboundDate" + }, + "operator": "isDefined" + }, { "lhs": { "type": "FACT",