Skip to content

10.1.0

Choose a tag to compare

@advantyssa advantyssa released this 15 Jan 15:06
4998381

WorkflowGen 10.1.0

This release includes bug fixes, new features, and updates improving the User Portal, Administration Module, Workflow Applications, PostgreSQL compatibility, and Node.js modules.

Important

Portal

  • New Feature (#4405): Added semantic search columns (Rank, Match, Data, Similarity) displaying search ranking and match mode in portal search results.

  • Bug (#4481): Fixed an issue where standard search data columns were not sortable, ensuring proper data sorting in search results.

  • Bug (#4464): Fixed an issue where styles were leaking into XLSX and XLS exports from search results, ensuring clean Excel file output.

  • Bug (#4478): Fixed an issue where delegations with "All processes" and "All participants" were not displaying in the portal delegation list.

  • Bug (#4486): Fixed an issue in PostgreSQL where semantic search ranking and filtering was incorrect, ensuring proper search result ordering.

Administration

  • New Feature (#4434): Added Neo+ form style to the Form Designer with an option to automatically manage form header and footer width, improving layout consistency and responsiveness.

  • Bug (#4476): Fixed an issue where folder managers were unable to access the administration portal due to dashboard resizing logic.

  • Bug (#4484): Fixed an issue where the process version became invalid when importing a process on top of an existing one.

  • Bug (#4498): Fixed a regression introduced in version 9.3.0 where file handling for uploaded content in process data was causing files to be saved as 0KB, ensuring proper stream handling and content length validation.

  • Bug (#4459): Fixed an issue where additional notification recipient email addresses were incorrectly encoded, ensuring proper email address handling in process notifications.

  • Bug (#4494): Fixed an issue in PostgreSQL where counter renaming was not working correctly, ensuring proper counter management in process definitions.

  • Bug (#4488): Fixed an issue where code-behind calling PostgreSQL database was failing due to missing assembly references, ensuring proper web.config configuration for PostgreSQL connectivity.

Workflow Engine

  • Bug (#4460): Fixed an issue in PostgreSQL where additional notification recipients were being ignored, ensuring proper handling of notification configurations.

Security

  • Bug (#4468): Fixed a security issue where self-service action assignment validation could be bypassed.

Workflow Applications

  • New Feature (#4492): Enhanced RESTAPICLIENT with multipart/form-data file upload support and binary file download support (PDF, images, ZIP, etc.), including new parameters APP_FORMFILE_xxx, APP_FORMDATA_xxx, and APP_RESPONSE_CONTENT_FILENAME.

  • New Feature (#4491): Enhanced OPENAICHAT workflow application with improved AI token management, including support for MAX_COMPLETION_TOKENS and REASONING_EFFORT parameters, and detailed token usage reporting.

Web Forms

  • New Feature (#4474): Added single digit padding option for date and time fields in web forms.

Node.js Apps

  • Update (#4470, #4444): Updated Node.js to version 22.22.0 LTS and dependencies to address security vulnerabilities (https://nodejs.org/en/blog/vulnerability/december-2025-security-releases).

  • Improvement (#4469): Enhanced file upload error handling in the Webhooks module's processUpload function, improving reliability and error reporting.

  • Bug (#4452): Fixed an issue where Node.js apps failed with "Unable to find .Net Framework Data Provider" error for PostgreSQL, ensuring proper assembly resolution for database connectivity.

Style

  • Improvement (#4501): Updated Neo class names and hover styles for improved UI consistency.

  • Improvement (#4377): Normalized CSS zero values (0px → 0) across stylesheets.

Infrastructure

  • Update (#4442): Updated Docker images to support SQL Server 2025 GA release.

General

  • Update (#4445): Updated JavaScript library dependencies.

Notes

  • All Node.js modules (GraphQL v5.4.0, Webhooks v6.3.0, Auth v3.3.0, and SCIM v3.3.0) now require Node.js 22.22.0 LTS.

  • For background on earlier enhancements and major features, refer to the WorkflowGen v10 Official (10.0.3) release notes.