runkon-flow 0.6.1-alpha

Portable workflow execution engine — DSL, traits, and in-memory reference implementations
Documentation
1
2
3
4
5
6
7
8
9
10
#[allow(dead_code)]
#[derive(Clone, Debug, PartialEq)]
pub enum CancellationReason {
    UserRequested(Option<String>),
    Timeout,
    FailFast,
    ParentCancelled,
    EngineShutdown,
    LeaseLost,
}