Skip to content

Releases: elsa-workflows/elsa-core

Elsa 2.0 🥳

26 May 11:39
Compare
Choose a tag to compare

What's New

  • Brand new designer with pan & zoom support and auto-layout
  • Improved Workflow Builder API for Coded Workflows
  • Coded Workflows visualization thanks to auto-layout
  • Distributed Server / Multi Node support
  • Elsa Server API Endpoints
  • Clean separation between Elsa Server and Elsa Dashboard
  • Composite Activities
  • Activity Editors with Intellisense support powered by Monaco Editor
  • Workflow Context Support
  • New activities

What's Fixed

  • Serialization issues have been fixed
  • Temporal activities such as Timer, Cron and StartAt now work reliably by relying on providers such as Quartz.NET and Hangfire
  • Workflow Execution Log is now stored separate from Workflow Instance
  • Many other issues too numerous to list here :)

For a full list of changes, fixes and improvements, checkout the Elsa 2.0 Milestone on GitHub.

Elsa 2.0 RC3

24 May 18:20
Compare
Choose a tag to compare
Elsa 2.0 RC3 Pre-release
Pre-release
2.0-rc3

Fix component tests

Elsa 2.0 RC2

17 May 17:59
Compare
Choose a tag to compare
Elsa 2.0 RC2 Pre-release
Pre-release
2.0-rc2

Update version to RC2

Elsa 2.0 RC1

12 May 09:37
Compare
Choose a tag to compare
Elsa 2.0 RC1 Pre-release
Pre-release
2.0-rc1

Fix SignalUrlFilter

1.5.4

14 Apr 18:25
Compare
Choose a tag to compare

Fixes

  • Update Workflow ctor to read variables from workflow definition
  • Merge workflow input variables with instance variables instead of overwriting
  • Self-referential loop in CustomSchemaOptionsExtensionInfo (#376)
  • "Input" is the property of workflowinstance, but it is empty in database (#331)

1.5.3

27 Jan 09:35
Compare
Choose a tag to compare

Improvements

  • Add Executing Activity event (#586)
  • Update EF Core DB Context types to accept non-generic DbOptions

1.5.2

07 Jan 07:29
Compare
Choose a tag to compare

Fixes

  • Added null checks in ControllerModelConvention (#556)

1.5.0

01 Dec 10:31
Compare
Choose a tag to compare

Improvements

  • Make available TransientState to JS and Liquid script contexts

Fixes

  • Added ExceptionConverter in JsonSerializerSettings at DocumentClient (#472)

Breaking Changes

  • Update EF Core to .NET 5

1.4.6

23 Nov 20:04
Compare
Choose a tag to compare

Changes

  • Remove gravatar dependency (#470)
  • Update NuGet.Config by removing prerelease feeds of Elsa and Orchard Core and add element
  • Update NuGet package references packages

Fixes

  • ListByBlockingActivityAsync() in documentDB persistence layer is not retrieving blocked activities (#471)

1.4.5: Fix redirect behavior

13 Nov 20:47
Compare
Choose a tag to compare

Improvements

  • Enhancements for using azure service bus with MassTransit activities (#457)
  • Added Azure Service Bus as MassTransit broker

Fixes

  • Fix redirect behavior (#459)
  • Expose outcomes to While activity designer (#456)