The schema pkg can generate the gui , from json schema .
We could also just reflect off golang , js, python like Windwill does. Windmill is rust and has resources , which is just code with functions . See windmill hub !
But then we show each “ function “ as a step node, and the user inputs the data . Or the input data comes from another flow output.
For a dag and workflow system we just need to load up the json into a db and run the functions , recording the outputs , and feeding them into the next step . It’s really simple .
The schema pkg can generate the gui , from json schema .
We could also just reflect off golang , js, python like Windwill does. Windmill is rust and has resources , which is just code with functions . See windmill hub !
But then we show each “ function “ as a step node, and the user inputs the data . Or the input data comes from another flow output.
For a dag and workflow system we just need to load up the json into a db and run the functions , recording the outputs , and feeding them into the next step . It’s really simple .