framed-data / overseer

Overseer is a library for building and running data pipelines in Clojure.
Eclipse Public License 1.0
97 stars 10 forks source link

To handle dag graph with user interference #80

Open mozinrat opened 7 years ago

mozinrat commented 7 years ago

First of all thank you for the work and making it public. I would like to extend the work to make it possible to modify dag on runtime, something like user controlled workflow. Say at some point in dag I want to have user input, how should I be able to handle this. Would appreciate your guidance as I am new to clojure programming.

sc13-bioinf commented 7 years ago

Its probably better to create new workflows, the first step of which is to find the data where the choice the user made was for this workflow.