flowmium 0.0.9

Flowmium is a workflow orchestrator that use Kubernetes
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod api;
pub(crate) mod args;
pub mod driver;
pub mod event;
pub mod executor;
pub mod model;
pub mod planner;
mod pool;
pub mod record;
pub mod scheduler;
pub mod secrets;