The ServiceExport directory for a server node is a directory that can hold files to be imported into Process Commander or that are produced by Process Commander for export.
For example, the Export Archive tool and Service Package facilities create output files in this directory. The Import Archive tool finds input ZIP files in this directory.
In most cases, Process Commander deletes files from this directory promptly, after an upload operation, download operation, or other processing that uses the file is complete. (The standard activity @baseclass.DownloadFile can delete, or retain, the file after download completes, depending on the value of a parameter.)
The property pxServiceExportPath on the process page identifies this directory.
By default, the ServiceExport directory is a subdirectory of
the temporary files directory on the server. You can change the
default location of this directory through the
prconfig.xml
setting:
<env name="Initialization/pxServiceExportPath" value="<directory>"/>
where <directory> is the new location.
archive tool, process page, temporary files |