Skip to content

Workflow Engine 13.0.0

Compare
Choose a tag to compare
@optimajet optimajet released this 06 May 20:15
· 21 commits to master since this release

Real-Time Tracking Plugin

  • Implemented a Real-Time Tracking plugin that extends the Workflow Designer with real-time functionality, allowing live updates of process states via SignalR. For more details, refer to the documentation.

Core

  • Introduced the optional capability for automatic migration, allowing the creation and updating of the database schema without manually running scripts. This feature ensures that the Workflow Engine maintains a list of executed scripts accessible within the database.

Designer

  • The Workflow Designer can now be initiated directly from the command line using the npx @optimajet/workflow-designer $BackendUrl $SchemeCode command, which automates the fetching and execution of packages from the npm repository. For more details, refer to the documentation.
  • Added an 'About' button to the designer’s menu, displaying both the backend and designer version information to users.

Bug Fixes

  • Corrected an error related to clipboard access in the 'Instance Info' section.
  • The backend now filters events to ensure that Workflow Designer receive only pertinent data. Unknown events are currently ignored.