Has anyone encountered the below warning while registring flows using the cache_for option
Task has cache settings but does not have a result type
I am using the cache_for option in the create_flow_run as below
Flowname = create_flow_run(
flow_name=FlowName_Exporter,
project_name=ProjectName,
task_args={"name":"Test Flow","trigger":"all_successful","cache_for":datetime.timedelta(hours=2)}