itay livni
11/12/2019, 8:49 PMflow from a flow? Is it advisable? if so should I call main() or the flow directly? main() being a function in the module with the other flow.Zachary Hughes
11/12/2019, 9:37 PMitay livni
11/12/2019, 11:34 PMflow called make knowledge graph that manages another flow called make node. make node can be run in parallel/mapped as long as the first make node is built. basically like a web scraperZachary Hughes
11/13/2019, 2:45 PMjosh
11/13/2019, 2:49 PMmake node Flow a downstream branch of your make knowledge graph Flow?