VI PDF Originator User’s GuideFreeFlow Variable Information Suite 5.0 (7/2006) VIPO-73Another example:StdErrTrigger=(; "Warning:" ; "Error:" | "Fatal:")means that the presence of the substring “Warning:” in stderr indicates a warning, whilethe presence of either “Error:” or “Fatal:” indicates an error.A StdErrTrigger definition may be empty, indicating that the contents of the stderr streamis ignored for purposes of determining the return status of the OS command.A StdOutTrigger return value indication is trumped by a RetValTrigger return valueindication if RetValTriggersStdoutStdErr is true. A trumped StdErrTrigger return valueindication should not preclude the StdErrTrigger value from being considered forinclusion in the log file.AutoRunIf the current AutoRun filter is set to give rules control of automatic job processing, theAutoRun entry in Dispatch Rules allows you to control automatic processing of eligiblejobs on a rule-by-rule basis. For example, if the AutoRun filter entry for “folder” has beenset to “rule-based” value, automatic job processing is controlled by the setting of the“AutoRun” rule entry.RunPostProcessCmd=[true/false]This boolean entry indicates whether to execute the command string found in thePostProcessCommandTemplate entry (if not empty). Use this entry to turn the“post-processing” command on and off without having to remove or comment out theactual command string.PostProcessCommandTemplate=(...command string...)This optional free-format rule entry can specify a command string that will be executedafter the job has been processed successfully by the VIPO Dispatch server. Use this entryto perform post-processing tasks on a per-job basis. The post-processing commandstring has a maximum length of 1024 bytes, and can include field name variablereferences and built-in macros that will be resolved before the command is sent forexecution.NOTEThe AutoRun setting in Dispatch Rules is completely ignored if theAutoRun filter has not been set to yield control to Dispatch Rules. TheAutoRun filter setting acts as a global on/off switch that can take or givecontrol of the automatic processing of all jobs.NOTEOnce the command string is sent to the operating system for execution,VIPO Dispatch does not wait for success or failure; it simply sends thepost-processing command string to execute and moves on to process thenext job.