User Guide > Using Runtime Engine > Runtime Engine Command Line Syntax and Usage > Running Multiple Maps and Processes (XML)
Was this helpful?
Running Multiple Maps and Processes (XML)
You can run more than one map or process from a single command line. They are executed sequentially from left to right. Processes with options must be preceded by –pe. The options that is applied to each map or process must be specified immediately before that map or process. For example, the following command line indicates to run map_1 map and then called process_1 process:
djengine map_1.tf.xml –pe process_1.ip.xml
Any options specified before the map_1 applies to the map and any option specified after ‑pe, but before process_1 applies to the process. Therefore, in the command line:
djengine –option1 –option2 map_1.tf.xml –pe -option3 process_1.ip.xml –option4 map_2.tf.xml
Items -option1 and -option2 apply to map_1, -option3 applies to process_1, and ‑option4 applies to map_2.
Last modified date: 02/09/2024