Workflow Server v2.3 Release Notes

    • โž• Added localization for German, French, Spanish, Italian, Portuguese, Turkish, and Russian languages.
    • SchemaName setting has been added to specify the database schema to which the server is connected.
    • The GetSchemeList method has been added to the server API, this method returns a list of schemes that exist on the server.
    • ๐Ÿ The logging system has been added. Errors, debug information and informational messages are logged. Logging targets can be console, debug output or files. For windows service, logging can also be done in the Windows Event Log.
    • ๐ŸŒฒ The LogInfo,LogError, LogMessage methods have been added to the server API - methods for writing to the log from outside the server.
    • ๐ŸŒฒ The following new features are available in the WorkflowRuntime object, which is always available in standard WFE actions. runtime.Logger - returns logger, for recording messages to the log. runtime.LogError (), runtime.LogDebug (), runtime.LogInfo () are methods for writing messages to the log.
    • ๐Ÿณ The docker container was published , containing the Workflow Server with the ability to transfer all the configuration settings to it.