The following template, provided as [CORTICON_HOME]\Server\bin\multipleCompilation.xml, presents the settings for the logs and the pattern for each of several Ruleflows to compile:
<MultipleCompilation> <CompilationLogDirectory> **Fully qualified path to directory where log will be placed** </CompilationLogDirectory> <CompilationObjects> <CompilationObject> <DecisionServiceName> **Name of the Decision Service** </DecisionServiceName> <RuleflowPath> **Explicit path to the Ruleflow to compile** </RuleflowPath> <OutputDirectory> **Explicit path to output directory for the .eds file** </OutputDirectory> <OverrideIfExists> **true/false: Determines whether to overwrite a matching file in the output directory** </OverrideIfExists> <DatabaseAccessMode> **empty value/R/RW: Determines if and how the Rules will be compiled for EDC compatibility** </DatabaseAccessMode> </CompilationObject>