Table of Contents | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
Problem:
You are waiting for some files in different folders. When the file arrives, a job should be startet. When all files have arrives, another job should be startet.
Solution:
One job chain with a file order source for each file. Each file order source is assigned to another node in the job chain. Each node has the file sink as successor. That will perform a job when an files arrives and the the file will be moved to another folder.
...
Put fileA to A, fileB to B, fileC to C
Executing a job when all files arrived
Waiting for files. Executing a job per file
Start waiting for all files