Previous Topic

Next Topic

Book Contents

Book Index

Pipeline Execution from Script

The Pipeline execution from script can be started at any time. However, please note that only one PMOD Pipeline Processing instance can run at a time. Starting multiple instances can lead to unpredictable results.

The steps for running the Pipeline execution from script are as follows:

  1. External preprocessing is called to modify Pipeline definition using the filenames of the input data to be process.
  2. PMOD is called to perform the Pipeline Processing.
  3. PMOD acquires the license. Note that the license has to include all the tools used in the Pipeline definition.
  4. PMOD performs the Pipeline Processing and creates output to the filesystem or to the selected database.
  5. PMOD releases the license and exits.
  6. External cleanup is called to remove unneeded input files.