Product Updates – 18th June 2026 (v3.71)
This release introduces Rise-X Apps, an extensible in-shell app platform, and delivers a focused set of production bug fixes spanning permissions and sharing, real-time updates, workflow data calculations, file preview, and workboard stability. In line with our release-note policy, the bug fixes below are limited to issues that were identified as having been detected in production.
🪄 Feature Updates
Rise-X Apps (Platform Capability)
EOP now supports Rise-X Apps — an extensible app platform that allows small, independently-built apps to be installed into the Rise-X shell and shipped without rebuilding the whole application. A new top-level Apps surface presents installed apps in a card grid. Each app is a separately-built module served from the existing CDN and loaded into the shell at runtime, with a versioned shell contract that lets apps read the current identity and call the v4 backend using the caller's authentication. This lays the groundwork for delivering new screens and tools quickly and for opening the platform to third-party developers. (rise-x-eop #724)
🐞 Bug Fixes
Permissions & Sharing
Flow owner unable to elevate privileges to edit a task (rise-x-eop #1006)
A flow owner was unable to elevate their permissions to edit a task, despite holding owner authority. The system reported the elevation as successful while the user remained a Viewer. Privilege elevation for flow owners now functions correctly.
403 error returned when editing a completed task (rise-x-eop #1062)
A user with the appropriate authority was receiving an HTTP 403 error — and a "Failed to update file" message — when attempting to edit the details of, or add attachments to, a completed task, blocking them from progressing the work. The access control check has been corrected and editing now succeeds for authorised users.
Share panel not reflecting updated roles after a submission (rise-x-eop #1054)
After submitting work to a subsequent step, the users shown in the share panel were incorrect and the UI did not reflect newly assigned roles because it was using the previous action set. The share panel now reflects the correct users and roles after submission.
Workflow Data & Calculations
Work aggregation failing with an array length error (rise-x-eop #1015)
Work aggregation operations were failing with a "destination array was not long enough" error. The aggregation logic has been corrected to handle all result-set sizes.
Number-of-days calculation failing in certain configurations (rise-x-eop #1016)
A pipeline calculation producing the number of days between two dates was throwing an out-of-range error in certain configurations. The calculation now completes correctly.
Null reference exception in entity data publishing (rise-x-eop #1017)
A null reference exception in the entity data publishing activities was causing data to fail to publish in certain workflow configurations. The exception has been resolved and data now publishes correctly.
File Preview
Attachment preview not loading (rise-x-eop #1005)
Previewing an image attachment was failing with an error, while other files in the same component (such as PDFs) opened correctly. Attachment preview loading has been restored.
Workboard Stability
Workboard crashing on cached corrupted flow definition (rise-x-eop #1051)
Workboard pages were crashing with a "Cannot read properties of undefined" error when a browser-cached flow definition had become malformed in transit (for example, via a corporate proxy or link-rewriting security product). The workboard now guards against stale or invalid cached flow data and no longer crashes in these cases.