Asynchronous execution - The root pipeline execution is no longer running?
Scenario:
Pipeline1
List directory for documents. Output: e.g. 200 filenames
Pass every filename to Pipeline2 asynchronously
Pipeline2 (will be started 200 times)
Get filename
Read ...