# Boston 4.3.2

## **🚀 Highlights of this Release**

This release introduces a **self-healing mechanism for failed or stuck operations in the Autom list view**, **implements a global enhancement by renaming "4me" to "Xurrent,"** and **resolves a bug related to the ordering of data in the pending section on the monitoring page.**

### **🅱️ Bug Fixes**

#### 📌 **Correct Order for Pending Change Orders**

Fixed an issue where the data in the **Pending section** on the monitoring page was listed in **descending order (DESC)** by `created_at`. It is now displayed in **ascending order (ASC)** as expected.

***

### **🛠️ Enhancement**

#### 📌 **Global Renaming**

Updated the global instance to replace all references of "**4me**" with "**Xurrent**."

***

### **✨ New Features**

#### 📌 **Self-Healing for Failed and In-Progress Operations**

* A new feature designed to handle operations that fail or remain stuck in the "In Progress" phase.
* Users can retry the operation using a new **Retry Icon** that appears in the corresponding row in the **Autom list view**.

{% hint style="info" %}

#### Hint

* **The self-healing feature applies only to webhook-triggered Autom operations** in the Autom list view.
* Ensure your operations are triggered via webhook to utilize this feature effectively.
* For recurring failures, review your Autom configuration or webhook setup.
* This feature is exclusive to the **Autom list view** and works only for webhook-triggered operations.
  {% endhint %}

***

## **Detailed Version**

{% tabs %}
{% tab title=" 🅱️ Bug Solution" %}

#### **Correct Order for Pending Change Orders**

* **Issue**: Data in the **Pending section** on the monitoring page was being listed in descending order (`created_at DESC`) instead of ascending order (`created_at ASC`).
* **Solution**: The default sorting behavior has been corrected to display the oldest entries first (ascending order).
* **Impact**: This fix improves the usability of the pending section by ensuring logical data presentation and easier tracking of the oldest pending change orders.
  {% endtab %}

{% tab title="🛠️ Enhancement" %}

#### **Change from "4me" to "Xurrent" on Global Instance**

* All references to "4me" on the global instance have been updated to "Xurrent."
* This change ensures consistency and alignment with updated naming conventions.
  {% endtab %}

{% tab title="✨ New Features" %}

#### **Self-Healing for Failed and In-Progress Operations**

* **Availability**: This feature is exclusive to the **Autom list view** and works only for webhook-triggered operations.
* **Functionality**: When an operation fails or becomes stuck, a **Retry Icon** appears in the corresponding row. Users can click this icon to reprocess the operation and monitor its real-time status.
* **Limitations**: This feature is limited to **webhook-triggered operations** and does not resolve issues caused by external factors or misconfigurations.
* **Benefits**: Improves workflow efficiency, reduces manual intervention, and ensures smoother handling of failed operations.

<figure><img src="https://4222414448-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMAf5diEa8kgXDA6h47Cu%2Fuploads%2Fe1OBX0kbM4RouYTRxDs4%2Fmsedge_P6kZy2BahD.gif?alt=media&#x26;token=429adf8a-c8d8-4164-b43e-17bfe654445e" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}
