Releases: elsa-workflows/elsa-core
Releases · elsa-workflows/elsa-core
Elsa 2.0 RC1
2.0-rc1
Fix SignalUrlFilter
1.5.4
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
Improvements
- Add Executing Activity event (#586)
- Update EF Core DB Context types to accept non-generic DbOptions
1.5.2
Fixes
- Added null checks in ControllerModelConvention (#556)
1.5.0
Improvements
- Make available TransientState to JS and Liquid script contexts
Fixes
- Added ExceptionConverter in JsonSerializerSettings at DocumentClient (#472)
Breaking Changes
1.4.6
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
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
Fixes
- Trigger ActivityExecuted event after going back one activity.
1.4.4
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
Changes
- Update package references (#436)
Fixes
- Propagate activity definition properties (#434)