Quick Reactions
Quick Reactions comprise two key aspects: conditions and registered actions.
-
Conditions: These determine which deviations will trigger one of the registered actions. Conditions can be based on various fields of the deviation, such as the
affectedId
of the entity impacted by the deviation. In that case, any deviation that matches one of the specified affected IDs will trigger a fire event. -
Registered Actions: These are the specific actions that are executed when the defined conditions are met.
With the current implementation, each matching Quick Reaction is only fired once per deviation. |