Skip to content

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 status is COMPLETED or SUSPENDED

State Changes (Transaction)

Collections: Task

  • Task updated: status → OPEN, closed → null

Side Effects (post_processing)

Publishes to progress.notification.task after commit.

InfoModel Fields

FieldTypeDescription
task_keystrArangoDB key of the task to reopen

None.

Source

TaskReopenedEvent on GitHub

Released under the Apache 2.0 License.