Closed PaulKalho closed 1 month ago
We have some situations, where events will be appended to event streams, although they do not lead to a state change.
e.g. the TASK_UNASSIGNED event can be appended even if the task is not assigned to any patient.
TASK_UNASSIGNED
We agreed on making events also being appended to a stream even if no state change is being modelled. We want to have this information as developers
Describe the chore
We have some situations, where events will be appended to event streams, although they do not lead to a state change.
e.g. the
TASK_UNASSIGNED
event can be appended even if the task is not assigned to any patient.