https://prefect.io logo
d

Deepanshu Aggarwal

12/05/2022, 6:56 AM
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

Sahil Rangwala

12/05/2022, 4:24 PM
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

Deepanshu Aggarwal

12/05/2022, 4:25 PM
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
6 Views