# December 2017

### Bug Fixes

* Infinite Loop Prevention:
  * In previous versions, it was possible for tasks to enter an infinite processing loop.
  * In this release, Straatos automatically aborts task processing if a task passes through 300 workflow steps without termination.

***

### Customization & UI Enhancements

* Custom UI for MyHome:
  * Users can now customize their user interface within MyHome to display:
  * Index Fields.
  * Buttons.
  * Viewer:
    * Custom UI can be implemented in two ways:
      * Providing a link to a hosted site.
      * Uploading a ZIP file containing the webpage contents.
    * This allows businesses to offer user experience optimized for specific processes.

***

### Performance & Workflow Optimization

* Throttle for Automated Tasks:
  * By default, Straatos processes 10 tasks per activity concurrently.
  * This version introduces the ability to manually adjust task throttling to limit parallel document processing.
  * Useful for external engines with limited performance capabilities.

***

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/december-2017.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.
