Show stackholders what parts of the business flow being executed
edit the base graph file base_graph.mmd
to represent your workflow
python highlighter.py
python ui_server.py
Use the following curl
command to update a node in the execution graph:
curl -X GET "http://localhost:8000/update-step=N"
Replace N
with the specific step or node value you wish to update.