Release Date: 2026-02-11
Release Channel: LTS
Version: 26.02.0.0.1-lts
Change Tracking & Branching
Pull task not assigned to correct branch in Dev Env
When working on a non-main branch with change tracking enabled, pull tasks were not filtering by the active branch. Tasks are now correctly scoped to the branch you’re working on.
Re-attempt and signal views fail
Re-attempt and signal case listings in Admin UI failed to load when working on a branch. Branch context is now correctly passed in these views.
Dashboard not reflecting branch-specific data
The admin dashboard was not passing the active branch when fetching embed URLs, so dashboard data always showed the main branch. It now correctly reflects the branch you’re working on.
Branch validation skipped when opening a direct link
Opening Admin UI via a direct URL with branch parameters skipped branch validation on the first load. Validation now works correctly on initial navigation.
Page diff view missing dependencies and trigger details
The change tracking diff view for pages was not showing dependency configurations and displayed trigger details as raw data. Dependencies now appear at all levels (page, panel, section, leaf), and triggers show readable attributes like type, action name, and method.
Unsupported “Environment” type shown in change tracking
The “Environment” config type appeared in the change tracking UI but was not functional. Removed from the UI.
Paginated lists showing inconsistent results across pages
When sorting lists in change tracking (branches, history, commits, audit logs, pull requests), rows could appear on different pages or be skipped when navigating between pages. Sorting is now stable and consistent.
Custom code not included in project snapshots
Custom code configurations were silently excluded from project version snapshots. All config types are now correctly included.
BPM & Task Management
Duplicate tasks created when adding process definitions
Adding new process definitions to a project could create duplicate tasks if the same task names already existed. Duplicates are now detected and skipped.
BPM operations failing for projects not yet migrated to versioning
Projects that haven’t been migrated to BPM versioning could experience failures when searching tasks, fetching task lists, or creating new versions. These operations now work correctly regardless of migration status.
Performance
Faster custom code import to non-dev env (NPFRBT-951)
Custom code is now pre-bundled into a single file and streamed on load, instead of reading and concatenating individual files per request. Project exports also include the pre-built bundle, so importing skips the rebuild step entirely — zero-cost custom code on import. Backwards compatible with older exports that don’t contain the bundle.
Faster Case Detail Page Loading
Reduced page load time when clicking on a case from the inbox. The system now reuses task data already loaded in the inbox instead of fetching it again, reducing both network requests and database queries.
Plugin & Element Caching In CMUI, Admin UI and Workflow Studio (NPFRBT-973)
Plugin bundles and custom elements are now cached by the browser for faster subsequent page loads. URLs now include version numbers, ensuring users always get the latest code after deployments while benefiting from caching between deployments.
Marketplace Component Caching
Marketplace components now use immutable browser caching for faster loading of installed marketplace packages.
Archival Service
-
NPFRBT-920 Fixed an issue where orphan task-related records (such as taskevent and content) were included in backups even after tasks were deleted.
This caused restore failures due to key conflicts. -
NPFRBT-904 Fixed an issue where the remaining process count in audit did not decrease correctly because orphan audit/task records were still being counted after processes were deleted.
-
The updated_on field was not being updated when an audit record was updated. This has now been fixed to correctly reflect the latest audit update time. results in only valid task and process records are now considered during archival and audit processing, ensuring reliable restores and accurate remaining process counts.
-
The last audit row was incorrectly copying processInstanceIds and childProcessInstanceIds from the previous batch. This issue has been resolved.
-
APS-3452 Backup and Restore APIs now support a maxProcessCount parameter, allowing consumers to limit the maximum number of process instances processed in a request.
-
APS-3394 An issue with date filtering in the Audits APIs has been fixed to ensure correct and consistent behavior when applying from and to filters.
-
APS-3354 An issue causing timeouts during calls to the IDS Introspect API has been fixed to improve stability and reliability.
-
NPFRBT-985 Resolved an issue where backup execution failed when data contained template-like ({{ }}) patterns. SQL execution has been made safer to prevent data-dependent parsing errors.
Other Fixes
Table Component Refresh Fix (NPFRBT-800)
Fixed an issue where the Refresh button on the Alpha table was not working as expected, and breaking the table UI.
Admin Custom list sorting not toggling correctly
Clicking a column header to sort ascending in custom list filters only worked on the first click — subsequent toggles stayed on descending. Also fixed an issue where sorting a data table could trigger duplicate data fetches.
Readonly date picker showing validation errors
Date picker fields marked as readonly were incorrectly triggering validation errors on form submission. Readonly fields now skip validation.
Unsupported “CMS” option in “Binding Variable” dropdown
The binding variable dropdown showed a “CMS” option that is not supported. Removed.
Dropdown loader spinning indefinitely
Dropdown components with lazy-loaded options continued showing a loading spinner and listening for scroll events after all options were loaded.
Database Migration
NA
SQL Migration
NA
API Migrations
NA
Environment Variables
NA
Docker Images
| Service Name | Image Name | Image Version |
|---|---|---|
| alpha-admin-service | neutrinos.azurecr.io/alpha/admin | 26.2.1.0.65-d2ee3f5422-neutrino |
| alpha-admin-ui | neutrinos.azurecr.io/alpha/alpha-admin-ui | 26.2.1.0.82-d2ee3f5422-neutrino |
| alpha-auth-service | neutrinos.azurecr.io/alpha/alpha-auth-service | 26.2.1.0.62-d2ee3f5422-neutrino |
| alpha-bpmservice | neutrinos.azurecr.io/alpha/alpha-jbpm-service | 26.2.1.0.64-d2ee3f5422-neutrino |
| alpha-case-manager-ui | neutrinos.azurecr.io/alpha/alpha-case-manager-ui | 26.2.1.0.92-d2ee3f5422-neutrino |
| alpha-caseservice | neutrinos.azurecr.io/alpha/alpha-case-service | 26.2.1.0.85-d2ee3f5422-neutrino |
| alpha-config-service | neutrinos.azurecr.io/alpha/alpha-config-service | 26.2.1.0.115-4215794890-neutrino |
| alpha-dashboard-service | neutrinos.azurecr.io/alpha/alpha-dashboard-service | 25.02.0.0.17 |
| alpha-delta-service | neutrinos.azurecr.io/alpha/alpha-delta-service | 26.2.0.0.68-d2ee3f5422-neutrino |
| alpha-delta-ui | neutrinos.azurecr.io/alpha/alpha-delta-ui | 26.2.0.0.84-d2ee3f5422-neutrino |
| alpha-modules-service | neutrinos.azurecr.io/alpha/alpha-module-service | 26.2.1.0.75-d2ee3f5422-neutrino |
| alpha-task-distributor | neutrinos.azurecr.io/alpha/alpha-task-distributor | 26.2.1.0.64-d2ee3f5422-neutrino |
| alpha-workflow-studio | neutrinos.azurecr.io/alpha/alpha-workflow-studio | 26.2.1.0.90-d2ee3f5422-neutrino |
| gts | neutrinos.azurecr.io/alpha/gts | 26.2.1.0.53-d2ee3f5422-neutrino |
Support & Resources
- Documentation: Alpha Platform Documentation
- Bug Reports: Jira Service Desk