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_subflow
my_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.await gather(*(async_run_subflow(id) for id in ids))