Closed grbeni closed 6 months ago
We should indicate that raised events in execution traces do not have a particular ordering in synchronous systems, i.e., if A.a, B.b and C.c are all raised, they can appear in any order in the trace with the same meaning.
A.a
B.b
C.c
A possible PlantUML syntax might be:
par
group
See d315633 for the implemented solution.
We should indicate that raised events in execution traces do not have a particular ordering in synchronous systems, i.e., if
A.a
,B.b
andC.c
are all raised, they can appear in any order in the trace with the same meaning.