Slackbot
12/07/2022, 6:26 PMShirley Monroe
12/07/2022, 6:28 PM@flow(result_storage='s3/my-block'), and I have a deployment built from that flow. No storage-block or infrastructure-block on the deployment. I'll call this one my_subflowShirley Monroe
12/07/2022, 6:28 PMShirley Monroe
12/07/2022, 6:35 PMmy_subflow that does this:
res = await run_deployment(...)
return res.state.result()
The return value here is always None, although my_subflow returns a non-null value.Shirley Monroe
12/07/2022, 6:37 PMawait gather(*(async_run_subflow(id) for id in ids))Shirley Monroe
12/07/2022, 6:41 PM