Release Notes for Process Automation plugin
5 Dec 2025
- Fixed: Redirecting back to the first node in a workflow caused tasks to execute in an incorrect runtime order
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).
12 Sep 2025
- Fixed: A process that was reset using the ‘linx_processautomation_extensions.ResetProcessInstance’ stored procedure did not complete the workflow normally thereafter
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.
18 Jul 2025
- Fixed: The compilation error due to the ProcessAutomation.Shared assembly not being found
22 Jul 2024
- Updated to .NET 8.0
- Updated Elsa NuGet packages
- Renamed the Elsa schema name to linx_processautomation
13 Dec 2023
- First release