WorkflowEngine.NET

WorkflowEngine.NET - component that adds workflow in your application. It can be fully integrated into your application, or be in the form of a specific service (such as a web service).

Stars
891
Committers
5

Bot releases are visible (Hide)

WorkflowEngine.NET - Workflow Engine 10.0.0

Published by optimajet over 1 year ago

Please use version 10.0.1 instead of version 10.0.0.

Designer

Providers

  • The System.Linq.Dynamic.Core dependency has been removed from the MongoDB provider.
WorkflowEngine.NET - Workflow Engine 9.1.1

Published by optimajet over 1 year ago

Providers

  • A bug has been fixed in the MongoDB provider, where incorrect entries were being created in ApprovalHistory.
WorkflowEngine.NET - Workflow Engine 9.1.0

Published by optimajet over 1 year ago

Designer

  • Now all data from error response is thrown into the onError callbacks of the Designer.load, Designer.save and others functions.

And other minor improvements and fixes.

WorkflowEngine.NET - Workflow Engine 9.0.2

Published by optimajet over 1 year ago

Designer

  • Fixed a bug with moving the selected activity.
WorkflowEngine.NET - Workflow Engine 9.0.1

Published by optimajet over 1 year ago

Designer

  • Fixed filling types for custom activities.
WorkflowEngine.NET - Workflow Engine 9.0.0

Published by optimajet over 1 year ago

Breaking changes

  • The Oracle database provider has been updated to netstandard2.1 target framework. The update is due to vulnerabilities found in previous versions of the Oracle.ManagedDataAccess.Core package. This means that the Oracle database provider can no longer be used with the .NET Framework, since netstandard2.1 is not supported on the .NET Framework. If you don't use an Oracle database, this change is not breaking for you.

Core

  • Changes in the procedure for obtaining license and trial keys, you can read more here.

Samples

  • Removed Oracle sample for .NET Framework.
  • Removed Oracle sample for .NET Framework (WebForms).
WorkflowEngine.NET - Workflow Engine 8.1.0

Published by optimajet over 1 year ago

Designer

  • The size of POST requests to Designer API has been reduced.

Samples

  • Updated log4net, sharpcompress, Microsoft.Data.SqlClient, System.Text.Encodings.Web dependencies in the Framework examples.

Plugins

  • Updated SSH.NET, SharpZipLib dependencies in FilesPlugin.

Core

  • Removed SharpZipLib dependency.
WorkflowEngine.NET - Workflow Engine 8.0.0

Published by optimajet over 1 year ago

There are no changes to the .NET libraries. In this version, only Workflow Designer packages are updated.

Designer

  • The style-loader package has been moved from dependencies to dev dependencies.
  • Updated some NPM packages in the Workflow Designer examples.
  • @optimajet/workflow-designer-angular package updated to Angular 15.
    This is breaking changes for this package.
  • Added an option to get a Vue instance, see our documentation for details.
WorkflowEngine.NET - Workflow Engine 7.3.0

Published by optimajet over 1 year ago

Core

Designer

  • Improved text display for RTL languages.
  • Fixed the location of the activity when creating in Firefox.
  • Changing the language no longer resets the schema state.
WorkflowEngine.NET - Workflow Engine 7.2.3

Published by optimajet almost 2 years ago

Providers

  • Added sort parameter for LoadGlobalParametersWithNamesAsync, LoadGlobalParametersAsync and LoadGlobalParametersWithPagingAsync
    methods of the IPersistenceProvider.
  • Sorting of global parameters is implemented by all persistence providers.

Core

  • Fixed a bug with type mutations of default process parameters (fields of static instances of the ParameterDefinition class
    in DefaultDefinitions are made immutable).

Designer

  • Improved usability of zooming/scrolling.
  • Fixed a bug in workflow-designer-angular that caused apiurl not to change on the fly.
WorkflowEngine.NET - Workflow Engine 7.2.1

Published by optimajet almost 2 years ago

Core

  • Fixed a bug where subprocess logging would throw an exception.

Designer

  • Fixed a bug where the canvas scrolls even when any window was open.
  • Fixed a bug where clear executing would change the designer schemecode.
WorkflowEngine.NET - Workflow Engine 7.2.0

Published by optimajet almost 2 years ago

Designer

  • Improving the UX of scheme moving and scaling. Now you can move the scheme: up and down with the mouse wheel, left and right with the
    Shift + wheel, scale with Ctrl + wheel.
  • Fixed a bug with saving custom activity parameters without a template.
  • Fixed undo button bug.
  • Minor optimization.

Providers

  • The LoadGlobalParametersWithPagingAsync method has been added to the IPersistenceProvider interface. That allows you to request global
    parameters with paging and searching by name.
WorkflowEngine.NET - Workflow Engine 7.1.4

Published by optimajet about 2 years ago

Designer

  • Fixed calling custom activity onUpdate with incorrect argument value.

Documentation

  • Updated GitHub readme.
WorkflowEngine.NET - Workflow Engine 7.1.3

Published by shalugin about 2 years ago

Designer

  • Added an option cacheLoadedFiles — caches downloaded files (e.g. templates), enabled by default.

Documentation

  • Added a guide where we will explain how to integrate Workflow Engine with React.

And other minor improvements and fixes.

WorkflowEngine.NET - Workflow Engine 7.1.2

Published by shalugin about 2 years ago

Designer

  • Added an optional button to save the schema to the server - docs.
  • Updated and improved documentation on creating custom activity.

And other minor improvements and fixes.

WorkflowEngine.NET - Workflow Engine 7.1.1

Published by optimajet about 2 years ago

  • Fixed Clone method in the ProcessDefinition.
  • Small bug fix in the designer.
WorkflowEngine.NET - Workflow Engine 7.1.0

Published by optimajet about 2 years ago

Designer

  • The BPMN upload and download menu is now hidden by default (showBpmnMenu flag in designerConfig).

And other minor improvements and fixes.

WorkflowEngine.NET - Workflow Engine 7.0.0

Published by optimajet about 2 years ago

Breaking changes

  • The .NET Framework 4.6.2 is now the minimum supported version.
  • Unified nuget packages for .NET Framework and .NET Core with the netstandard2.0 target.
  • Updated providers. Now there is less static, and this is a precursor of an even greater update of providers.
  • For .NET Framework users only: OptimaJet.Workflow.DbPersistence.dll renamed to OptimaJet.Workflow.MSSQL.dll.

Designer

  • Added the ability to export the process scheme to an image.
  • Added support for custom control for the action parameter.
  • Added comment for command and commands parameter.
  • Added ‘comment’ type for localization.
  • Added ability to add a custom language.
  • Fixed initialization of default values for activity.
  • Exceptions are no longer logged when logging is disabled.

Providers

  • Added the ability to set a global timeout for commands.

Samples

  • .NET Core samples updated to .NET 6.
  • Synchronous APIs have been replaced with asynchronous ones.

Also updated dependencies and other improvements and fixes.