Skip to main content

Crate butterflow_models

Crate butterflow_models 

Source

Re-exports§

pub use error::Error;
pub use node::Node;
pub use runtime::Runtime;
pub use runtime::RuntimeType;
pub use state::StateSchema;
pub use state::StateSchemaItems;
pub use state::StateSchemaProperty;
pub use state::StateSchemaType;
pub use state_diff::DiffOperation;
pub use state_diff::FieldDiff;
pub use state_diff::StateDiff;
pub use state_diff::TaskDiff;
pub use state_diff::WorkflowRunDiff;
pub use step::Step;
pub use step::TemplateUse;
pub use strategy::Strategy;
pub use strategy::StrategyType;
pub use task::Task;
pub use task::TaskStatus;
pub use template::Template;
pub use template::TemplateInput;
pub use template::TemplateOutput;
pub use trigger::Trigger;
pub use trigger::TriggerType;
pub use variable::resolve_variables;
pub use workflow::Workflow;
pub use workflow::WorkflowRun;
pub use workflow::WorkflowState;
pub use workflow::WorkflowStatus;

Modules§

error
node
runtime
state
state_diff
step
strategy
task
template
trigger
variable
workflow

Type Aliases§

Result