Hi, I'm working on a large extraction from a database and need to parallelize the processes during the extraction.
Here's what happens:
- The user starts the extraction from.
- Several jobs are started using the
Job <Method>
instruction.
At the end, the user expects to find a document containing the results of all the extractions. What I'd like to do is start a new job that checks whether the previously started jobs have finished or are still working and consequently produce the document.