Workflow Engine 3.4
November 5, 2018
- Added automatic size increase for background in designer.
- Added designer localization files for German, French, Spanish, Italian, Portuguese, Turkish, and Russian languages.
- .NET Core NuGet packages come with .NET Standard 1.6 and .NET Standard 2.0 libraries. This allows you to use these packages with any .NET Core version, including 2.1.
- The
OptimaJet.Workflow.Core.Logging.ILoggerinterface was added; it can be initializes with your own logger in theWorkflowRuntimeobject. It is used to integrate with the Workflow Server logging system, but you can use it to integrate with your own system. Bear in mind that the logger in theWorkflowRuntimeobject is not initialized by anything by default.