# BAP Version 1.0.5

Business Automation Portal version 1.0.5 introduces support for Promoted Variables, allowing users to see key Process data directly in the Instance list and Instance details views.

This release also includes execution graph reliability improvements and a framework upgrade to .NET 10.

{% hint style="info" %}
Business Automation Portal 1.0.5 requires Frends 6.2 or newer.
{% endhint %}

### **Improvements**

* Promoted Variables are now shown for manual executions without needing to go to the Process Instance view

### **Bug Fixes**

* Fixed issue with complex (object type) Promoted Variables crashing the Process Instance page
* Fixed an issue with the Scheduled Resume being shown running(yellow) even if the Process has finished.
* Fixed issue with how array values are displayed for Process Instance Promoted Variables
* Fixed issue with Processes being left active in the Test Environment, possibly executing scheduled executions, after being moved to Production


---

# 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://docs.frends.com/bap/release-notes/bap-version-1.0.5.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.
