The goal is to run a workflow created from a collection of steps (graph nodes) and their dependencies (graph edges).
create a networkx.DiGraph() and run a traversal that executes a callback on the different nodes?
Please view the example graph:
| Name | Name | Last commit date | ||
|---|---|---|---|---|
The goal is to run a workflow created from a collection of steps (graph nodes) and their dependencies (graph edges).
create a networkx.DiGraph() and run a traversal that executes a callback on the different nodes?
Please view the example graph: