Expand description
Flow data model for the peace automation framework.
This includes the serializable representation of a Flow. Since an actual
Flow contains logic, it currently resides in peace_rt_model.
Re-exports§
pub use dot_ix;
Macros§
- flow_id
- Returns a
const FlowIdvalidated at compile time.
Structs§
- FlowId
- Identifier or name of a process flow.
- Flow
IdInvalid Fmt - Error indicating
FlowIdprovided is not in the correct format. - Flow
Info - Serializable representation of values in a
Flow. - Flow
Spec Info - Serializable representation of how a
Flowis configured. - Graph
Info - Serialized representation of the function graph.
- Item
Info - Serializable representation of values used for / produced by an
Item. - Item
Spec Info - Serializable representation of how an
Itemis configured.