# July 2021

### General Improvements

* Monitor List Enhancements.
* Activities in the Monitor List are now sorted alphabetically.
* Search functionality added to quickly find an activity.
* Scrolling enabled to view all processes in the list.
* Task Table Management.
* Add a table to a task.
* Update a table in a task.
* Delete a table from a task.

***

### Straatos Monitor Enhancements

* The "Move all to" workflow steps are now ordered alphabetically, with an automatic type-ahead filter option.
* Added the ability to start a task directly from the Straatos Monitor.
* A new "Files" column displays all task-related files, including the Original File and additional data.
* The script log column has been moved before all index fields for quicker access.

***

### Workflow Enhancements

* Copy comments between the main flow and subflow.
* Copy table values to and from the subflow.
* A workflow task can now be started directly from a script task.
* Expanded file attachment options for emails sent via SendGrid. Any additional data file can now be included.
* Workflow reports now allow exporting history for a specific workflow step and/or a specific document ID.

***

### Workflow Monitor - Recycle Bin

* A recycle bin is now available. Deleted documents will first be moved here before permanent deletion. Documents can be restored back to the workflow.

***

### OCR & Barcode Recognition Improvements

* Azure Machine Learning OCR is now an option for creating searchable PDFs. Contact us for more details.
* Updated Barcode Engine with improved barcode recognition, including support for reading barcodes from PDFs. The existing barcode engine will remain until all processes are migrated.

***

### Straatos Archive and Retrieval Solution

* First phase (Archive) implemented. Allows tasks, including documents, index fields, and comments, to be stored in Azure BLOB storage.
* A Retrieval option will be available in a future release via TaskUI.

***

### Improved Email & FTP Import

* Test button added in the configuration to check server connection and accessibility.

***

### GetFiles API

* Instead of using an AJAX call to get file content in a script task, a single line GetFiles function is now available.
* This function is available in both Script Task and Interact API.

***

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/july-2021.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.
