Decision Record¶
aggregate-root customer
Auditable record of an automated or assisted recommendation, decision, approval, override, and execution outcome.
Business Purpose: Provide accountable governance for material decision intelligence without replacing the authoritative business object being acted upon.
Aliases: ai-decision
Identity¶
| Type | Field | Description |
|---|---|---|
global |
decision-record-id |
Globally unique identifier for the decision record. |
Attributes¶
| Attribute | Description |
|---|---|
decision-record-id Decision Record ID |
Stable identifier for the decision audit record. |
purpose Purpose |
Business purpose and permitted decision scope. |
evidence-summary Evidence Summary |
Traceable summary of evidence and data lineage used to create the proposal. |
policy-reference Policy Reference |
Policy, rule, or authority under which the decision was proposed. |
confidence Confidence |
Confidence or recommendation strength recorded by the producing system. |
status Status |
Current governed decision state. |
reviewed-by Reviewed By |
Accountable actor or policy that approved, rejected, or overrode the proposal. |
Lifecycle¶
proposed → approved → overridden → executed → expired
Invariants¶
decision-record-has-purpose— A decision record must state its business purpose and permitted scope.decision-record-has-policy— A decision record must retain the policy or authority that permitted its proposal or execution.executed-decision-is-approved— A decision may execute only after approval by an authorised actor or automation policy.
Relationships¶
| Type | Target |
|---|---|
references |
customer customer |
references |
order order |
references |
promotion promotion |
Events¶
| Event | Classification | Terminal |
|---|---|---|
RecommendationGenerated |
created | — |
RecommendationResponded |
updated | — |
DecisionProposed |
created | — |
DecisionApproved |
transitioned | — |
DecisionOverridden |
transitioned | — |
DecisionExecuted |
transitioned | — |
Used by Capabilities¶
- guided-selling Guided Selling
- decision-intelligence Decision Intelligence
Used by Processes¶
Used by Applications¶
- Decision Intelligence Service
decision-intelligence-service - Associate Workspace
associate-workspace
Note
Represents decision governance only; order, payment, inventory, and customer source-of-record state remains in its owning application.