External steps
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 /aiw/aiw1/spool/default/JobNumber
(JobNumber is the spool ID that RICOH ProcessDirector assigns to the job).
On an application server, the spool directory is mounted on the drive that you chose
when you installed the application server. The default is Z:\aiw1\spool\default\JobNumber
.
You can also create additional spool directories. These spool directories have names
in this format: /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 /aiw/aiw1/spool/default/JobNumber/children
subdirectory or a /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.