Known Issues in Corticon.js 2.0
- Last Updated: March 27, 2024
- Corticon.js
- Version 2.3
- Documentation
| Release Notes for Corticon.js 2.0.0.0 |
| Item | Details | Knowledge Base |
|---|---|---|
| COR-12654 |
Using |
|
| COR-12652 | Using For example, this code using
.then:
Should
be refactored to using await like this:
For a full SCO working example using the |
|
| COR-12435 |
The rule trace view in Corticon Studio does not properly distinguish between rulesheets with identical names. If the rule trace statements from running a ruletest has entries for different rulesheets with identical names, the go to source navigation may not navigate to the correct rulesheet. |
|
| COR-12146 |
When removing a service callout from a project in Corticon.js Studio, the project is not automatically revalidated. Any ruleflow using the service callout will not be flagged as having an error. If there are any ruleflows using the removed callout, ruletests using the ruleflow will not run and the ruleflow will not be able to be packaged for deployment. Any references to the removed callout will need to be removed from ruleflows. |
|
| COR-11516 |
The files names generated for reports created from Corticon Studio have "%20" in the generated file names in place of any spaces in the asset name. The generated file names should contain spaces. |
|
| COR-9691 |
Custom functions are not automatically reloaded by the Corticon.js Studio Tester when the JavaScript file is modified. When running ruletests in Corticon.js Studio, the JavaScript files for any custom functions are loaded into memory. If these files are modified, they are not automatically re-loaded into memory. This results in the prior implementation of the function being used in the rule test. To force the Tester to reload the custom function either close and reopen the Tester, or close and reopen the Project. |
|
| COR-9073 |
Corticon.js does not support removing the Root entity by rules. Attempting to remove the Root entity will generate a "Circular reference" error when executed. |