elsa-core/test/integration/Elsa.Core.IntegrationTests
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
..
Assets Update packages 2020-12-19 15:35:11 +01:00
Autofixture Fix intermittent failing tests 2021-03-20 11:14:35 +00:00
Extensions Telnyx Activities (#768) 2021-03-17 13:07:14 +01:00
Helpers Add file/blob storage-based provider + test 2020-10-23 14:20:52 +02:00
Persistence Merge branch 'feature/elsa-2.0' into feature/748-multi-tenant-EntityFramework 2021-03-14 13:51:06 +00:00
Triggers WIP #738 - Integration tests for Trigger Indexer 2021-03-20 10:42:41 +00:00
Workflows **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
Elsa.Core.IntegrationTests.csproj Update packages 2021-03-18 11:24:04 +01:00
Elsa.Core.IntegrationTests.xunit.runner.json Incremental work on tests and QA 2020-10-19 22:12:11 +02:00