Asynchronous execution - The root pipeline execution is no longer running?
Scenario: Pipeline1 List directory for documents. Output: e.g. 200 filenamesPass every filename to Pipeline2 asynchronously Pipeline2 (will be started 200 times) Get filenameRead fileand so on… The goal is to decouple Pipeline1 and Pipeline2. I just ...