WorkflowEngine v3.4 Release Notes

    • ➕ 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.
    • 0️⃣ The OptimaJet.Workflow.Core.Logging.ILogger interface was added; it can be initializes with your own logger in the WorkflowRuntime object. 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 the WorkflowRuntime object is not initialized by anything by default.