The SLA rule has goal and deadline set based on two different properties. One is for Goal and another for Deadline. Since these properties are set before the SLA is trigger, there is a possibility that Deadline date occurs before Goal Date.
How does the SLA behaves? Does it fail and throw an exception? Or it ignores Goal (or Deadline) completely and calculates urgency only at the Goal (or Deadline) stage?
Regards