jerosoler / Drawflow

Simple flow library 🖥️🖱️
https://jerosoler.github.io/Drawflow/
MIT License
4.78k stars 743 forks source link

A simple example showing execution of the flow created using drawflow #543

Closed chansdad closed 1 year ago

chansdad commented 2 years ago

Hello Folks First - This is one GREAT project . I was on the lookout for someting like this for a while and only came across this project. So going through the docs and live demo i see it is pretty straightforward to create draw flows. I am looking for a simple example on how to execute the flow created using Drawflow. If there is a simple example showcasing how we can execute a simple flow , that will be great .

Thanks

jerosoler commented 2 years ago

Hello,

It depends a lot on the content of the nodes. Also the programming language. Normally the streams run on the backend.

Here are two examples of projects that use drawflow and execute flow:

You can find more projects using drawflow: https://github.com/jerosoler/Drawflow/network/dependents

I put the label "Help Wanted" in case someone can help you.