Workflow Server 7.0.0
Breaking Changes
MetadataCreatorhas been completely removed fromWorkflowServer. You should now use theRunMigrationsandRunCustomMigrationmethods of theWorkflowRuntimeobject instead. If you were not usingMetadataCreator, 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 thatWorkflowServeris responding to HTTP requests./readiness: Confirms thatWorkflowServeris 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:
Serilogfrom2.7.1to4.3.0.Serilog.AspNetCorefrom2.1.1to8.0.3.Serilog.Formatting.Compactfrom1.0.0to3.0.0.Serilog.Formatting.Compact.Readerfrom1.0.2to4.0.0.Serilog.Sinks.Consolefrom3.1.1to6.0.0.Serilog.Sinks.Debugfrom1.0.1to3.0.0.Serilog.Sinks.EventLogfrom3.1.0to4.0.0.Serilog.Sinks.Filefrom4.0.0to7.0.0.Serilog.Sinks.PeriodicBatchingfrom2.3.0to5.0.0.FluentMigratorfrom5.2.0to7.1.0.Microsoft.Extensions.Configurationfrom8.0.0to9.0.5.Microsoft.Extensions.Configuration.Binderfrom8.0.0to8.0.1.Microsoft.Extensions.Configuration.jsonfrom8.0.0to9.0.5.Microsoft.Extensions.DependencyInjection.Abstractionsfrom8.0.2to9.0.3.