op: unlock
Release a concurrency lock acquired with lock.
Allowed phases
| Phase | Status |
|---|---|
preflight | ✗ forbidden |
core | ✓ allowed |
side_effects | ✓ allowed |
Syntax
- op: unlock
key: item.skuParameters
| Field | Required | Description |
|---|---|---|
key | yes | Same key passed to lock |
Behavior
- Always pair with a preceding
lockin the same rule scope.
Related operations
See also
- Operations index — all ops by phase
- actions — rule structure and phases
- Intents: Rules — narrative examples