hi! if i trigger a flow run via deployment. is the...
# ask-community
d
hi! if i trigger a flow run via deployment. is there a way to get the output of that flow run in return or even using any api ?
is there a way to set the some custom field in the flow run
how can we use the persist_result parameter for the flows. any example or documents for it ?
s
Hello @Deepanshu Aggarwal! You can use
persist_result
to persist a result to a storage location in your infrastructure and Prefect stores a reference to the result. Here is an example! Hope this helps 😄
d
Is there a way to store it in the meta db ? Where the flow run information is stored ? Or somewhere in the flow run state ? Like the data field or the message field