Expand description
Operation type constants for each entity.
These are used as the op field in AuditEvent. Using constants instead
of free-form strings prevents typos and enables exhaustive matching.
Constantsยง
- CHANGE_
ARCHIVE - Change archived.
- CHANGE_
CREATE - Change created.
- CONFIG_
SET - Config key set.
- CONFIG_
UNSET - Config key unset.
- MODULE_
CHANGE_ ADDED - Change added to a module.
- MODULE_
CHANGE_ COMPLETED - Change completed within a module.
- MODULE_
CREATE - Module created.
- PLANNING_
BLOCKER - Planning blocker recorded.
- PLANNING_
DECISION - Planning decision recorded.
- PLANNING_
FOCUS_ CHANGE - Planning focus changed.
- PLANNING_
NOTE - Planning note recorded.
- PLANNING_
QUESTION - Planning question recorded.
- RECONCILED
- Reconciliation compensating event.
- TASK_
ADD - Task added to an existing plan.
- TASK_
CREATE - Task created.
- TASK_
STATUS_ CHANGE - Task status changed.
- WAVE_
UNLOCK - Wave unlocked (all predecessors complete).