XML input file

Specifies the name of the XML file that a step based on the CreateJobsFromXML step template uses as input to create jobs. The step creates an XML file each time it finds an element in the XML input file that matches the XPath expression in the XPath expression to create jobs property. The step submits each XML file as a separate job. You can also select a step resource object as the value for the property instead of providing a path and filename. Using a step resource lets you change the specific file without editing all of the workflows that contain the step that uses the file.
Default
${getCurrentFile(xml)}
Database name
Job.Cjfx.FileToSplit

Usage notes:

  • Steps based on the CreateJobsFromXML step template read the information in this file but do not modify or delete the file.

  • A workflow can run two or more CreateJobsFromXML steps on this file, and each step can use a different value for the XPath expression to create jobs property.

  • You can use RICOH ProcessDirector symbol notation for the name of the file. For example, the default value returns the name of an XML file in the spool directory for the job. For more information about symbol notation and how to use it, refer to the help system.

  • The XML input file can be the job file in the spool directory or a file stored at another location on the system.

    • If it is the job file, keep the default value for the XML input file property.

    • If it is stored at another location, specify the full path and file name as the value of the XML input file property.

      When the XML input file is stored at another location, the file does not become part of the job that the CreateJobsFromXML step processes. The step reads the information in the file, uses the information to create XML files, and submits those XML files as jobs.