Suppose I have events that propagate information like
C
/
A -- B
\
D
and suppose I need to guarantee a stagger like
C0 --------
/
/
A0 -- B0 --------
\
D0 -----------------
======== C1---------------
A1---==== B1 --
================== D1----
(The =
imply waiting)
Is this possible to do in out-of-box way with Event Grid?