Skip to content

Releases: elsa-workflows/elsa-core

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)

1.4.2

27 Oct 20:07
f3fb47b
Compare
Choose a tag to compare

Fixes

  • Updates various EF Core migrations with the breaking change made to the WorkflowInstance model where Scopes has been renamed to Scope.

1.4.1: After remove multiple execution scopes , Persistence related items al…

27 Oct 08:34
5716de8
Compare
Choose a tag to compare

Fixes

  • After remove multiple execution scopes , Persistence related items also need to be updated. (#429)

1.4.0

26 Oct 14:40
d5095f7
Compare
Choose a tag to compare
  • Breaking fixes

  • This release gets rid of the buggy Execution Scopes, which means that from now on there is only one scope: the current scope.

1.3.2

25 Oct 20:58
Compare
Choose a tag to compare

Fixes

  • Null target type throws for array expressions (#416)
  • Fix inaccurate parsing of HTTP headers (#417)
  • Add custom type serializer to manage json deserializer from database (#420)

1.3.1

16 Oct 14:08
Compare
Choose a tag to compare

Improvements

  • A small improvement was made that allows activities to sub-class Join to inherit join-like behavior. An example was added as part of Sample25.

Fixes

  • When resuming workflow instances without explicitly specifying blocking activities to resume now correctly uses the blocking activities by default.

1.3.0

23 Sep 09:06
cd1c151
Compare
Choose a tag to compare

This release contains the following:

Fixes

  • Reverse WorkflowInstanceEntity.Scopes on deserialization (#342) by @iyhammad
  • Correct sample paths (#284) by @iyhammad
  • Fix bug in ForEach activity when the collection is empty (#313) by @Dandevmt
  • Updating ContentType in SendHTTPRequest to match WriteHTTPRequest (#322) by @martinisaksen
  • Add Exception property to WorkflowFault (#283) by @aburada
  • TriggerRequestHandler workflows to resume filtered by X-Correlation-ID header(s) (#289) by @flew2bits
  • Make AutoMapper internal to avoid collision with other frameworks like ABP (f44d7e1) by @sfmskywalker
  • Make Dashboard NotifierFilter work for non-controller based applications too, like ABP (d3032a8) by @sfmskywalker
  • Foreach generic list bug (#303) by @mertyildiz41
  • Update ForEach to expose Done and Iterate outcomes (#285) by @mertyildiz41

Thanks to all contributors for making this a release with many great improvements!

1.2.2

20 Feb 20:30
Compare
Choose a tag to compare

This release contains the following:

Fixes

  • Literal expression now supports non-empty but blank string values (#250) @wakuflair
  • Fixed stackoverflow when finding ancestors (#247) @jamesdoran
  • Improve JS value converter to support object target type @sfmskywalker