op: stop
Halt further op execution in the current rule.
Allowed phases
| Phase | Status |
|---|---|
preflight | ✓ allowed |
core | ✓ allowed |
side_effects | ✓ allowed |
Syntax
- op: if
expr: "entity.status == 'banned'"
then:
- op: stopParameters
No parameters.
Behavior
- Does not roll back ops already executed in the same rule. Does not reject the intent — use
rejectin preflight for that.
Related operations
See also
- Operations index — all ops by phase
- actions — rule structure and phases
- Intents: Rules — narrative examples