Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们有一个场景要在决策表中实现,如果某个规则成功执行了规则的操作部分,则退出执行剩余的规则。假设我有 50 条规则,而第 5 条规则说保险索赔无效,那么我们将索赔设置为对对象无效,那么就不需要执行剩余的规则。这怎么可能实现。请建议
你可以
invalid
fireUntilHalt
halt