Passing returnValues between repeatable jobs
Created by: jozsi
Hello,
I'm glad to see that finally we have repeatable jobs available. The code has changed a lot compared to my previous implementation. I've spent some time figuring out what would be the best way, but I am unsure: how could I pass the returnValue (or any kind of field set on the job
inside the .process
handler), so I could access it from the newly created/repeated job?
My use case is very simple: I want to compare the results between two repetitions of the job.
Thanks!