Issues fixed in Corticon.js 2.3
- Last Updated: August 29, 2025
- Corticon.js
- Version 2.3
- Documentation
| Customer reported defects fixed in Corticon.js 2.3.0.0 |
| Item | Details |
|---|---|
| COR-16160 |
Fixed an issue in Corticon Studio where rule tracing in ruletests failed to correctly disambiguate between rulesheets with identical names located in different filesystem folders within a ruleflow. While the ruletest would execute and generate a rule trace, attempting to open a rulesheet from a trace line could lead to the incorrect rulesheet being opened. Corticon Studio now correctly identifies and opens the appropriate rulesheet. |
| COR-12991 | Fixed an issue in Corticon.js rule tests where specifying Date attributes using numeric values (e.g., 1883952000 as time since epoch) would incorrectly trigger a data type mismatch warning. Although the runtime has always supported numeric date formats, the warning was misleading. This has now been corrected to prevent unnecessary warnings in Corticon.js Studio Tester. |
| COR-12982 | Fixed an issue in Corticon.js rule tests where specifying {{DateTime}} attributes as epoch values (e.g., {{1757782800000}} instead of {{2025-09-13T13:00:00-0400}}) would incorrectly trigger a data type mismatch warning. Although the numeric epoch format is supported by the Corticon.js runtime, the warning was misleading. This has now been corrected to prevent unnecessary warnings in Corticon.js Studio Tester. |