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
commit 9a5bdae07f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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(