This repository was archived by the owner on Jan 6, 2019. It is now read-only.
This repository was archived by the owner on Jan 6, 2019. It is now read-only.
execution of the rules should be independant so that failure of one rule shouldn't stop execution of other rules #3
Closed
Description
TFS aggregator Server Plugin 2.3 on TFS On-Premise 2017u2
there some rules which may be compiled ok and process some cases right according to business logic, but it may have some runtime cases which throws exception (like null pointer) and this exception stop processing other rules,
"run time null pointer example" - when you trying to read not defined field (like Completed Time without any value).
As soon as somebody start debugging - it isn't clear which rule is failed as many of those didn't execute up to the policy.
Expected behavior would be to fail certain rule and continue process other rules
Metadata
Metadata
Assignees
Labels
No labels