Solution

Action Log

An action log contains all actions that are a result of made decisions in a client system. Apart from defining what to be done it also defines the order in which the actions must be implemented. This information is crucial because the implementation otherwise could end up in impossible situations where required data is not yet created, etc.

Related topics