External steps

RICOH ProcessDirector lets you add steps that run a program outside of RICOH ProcessDirector. The external program can do special job-processing tasks and it can run on the same computer that has the RICOH ProcessDirector base product installed.

Because the processing is external to the processing that the RICOH ProcessDirector-provided steps do, this type of processing is called an external step.

External steps can access files in the spool directory for the job. When RICOH ProcessDirector creates a job from an input file, it creates a unique spool directory. The spool directory contains a copy of the input file and other files that provide information about the job. External steps can call programs that update existing files in the spool directory and write new files to the directory.

The default spool directory for a job is C:\aiw\aiw1\spool\default\JobNumber (JobNumber is the spool ID that RICOH ProcessDirector assigns to the job).

You can also create additional spool directories. These spool directories have names in this format: C:\aiw\aiw1\spool\SpoolName\JobNumber (SpoolName is the subdirectory name that the authorized user defined).

The programs that the external steps call can also create child jobs. The spool directory contains a C:\aiw\aiw1\spool\default\JobNumber\children subdirectory or a C:\aiw\aiw1\spool\SpoolName\JobNumber\children directory that external program can use to write its child jobs and their associated files. After it detects the child jobs and files, RICOH ProcessDirector can continue to process them.