# February 2024

### General Improvements

#### **Task UI - 26/02/2024**

* Implemented "Hot Keys" in TaskUI to allow keyboard shortcuts for task validation:
  * Alt + Enter → Approve task and move to the next task.
  * Alt + R → Reject task and move to the next task.
  * Ctrl + S → Save task.

{% hint style="info" %}
This functionality must be configured by validation task.
{% endhint %}

* Task Locking:
  * When a user is working on a task, it will be locked to prevent other users from accessing it.

* Task Unlocking:
  * Added the ability to unlock a task in the workflow when needed.

#### **Straatos Archive Help Page - 09/02/2024**

* Updated version of the Straatos Archive Help page for customers and partners.
* The guide provides instructions on installing and configuring a Straatos Archive in a customer's Azure environment.

***

If you have any questions, please contact CumulusPro support at <support@cumuluspro.com>.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.cumuluspro.net/release-notes/february-2024.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
