MaxKB/apps/application/flow/step_node/condition_node/compare
shaohuzhang1 76d050bea4
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
feat: New condition for determining whether the discriminator is true or not (#2809)
2025-04-07 14:07:30 +08:00
..
__init__.py feat: New condition for determining whether the discriminator is true or not (#2809) 2025-04-07 14:07:30 +08:00
compare.py feat: 支持工作流 (#671) 2024-07-01 09:45:59 +08:00
contain_compare.py feat: 支持工作流 (#671) 2024-07-01 09:45:59 +08:00
equal_compare.py feat: 支持工作流 (#671) 2024-07-01 09:45:59 +08:00
ge_compare.py feat: 支持工作流 (#671) 2024-07-01 09:45:59 +08:00
gt_compare.py feat: 支持工作流 (#671) 2024-07-01 09:45:59 +08:00
is_not_null_compare.py fix: 【应用编排】判断器分支判断结果错误 (#680) 2024-07-02 10:27:48 +08:00
is_not_true.py feat: New condition for determining whether the discriminator is true or not (#2809) 2025-04-07 14:07:30 +08:00
is_null_compare.py fix: 【应用编排】判断器分支判断结果错误 (#680) 2024-07-02 10:27:48 +08:00
is_true.py feat: New condition for determining whether the discriminator is true or not (#2809) 2025-04-07 14:07:30 +08:00
le_compare.py feat: 支持工作流 (#671) 2024-07-01 09:45:59 +08:00
len_equal_compare.py feat: 支持工作流 (#671) 2024-07-01 09:45:59 +08:00
len_ge_compare.py feat: 支持工作流 (#671) 2024-07-01 09:45:59 +08:00
len_gt_compare.py feat: 支持工作流 (#671) 2024-07-01 09:45:59 +08:00
len_le_compare.py feat: 支持工作流 (#671) 2024-07-01 09:45:59 +08:00
len_lt_compare.py feat: 支持工作流 (#671) 2024-07-01 09:45:59 +08:00
lt_compare.py feat: 支持工作流 (#671) 2024-07-01 09:45:59 +08:00
not_contain_compare.py fix: 【工作流】修复判断器不包含无效问题 (#687) 2024-07-02 14:25:37 +08:00