Expand description
Core domain types for workflow graphs.
Defines NodeKind (node identity) and ChannelType (state channel category).
For runtime execution types such as session IDs and step numbers, see
crate::runtimes::types.
Enumsยง
- Channel
Type - State channel category.
- Node
Kind - Node identity within a workflow graph.