# Process Automation

***

## 1.3.1

5 Dec 2025

* Fixed: Redirecting back to the first node in a workflow caused tasks to execute in an incorrect runtime order

***

## 1.3.0

26 Sep 2025

* In the linx\_processautomation\_reporting view, column ProcessDefinitionId was renamed to DefinitionId; foreign key now references ProcessDefinition.DefinitionId (previously referenced ProcessDefinition.Id).

***

## 1.2.1

12 Sep 2025

* Fixed: A process that was reset using the 'linx\_processautomation\_extensions.ResetProcessInstance' stored procedure did not complete the workflow normally thereafter

***

## 1.2.0

6 Aug 2025

* BPMN editor can now be opened from Linx Designer.
* Added schema linx\_processautomation\_reporting for reporting tables and views.
* Added schema linx\_processautomation\_extensions for tables and stored procedures that affect execution.

***

## 1.1.1

18 Jul 2025

* Fixed: The compilation error due to the ProcessAutomation.Shared assembly not being found

***

## 1.1.0

22 Jul 2024

* Updated to .NET 8.0
* Updated Elsa NuGet packages
* Renamed the Elsa schema name to linx\_processautomation

***

## 1.0.0

13 Dec 2023

* First release

***


---

# 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.linx.software/releasenotes/plugins/processautomation.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.
