elsa-core/test
Sipke Schoorstra 6fef9874da **BREAKING API** Update Builder API to allow to connect to named activities as well as activities by type name
This replaces the `Then(string activityName)` method with `ThenNamed(string activityName)`.
A new method is added to allow connecting to activities by type name: `ThenTypeNamed(string activityTypeName)`.

The reason for this change and addition is to allow workflow builders to connect to activity types that do not have a corresponding type.
For example, the Telnyx project has an activity type provider that *dynamically* provides activity types based on Telnyx webhook callback types.
2021-03-26 11:40:22 +01:00
..
component/Elsa.ComponentTests Update packages 2021-03-18 11:24:04 +01:00
integration/Elsa.Core.IntegrationTests **BREAKING API** Update Builder API to allow to connect to named activities as well as activities by type name 2021-03-26 11:40:22 +01:00
shared/Elsa.Testing.Shared Merge pull request #775 from craigfowler/feature/738-Composite-Activities-may-be-triggers 2021-03-20 11:29:28 +00:00
unit/Elsa.UnitTests Resolve #785 - improve API for StringValuesModel 2021-03-25 21:10:25 +00:00