wilsojb
01/29/2020, 9:24 PMFlow and a ___main___ that calls flow.run().
• These scripts need to get orchestrated. I figured I'd make a master flow that knows how to execute the smaller flows and get that master flow scheduled.wilsojb
01/29/2020, 9:28 PMscript1.py, script2.py, and script3.py. Each contain a single instance of a Flow. Each can be run independently of the others for various reasons.wilsojb
01/29/2020, 9:29 PMmaster.py that can import script1, script2, script3 and make a Flow(script1.flow, script2.flow, script3.flowwilsojb
01/29/2020, 9:30 PMJeremiah
Jeremiah
wilsojb
01/30/2020, 3:59 PM