Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
outlinh1. true
outlinh1. true
1printablefalse
2stylh1. none
3indent20px

Problem:
You are waiting for some files in different folders. When the file arrives, a job should be startetstarted. When all files have arrivesarrived, another job should be startet.

...

Another job chain with a node for each file. These nodes have the FileExist job. When the file exists the next file will be waiting for. When all files arrived the files will be deleted. Another job will be executed which should be performed when all files arrived.

You can download the sample example configuration files here:
SampleWaitingFiles.zip
To execute the sample example you need the directories

  1. C:\temp\SampleFiles\A
  2. C:\temp\SampleFiles\B
  3. C:\temp\SampleFiles\C
  4. C:\temp\SampleFiles\FilesExecuted

...