Jakub Cieslik
05/03/2022, 4:54 PMKevin Kho
05/03/2022, 4:56 PMJakub Cieslik
05/03/2022, 5:03 PMKevin Kho
05/03/2022, 5:05 PMJakub Cieslik
05/03/2022, 5:16 PMKevin Kho
05/03/2022, 5:20 PMget_task_run_result
task where you specify the flow id and task you want to get the result from and then it gets loaded in.
The KV Store was created for these kinds of use cases in mind. It is a common scenario to have incremental updating, but normally you don’t need the previous result loaded in. You just need the “watermark” of the last execution for the next. What do you plan to do with the previous result?