result = await flow_run.state.result().get()
result['thingToChange'] = '1000'
result.save #some thing like this
j
jpuris
07/12/2023, 6:39 AM
Could you please elaborate on the use case a bit.
For example, why and what it is you'd like to change in the flows result? 🤔
Docs on results at https://docs.prefect.io/latest/concepts/results/
s
Sean Brady
07/13/2023, 3:10 AM
just some meta data that is stored in the flow result