workflow-core
workflow-core copied to clipboard
dynamic workflow
Is there a way to create JSON/YAML based dynamic workflow with workflow-core ? Like I have an editor which will let the user create steps for pre-defined workflow, the user can add multiple and different combinations of the pre-defined steps to the workflow. And when the user hit start, I will grab the JSON file generated and parse it and then run it;.