feat(condition): add support for 'exists' and 'not exists' operators (#9687)

This commit is contained in:
-LAN-
2024-10-23 13:25:17 +08:00
committed by GitHub
parent 67016feb96
commit 9a5bdae07f
3 changed files with 28 additions and 1 deletions

View File

@@ -55,6 +55,7 @@ def test_execute_if_else_result_true():
pool.add(["start", "less_than"], 21)
pool.add(["start", "greater_than_or_equal"], 22)
pool.add(["start", "less_than_or_equal"], 21)
pool.add(["start", "null"], None)
pool.add(["start", "not_null"], "1212")
node = IfElseNode(