Skip to content

Workflow Engine 17.3.0

Compare
Choose a tag to compare
@optimajet optimajet released this 12 Aug 15:51
· 3 commits to master since this release

Core

  • Added logging for OptimaJet.Workflow.Migrator via WorkflowRuntime. To use it, add the logger to the runtime before adding the migrator.
  • Added Code Actions Builder to ProcessDefinitionBuilder.

Designer

  • Fixed issues in printable mode in Designer.
  • Updated dependencies in Designer:
    • form-data from 4.0.0 to 4.0.4;
    • compression from 1.7.4 to 1.8.1;
    • on-headers from 1.0.2 to 1.1.0;
  • Updated dependencies in workflow-designer-react:
    • brace-expansion from 1.1.11 to 1.1.12;
  • Updated Webpack and related packages in Designer dev dependencies:
    • webpack from 5.50.0 to 5.101.0;
    • webpack-cli from 4.8.0 to 6.0.1;
    • webpack-dev-server from 4.8.1 to 5.2.2;

Providers

  • Updated SQL scripts in WorkflowEngine.NETCore-ProviderForMySQL for the Migrator to enhance compatibility with MariaDB.