Need help in understanding source code
Hi, I'm currently going through the windmill source code to contribute to it. I just wanted to know where is the job result is being saved. I found the following code in
backend/windmill-worker/src/worker_flow.rs
:
From where is this result being save from?
Basically, I just wanted to understand the execution flow and how are the results being passed from one job to another.
Thanks!1 Reply
it's saved in the db, in the v2_job_completed table