Argument | Description |
-i,--input file | Required. The source Ruleflow .erf file to be compiled. |
-o,--output folder | Required. Explicit path to the output folder. If the folder does not exist, it is created. |
-s,--service name | Required. The Decision Service file name. (Do not add the .eds extension, it will be done for you.) |
-v, --version | The major and minor version for the Decision Service as specified on the Ruleflow is appended to the .eds file name in the output folder as service_vversionMajor_versionMinor.eds. |
-e,--edc [R|RW] | Required when the Vocabulary has been mapped to a database. Sets the database access mode (read only or read write). |
-dj,--dependentjars dependentjar,.. | Required when using extensions. Explicit path to JAR files required for this Decision Service. |
-ij,--includedjars includedjar,.. | Required when using extensions. Explicit path to JAR files (that are specified as dependentjars) to include in the generated EDS file. |