A quick question:
Can we persist the flow steps (may be kind of DAG, its nodes & connections) in db & load the flow based on user action/event?
tl:dr
we’re planning to give canvas to our users where they will form the flow, this flow has to be stored in database (json/yaml) & based on user request/input/event, we will load that flow( may be register/start) & start the execution.