do you want to save the result for the flow that is the entrypoint of your deployment? if you want to do it for a subflow / task, you can do my_task.with_options(result_storage=…)(*args, **kwargs) (same for subflows). if it’s the result of the entrypoint flow you want to dynamically config result storage for you’d have to get more creative (may not be directly supported)