Skip to content

ludmersoft/workflow-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Workflow execution visualization

Show stackholders what parts of the business flow being executed

Create the workflow graph

edit the base graph file base_graph.mmd to represent your workflow

Run the highlighter server

python highlighter.py

Run the UI server

python ui_server.py

Updating a Node in the Execution Graph

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.

About

Replay Hackaton

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published