---
title: "Release notes 7th November 2024"
canonical: "https://support.appfire.com/space/CDMC/2192678065/Release%20notes%207th%20November%202024"
format: markdown
---
**Release date**: 11/7/2024

Our team is thrilled to announce the latest releases of Comala Document Management Cloud.

---

# Code editor UX improvement

The [JSON code editor](https://appfire.atlassian.net/wiki/spaces/CDMCD/pages/614010155) has an improved, intuitive, user-friendly editor.

![cdmc_code_editor_update_customworkflow_color_coded_json.png](media://01e03fda-38dc-44d7-9fd5-fbf9e16d0546)

- color coding to easily distinguish property names, values, and different data types
- autocomplete feature
- dropdown selectors for available property names, including workflow triggers

![cdmc_codeeditor_triggers_codeprompt_event_value.png](media://88b5c3db-2a82-4ed6-9610-7f8b981054a1)

These improvements can help reduce errors and the need to consult documentation to check supported options or their names, making it easier to create a workflow from scratch or edit an existing one. This is especially true when adding a [workflow JSON trigger](https://appfire.atlassian.net/wiki/spaces/CDMCD/pages/614007410).

---

## Updates

### Improvements in the document report page macros

The [document state](https://appfire.atlassian.net/wiki/spaces/CDMCD/pages/614012523) and [document approvals report](https://appfire.atlassian.net/wiki/spaces/CDMCD/pages/614012920) page macros now display a message for users on the draft and published pages when no workflow has been applied to the page.

![cdmc_reportpagemacro_onpage_no_wf_applied.png](media://b4a9e113-cfcc-4257-935c-667cb07274d6)

### New workflow search CQL filters for an enabled workflow and the workflow final state

The following boolean values are now indexed for the space and can be [searched using CQL](https://appfire.atlassian.net/wiki/spaces/CDMCD/pages/614010234):

- **Comala workflow enabled**
- **Comala final state**

These are also available as filters in the Confluence reporting macros.

> ℹ️ You will need to transition content to be able to use the new indexes, as they are indexed when a content property gets updated.

---