Skip to content

Releases: elsa-workflows/elsa-core

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)

1.4.4.1

07 Nov 21:01
Compare
Choose a tag to compare

Fixes

  • Trigger ActivityExecuted event after going back one activity.

1.4.4

03 Nov 11:45
2deb5d4
Compare
Choose a tag to compare

Features

  • Adds a new GoBackResult activity execution result, allowing custom activity implementations to instruct the workflow invoker to go back one (or multiple) steps.

1.4.3

28 Oct 09:21
ed9fedd
Compare
Choose a tag to compare

Changes

  • Update package references (#436)

Fixes

  • Propagate activity definition properties (#434)