Skip to main content

Crate pureflow_types

Crate pureflow_types 

Source
Expand description

Shared domain types for Pureflow.

Structs§

ExecutionId
Stable identifier for one workflow execution.
MessageId
Stable identifier for one message envelope.
NodeId
Stable node identifier inside a workflow graph.
PortId
Stable port identifier on a node.
WorkflowId
Stable workflow identifier.

Enums§

IdentifierError
Error returned when an identifier is malformed.
IdentifierKind
Kinds of opaque identifiers used by Pureflow.

Constants§

MAX_IDENTIFIER_LEN
Maximum identifier length in raw UTF-8 bytes.