op: stop

Halt further op execution in the current rule.

Allowed phases

PhaseStatus
preflight✓ allowed
core✓ allowed
side_effects✓ allowed

Syntax

- op: if
  expr: "entity.status == 'banned'"
  then:
    - op: stop

Parameters

No parameters.

Behavior

  • Does not roll back ops already executed in the same rule. Does not reject the intent — use reject in preflight for that.

continue · if

See also