Skip to content

Workflow Server 7.0.0

Choose a tag to compare

@optimajet optimajet released this 06 Jun 11:12
· 7 commits to master since this release

Breaking Changes

  • MetadataCreator has been completely removed from WorkflowServer. You should now use the RunMigrations and RunCustomMigration methods of the WorkflowRuntime object instead. If you were not using MetadataCreator, this breaking change does not affect you. Learn more.

Features

  • Workflow Engine has been upgraded to version 17.1.0, refer to the release notes for more information.
  • Two new health check endpoints added:
    • /liveness: Verifies that WorkflowServer is responding to HTTP requests.
    • /readiness: Confirms that WorkflowServer is ready to handle real workflow execution.
  • Two new endpoints added to WorkflowApi:
    • SetActivityWithExecution: Sets the current activity and immediately continues process execution. If the activity has an implementation or a transition with an auto trigger, they will be executed.
    • SetActivityWithoutExecution: Sets the current activity without triggering further process execution.

Bug Fixes

  • Fixed an issue where the name of a newly added plugin might not appear in the plugin list.

Dependencies

Updated vulnerable and outdated packages:

  • Serilog from 2.7.1 to 4.3.0.
  • Serilog.AspNetCore from 2.1.1 to 8.0.3.
  • Serilog.Formatting.Compact from 1.0.0 to 3.0.0.
  • Serilog.Formatting.Compact.Reader from 1.0.2 to 4.0.0.
  • Serilog.Sinks.Console from 3.1.1 to 6.0.0.
  • Serilog.Sinks.Debug from 1.0.1 to 3.0.0.
  • Serilog.Sinks.EventLog from 3.1.0 to 4.0.0.
  • Serilog.Sinks.File from 4.0.0 to 7.0.0.
  • Serilog.Sinks.PeriodicBatching from 2.3.0 to 5.0.0.
  • FluentMigrator from 5.2.0 to 7.1.0.
  • Microsoft.Extensions.Configuration from 8.0.0 to 9.0.5.
  • Microsoft.Extensions.Configuration.Binder from 8.0.0 to 8.0.1.
  • Microsoft.Extensions.Configuration.json from 8.0.0 to 9.0.5.
  • Microsoft.Extensions.DependencyInjection.Abstractions from 8.0.2 to 9.0.3.