Introduction
Scenarios are at the core of the Marble mental model.
A Scenario is composed of:
- Trigger Object: The central object that initiates the decision-making process. Provided as a payload when requesting a decision.
- Trigger Conditions: A set of conditions that, if evaluated to true, mark the scenario as relevant for the payload.
- Rules: All evaluated using the trigger object payload as input. Each results in a score, from which a total score is calculated.
- Decision conditions: A set of thresholds that are compared to the score. They determine outcome category of the decision.
Scenarios are versioned to track changes over time.
Updated 6 months ago