Crate peace_flow_model

Crate peace_flow_model 

Source
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 FlowId validated at compile time.

Structs§

FlowId
Identifier or name of a process flow.
FlowIdInvalidFmt
Error indicating FlowId provided is not in the correct format.
FlowInfo
Serializable representation of values in a Flow.
FlowSpecInfo
Serializable representation of how a Flow is configured.
GraphInfo
Serialized representation of the function graph.
ItemInfo
Serializable representation of values used for / produced by an Item.
ItemSpecInfo
Serializable representation of how an Item is configured.