elsa-core/test/integration/Elsa.Core.IntegrationTests/Workflows
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
..
BasicWorkflow.cs Implement revival of faulted workflow (#595) 2021-01-30 12:47:50 +01:00
BasicWorkflowTests.cs Implement Specification pattern (#517) 2020-12-14 17:15:39 +01:00
DuplicateActivitiesWorkflow.cs Resolve #683 - Tests to prove no exception (#758) 2021-03-14 14:38:58 +01:00
FinishWorkflow.cs Fix Finish + CompositeActivity 2021-02-13 11:16:20 +01:00
FinishWorkflowTests.cs Telnyx Activities (#768) 2021-03-17 13:07:14 +01:00
ForEachWorkflow.cs Implement revival of faulted workflow (#595) 2021-01-30 12:47:50 +01:00
ForEachWorkflowTests.cs Disable tests due to removed ExecutionLog 2020-12-20 20:20:36 +01:00
ForkJoinWorkflow.cs **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
ForkJoinWorkflowTests.cs Disable tests due to removed ExecutionLog 2020-12-20 20:20:36 +01:00
ForLoopWorkflow.cs Implement revival of faulted workflow (#595) 2021-01-30 12:47:50 +01:00
ForLoopWorkflowTests.cs Disable tests due to removed ExecutionLog 2020-12-20 20:20:36 +01:00
ParallelForEachWorkflow.cs Implement revival of faulted workflow (#595) 2021-01-30 12:47:50 +01:00
ParallelForEachWorkflowTests.cs Disable tests due to removed ExecutionLog 2020-12-20 20:20:36 +01:00
PersistableWorkflow.cs WIP #728 - Add test cases for persistence 2021-03-09 19:57:02 +00:00
WhileWorkflow.cs Implement revival of faulted workflow (#595) 2021-01-30 12:47:50 +01:00
WhileWorkflowTests.cs Disable tests due to removed ExecutionLog 2020-12-20 20:20:36 +01:00