Skip to main content

Module types

Module types 

Source
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ยง

ChannelType
State channel category.
NodeKind
Node identity within a workflow graph.