Hi, I am getting the following error on *`apply_de...
# ask-community
d
Hi, I am getting the following error on
apply_deployment
step(
prefect 2.8.0
):
Copy code
TypeError: Type is not JSON serializable: <class name of the object>
Basically my flow decorated function takes this object as an argument. The error suggests that only JSON serialisable things could be used as a param for flows. I need this object in the flow for further processing. What is the possible workaround for this?
👀 1