deliveredtechnologies/rulebook

RuleStatus should be different than PENDING when RuleChainActionType.ERROR_ON_FAILURE

harshavs opened this issue · 0 comments

When RuleChainActionType.ERROR_ON_FAILURE is enabled and a rule fails, the RuleStatus is still PENDING. A meaningful status like ERROR is very helpful to find the Rule that errored out. Currently, the rule that errored out and all other rules after it have PENDING as status, making it difficult to debug.