Gerti
03/28/2024, 2:21 PMflow_runs = await client.read_flow_runs(
flow_run_filter=FlowRunFilter(state={"type": {"any_": [StateType.RUNNING]}}),
name_filter=FlowRunFilterName(id={"like_": "product"})
)
I am having an issue as this code doesnt work