> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ctrlrun.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Decision

> What may happen to an action: exactly three outcomes in v0.1 (SPEC-v0.1 §3.3).

`ctrlrun.Decision` — class, defined at `src/ctrlrun/policy.py:234`

```python theme={null}
class Decision(StrEnum)
```

What may happen to an action: exactly three outcomes in v0.1 (SPEC-v0.1 §3.3).

`StrEnum`, so a member renders as its value in receipts and CLI output (SPEC-v0.1 §6.1).

## Next

* [Python API index](/reference/api/index).
* [Get started](/get-started/quickstart) · [Why](/why).


## Related topics

- [Decisions](/concepts/decisions.md)
- [Authority and delegation](/authority.md)
- [Choosing between them](/get-started/choosing.md)
- [Receipt and event schemas](/reference/receipt-and-event-schemas.md)
- [A data-deletion agent under a retention rule](/cookbook/data-deletion-agent.md)
