Brad I
07/27/2021, 8:37 PMdef main():
state = flow.run(executor=LocalExecutor())
parameters = {...}Kevin Kho
StartFlowRun or create_flow_run that uses context.get("running_with_backend") and then creates a flow run or flow.run() . You’d have to create a task that wraps around theseBrad I
07/28/2021, 3:10 PM