Fountainedge v0.1.10 Fountainedge View Source
Workflow engine.
A basic understanding of graph theory would elucidate an intuitive grasp of this package.
Link to this section Summary
Link to this section Functions
Link to this function
out_edges(workflow) View Source
List of out edges that are valid transitions.
Pass the edge into transition.
Link to this function
transition(workflow, edge) View Source
Transition between nodes along an edge.
The current nodes are tracked as a state, and parallel processess are tracked using tokens.