Syntax of the compile and test commands
- Last Updated: July 16, 2025
- 1 minute read
- Corticon
- Version 6.3
- Documentation
The corticonManagement utility is located at
[CORTICON_HOME]\Server\bin. To run the utility, choose
Start > Progress > Corticon 6.x Command Prompt, and then type corticonManagement to display its usage:
| Argument | Description |
|---|---|
-c,--compile
|
Compile a Ruleflow into a Decision Service |
-cdd,--createcdd
|
Create new CDD |
-e,--extractDiagnostics
|
Extract diagnostic data from a log file |
-en,--encryptstring
|
Encrypt supplied string |
-h,--help
|
Print this message |
-m,--multicompile
|
Compile Ruleflows in the specified input file |
-r,--report
|
Generate the report for a Corticon asset |
-s,--schema
|
Generate the WSDL/XSD schema for a vocabulary or Ruleflow |
-t,--test
|
Execute tests for a Ruleflow or Rulesheet |
To use corticonManagement in a script you
need to add the Corticon
bin folder to your PATH
environment variable: set
PATH=%PATH%;[CORTICON_HOME]\Server\bin