Getting started#
Install requirements
pip install ewokscore
Execute a workflow
from ewokscore import execute_graph
result = execute_graph("/path/to/graph.json")
Install requirements
pip install ewokscore
Execute a workflow
from ewokscore import execute_graph
result = execute_graph("/path/to/graph.json")