TaskReopenedEvent
EventType: TASK_REOPENEDDomain: collaboration Broker subject: progress.notification.task
Reopens a completed or suspended task by setting status → OPEN and clearing the closed timestamp.
Trigger
Triggered by: POST /event (universal event dispatcher)
Dispatched via POST /event in backend/api/endpoints/traceability.py with event_type: TASK_REOPENED.
Preconditions
- Task exists with key
info.task_key - Task
statusisCOMPLETEDorSUSPENDED
State Changes (Transaction)
Collections: Task
Taskupdated:status → OPEN,closed → null
Side Effects (post_processing)
Publishes to progress.notification.task after commit.
InfoModel Fields
| Field | Type | Description |
|---|---|---|
task_key | str | ArangoDB key of the task to reopen |
Related Events
None.