Expand description
Events flowing through a branch.
Port of platform/types.py::Event. An Event is immutable: a node never
mutates one in place; it derives a new event via Event::with_payload /
Event::with_metadata (same id). One ingress emission = one event = one
workflow run.
Structs§
- Event
- An immutable unit of work moving through a branch’s step chain.