Configuring to Submit Jobs Using a Hot Folder
To submit jobs using FTP or file copy, you use the hot folder protocol.
To configure a workflow that uses the hot folder protocol:
- Log in to TotalFlow Production Manager as an administrator.
- In the menu bar, click Operations.
- Create a new workflow or configure an existing workflow to receive jobs from a hot
folder:
- On the General page, select Hot folder as the value of the Job submission type property.
- Enter the file path of the hot folder in the Folder path field. Also, you can use the browse option to select the hot folder.The default hot folder is
install_drive:\aiw\aiw1\System\hf
.- Important:
- If the workflow is created with the default path, then the file path of the Hot folder
is
install_drive:\aiw\aiw1\System\hf\hot_folder_name
- Specify the full path name of the hot folder.
- Make sure that the hot folder is empty. If there are files in it, TotalFlow Production Manager tries to print them.
- If the workflow is created with the default path, then the file path of the Hot folder
is
- If you plan to copy files to the hot folder from an FTP server, follow these steps:
-
On the Advanced page, under Hot folder, set the Completion method property.
- Add a trigger file name. The trigger file must have the same name as the input file, but with the extension .trg. The trigger file indicates that the associated input file has been completely transmitted.
-
Set the Data for trigger property to one or more regular expressions that identify printable input files. Separate multiple regular expressions with commas. For more information about regular expressions, see Regular Expressions. For example, if you print PDF and PostScript files, enter these regular expressions:
.*[Pp][Dd][Ff]$,.*[Pp][Ss]$
-
- On the General page, select Hot folder as the value of the Job submission type property.
- Make sure that the workflow is enabled.
- Note:
- When you submit jobs with hot folders, take into account the fact that the files will be processed in a true FIFO order.
- The name of a job submitted with hot folder cannot contain the following special characters: ! " ; ' < = > \ ` ~. If it does, TotalFlow Production Manager processes the job, but it displays the job’s name without the special characters.