CacheControl / CacheControl/json-rules-engine
Ability to stop rules execution after success for array of inputs
未关闭
- 主要语言
- JavaScript
- 星标
- 3.1k
- 派生
- 507
- PR 合并指标
- 30 天内没有已合并 PR
描述
Currently, when we use engine.stop() it will stop entire engine. what if i have 10 rules and running for array of inputs after first rule success i want to stop execution of next.
engine.run(input1) - > after first rule success , i want to stop execution of next rules and run the next input
engine.run(input2)
engine.run(input3)
I need to stop rules for that particular instead of stopping entire engine
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。