Gaurav Kumar
08/10/2023, 11:15 AM--overwrite-cache
for wf execution, to get new cached entry.
3. Execute another task that will be cached. because of step 2
4. view source execution
for the cached task redirects to task execution of step 1. I believe it should redirect to latest task execution in step 2.Jay Ganbat
08/10/2023, 5:43 PMGaurav Kumar
08/10/2023, 5:46 PMJay Ganbat
08/10/2023, 5:59 PM--overwrite-cache
◦ cache2 is saved
• WF1 runs again
◦ task1 uses cache but uses cache1 not cache2
does it look correct?Gaurav Kumar
08/10/2023, 6:11 PM--overwrite-cache
▪︎ Task 1 --> cache 2
◦ Run 4
▪︎ Task 1 (cache 2)
▪︎ However, if I click on the view source execution
, it takes me to Run 1
. It should take me to Run 3
Note that I’m talking about this buttonJay Ganbat
08/10/2023, 6:19 PMSamhita Alla
Slackbot
08/11/2023, 7:27 AM