I’m thinking about adding an exception criteria to my health score. Here’s what I’m thinking:
- We use rules engine to create a calculated health score
- We have a manual measure called “CSM Sentiment”
- If the CSM Sentiment is not null, then overall health = csm sentiment. If CSM sentiment is null, then overall health = calculated health score
I’m essentially giving the CSM the ability to override the calulcated score. If I set up the validation critiera, when is the overall score updated? Does the system evaluate the exception in real-time, changing the overall score OR does the system wait until the next rules engine job?