Is there a way to edit a flow_run’s result? e.g. `...
# prefect-getting-started
s
Is there a way to edit a flow_run’s result? e.g.
Copy code
result = await flow_run.state.result().get()
result['thingToChange'] = '1000'
result.save #some thing like this
j
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
just some meta data that is stored in the flow result