Next Release Roadmap: Difference between revisions

From QPR ProcessAnalyzer Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(700 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<!--6246-->
<!--10870-->
This page contains preliminary information about new features and fixed issues in the next release.
This page contains preliminary information about new features and fixed issues in the next release.


==New features in next release==
==New features in next release==
* B-08321: Added DataSourceConnection property to DataFrame and SQLDataFrame in expression language. (available in [https://beta.qpr.com beta.qpr.com])
* On-screen settings support static and dynamic case/event attribute values selection, and current value is stored to on-screen setting configuration. (B-08814)
* B-08314: Snowflake connection string can be [[QPR_ProcessAnalyzer_Project_Workspace#Project-level_Snowflake_Connection|specified for each project]] to allow projects connecting to different Snowflake accounts, databases or schemas. (available in [https://beta.qpr.com beta.qpr.com])
* SQL queries run in Snowflake have been further optimized. (B-08936)
* B-08311: Changed QPR ScriptLauncher interaction with the server by changing the long polling to short calls to improve robustness. (available in [https://beta.qpr.com beta.qpr.com])
* Fully conforming BPMN diagrams can be created from eventlogs supporting gateways. (B-08900)
* B-08318: Improved Snowflake Events preset performance by adding a filter that picks a subset of cases. (available in [https://beta.qpr.com beta.qpr.com])
* Snowflake stored procedures and user defined functions have been migrated to Python 3.13. (B-08984)
* B-08342: Added DashboardName and DashboardProjectName properties to [[Generic_Properties_in_Expression_Language#OperationLog|OperationLog]] in expression language. (available in [https://beta.qpr.com beta.qpr.com])
* Added preset for object-centric flowchart, and improved Process Discovery dashboard for object-centric models. (''B-08863'')
* B-08317: Implemented Snowflake presets for Root Causes for Attributes in table and detailed table format. (available in [https://beta.qpr.com beta.qpr.com])
* Viewer users can save private filters for personal use. (''B-08920'')
* B-08320: Added RenameAllColumns function to dataframes to easily rename all columns. (available in [https://beta.qpr.com beta.qpr.com])
* Object-centric flowchart variation based flow visibility stepper and hiding start/end symbols. (''B-08987'')
* B-08329: Optimized metadata queries to Snowflake. (available in [https://beta.qpr.com beta.qpr.com])
* Backend components have been updated. (''B-08990'')
* B-08348: Backend components have been updated. (available in [https://beta.qpr.com beta.qpr.com])
* Frontend components have been updated. (''B-08991'')
* AI root causes analysis related error messages have been made easier to understand. (''B-08997'')


==Issues fixed in next release==
==Issues fixed in next release==
* D-14132: Snowflake model object counts were not shown when opening dashboard while model metadata was still loading. (available in [https://beta.qpr.com beta.qpr.com])
* Opening script editor by url didn't show project path and also javascript error appeared to console. (D-14794)
* D-14137: AI Assistant incorrectly appeared on top of chart in the fullscreen mode. (available in [https://beta.qpr.com beta.qpr.com])
* Disabled filter rules were incorrectly applied for the shown items in the filter rule editing dialog. (D-14791)
* D-14129: Imported model name was incorrectly cut if it contained dots. (available in [https://beta.qpr.com beta.qpr.com])
* When chart with multiple series was sorted by measure, some datapoints were not shown when visible X-axis was limited with zooming or Custom layout settings. (D-14793)
* D-14131: Some popup messages had incorrect html escaping. (available in [https://beta.qpr.com beta.qpr.com])
* List of event types in object-centric flowchart settings didn't open if there were object types linked to none events. (D-14798)
* D-14058: Login page was incorrectly shown when SAML authentication is configured and user is directed to the identity provider. (available in [https://beta.qpr.com beta.qpr.com])
* Fixed issue where case attribute prediction failed when using more than one iteration. (D-14789)
* D-14106: Having only a template string in the #expr{...} block didn't work. (available in [https://beta.qpr.com beta.qpr.com])
* Null coalescing operators didn't work correctly in chaining in expression language. (D-14762)
* D-14146: "Unable to get on-premise gateway named..." when running an Expression Language script from a SQL script using ScriptLauncher. (available in [https://beta.qpr.com beta.qpr.com])
* SQLDataFrame with several append operations had performance issue in expression language. (D-14772)
* D-14008: "Root Causes contribution" and "Comparison eventlog cases percentage" columns didn't work (in-memory). (available in [https://beta.qpr.com beta.qpr.com])
* Term &quot;Second&quot; when meaning time unit was translated incorrectly in French. (D-14803)
* D-14010: Occurrences of specific flow measure didn't work with the Root causes analysis weighting expression (in-memory). (available in [https://beta.qpr.com beta.qpr.com])
* Snowflake flowchart root causes analysis gave &quot;SQL compilation error&quot; when run with case duration criteria. (D-14790)
* D-14150: Charts show as too large when resized with non-zero chart margin values. (available in [https://beta.qpr.com beta.qpr.com])
* Native app could not call procedure if project referred to other database and schema. (D-14749)
* D-14148: Root causes for case duration preset doesn't support Multi-unit time settings. (available in [https://beta.qpr.com beta.qpr.com])
* Trying to create script with duplicate name gave unclear error: Cannot insert duplicate key row in object 'dbo.PA_SCRIPT' with unique index 'PA_SCRIPT_UNIQUE_NAME_IN_PROJECT'. (D-14784)
* D-14139: Added info message when successfully exporting model to pacm file. (available in [https://beta.qpr.com beta.qpr.com])
* BPMN editor popup menu was partly hidden behind other chart components. (''D-14345'')
* D-14153: Fixed in-memory measures for "Flow duration" and "Occurrences of specific flow" which failed when selected flow didn't exist. (available in [https://beta.qpr.com beta.qpr.com])
* PA server does not send metrics to Prometheus. (''D-14804'')
* D-14022: In System reports, hidden numeric aggregations which don't work in SQL Server. (available in [https://beta.qpr.com beta.qpr.com])
* When going to context menu report from BPMN editor, &quot;Operation was cancelled by a user&quot; was given when query was in progress. (''D-14807'')
* D-14151: Fixed issue where flowchart might have given JavaScript error when clicking event types or flows while still loading data. (available in [https://beta.qpr.com beta.qpr.com])
* BPMN editor tooltips measure descriptions didn't disappear at all. (''D-14809'')
* D-14161: Fixed issue where SqlDataFrame.Append function broke source SqlDataFrames. (available in [https://beta.qpr.com beta.qpr.com])
* If there were more than one Range filter in dashboard, periods menu incorrectly affected all components. (''D-14818'')
* D-14157: AI Assistant didn't show detailed error message when OpenAI query failed. (available in [https://beta.qpr.com beta.qpr.com])
* Presets benchmarking didn't work for models without case attributes. (''D-14822'')
* D-14142: CreateDataTable function incorrectly deleted all source datatable content if connection included source datatable name. (available in [https://beta.qpr.com beta.qpr.com])
* Object-centric filter rule editor gave javascript error when opened for case-centric model. (''D-14799'')
* D-14167: ScriptLauncher sometimes terminates prematurely on exception occurring in on-premise import.
* Histogram chart appeared empty and gave a JavaScript error. (''D-14801'')
 
* Object-centric filter rule could incorrectly be dropped as root causes comparison rule. (''D-14796'')
==Features under work==
* B-08301: In charts settings, selecting another measure/dimension/column now doesn't reset settings.
* B-08307: Hide functionality for models that don't have datasource defined.
* B-08338: System reports for dashboard usage, such as Popular dashboards, Dashboards by users and by time, and selected dashboard usage.
* B-08341: Extended SQL Expression functions: GetRelatedValueFrom, AggregateRelatedValueFrom.
* B-08352: Update frontend components.
* B-08368: Backend support for OCPM model configuration and import.


==Fixes under work==
==Fixes under work==
* D-14163: Non-breaking spaces appear strangely in Highcharts charts.
* E2E tests now and then give Object &lt;cachetablename&gt; does not exist or not authorized for object-centric models. (''D-14797'')
* D-14165: Flowchart export file name is incorrect and exported flowchart background is always transparent.


Note: Features and fixes under work won't necessarily make it to the next release.
Note: Features and fixes currently under work are not necessarily targeting to the next release.
__NOTOC__
__NOTOC__

Latest revision as of 14:22, 20 February 2026

This page contains preliminary information about new features and fixed issues in the next release.

New features in next release

  • On-screen settings support static and dynamic case/event attribute values selection, and current value is stored to on-screen setting configuration. (B-08814)
  • SQL queries run in Snowflake have been further optimized. (B-08936)
  • Fully conforming BPMN diagrams can be created from eventlogs supporting gateways. (B-08900)
  • Snowflake stored procedures and user defined functions have been migrated to Python 3.13. (B-08984)
  • Added preset for object-centric flowchart, and improved Process Discovery dashboard for object-centric models. (B-08863)
  • Viewer users can save private filters for personal use. (B-08920)
  • Object-centric flowchart variation based flow visibility stepper and hiding start/end symbols. (B-08987)
  • Backend components have been updated. (B-08990)
  • Frontend components have been updated. (B-08991)
  • AI root causes analysis related error messages have been made easier to understand. (B-08997)

Issues fixed in next release

  • Opening script editor by url didn't show project path and also javascript error appeared to console. (D-14794)
  • Disabled filter rules were incorrectly applied for the shown items in the filter rule editing dialog. (D-14791)
  • When chart with multiple series was sorted by measure, some datapoints were not shown when visible X-axis was limited with zooming or Custom layout settings. (D-14793)
  • List of event types in object-centric flowchart settings didn't open if there were object types linked to none events. (D-14798)
  • Fixed issue where case attribute prediction failed when using more than one iteration. (D-14789)
  • Null coalescing operators didn't work correctly in chaining in expression language. (D-14762)
  • SQLDataFrame with several append operations had performance issue in expression language. (D-14772)
  • Term "Second" when meaning time unit was translated incorrectly in French. (D-14803)
  • Snowflake flowchart root causes analysis gave "SQL compilation error" when run with case duration criteria. (D-14790)
  • Native app could not call procedure if project referred to other database and schema. (D-14749)
  • Trying to create script with duplicate name gave unclear error: Cannot insert duplicate key row in object 'dbo.PA_SCRIPT' with unique index 'PA_SCRIPT_UNIQUE_NAME_IN_PROJECT'. (D-14784)
  • BPMN editor popup menu was partly hidden behind other chart components. (D-14345)
  • PA server does not send metrics to Prometheus. (D-14804)
  • When going to context menu report from BPMN editor, "Operation was cancelled by a user" was given when query was in progress. (D-14807)
  • BPMN editor tooltips measure descriptions didn't disappear at all. (D-14809)
  • If there were more than one Range filter in dashboard, periods menu incorrectly affected all components. (D-14818)
  • Presets benchmarking didn't work for models without case attributes. (D-14822)
  • Object-centric filter rule editor gave javascript error when opened for case-centric model. (D-14799)
  • Histogram chart appeared empty and gave a JavaScript error. (D-14801)
  • Object-centric filter rule could incorrectly be dropped as root causes comparison rule. (D-14796)

Fixes under work

  • E2E tests now and then give Object <cachetablename> does not exist or not authorized for object-centric models. (D-14797)

Note: Features and fixes currently under work are not necessarily targeting to the next release.