I saw in the documentation that it’s possible to use chains and groups to build a graph of job execution. However, one question came to my mind: if Job 2 depends on the result of Job 1, how can I chain them and pass Job 1’s result into Job 2?
Is there currently a method or pattern supported by the framework to achieve this?