elsa-core/test/integration/Elsa.Core.IntegrationTests/Workflows
Sipke Schoorstra fcfe7f08b4 Change For/While/ForEach/IfElse behavior
Before this change, the aforementioned activities would always schedule the Done outcome.
After this change, the Done outcome is scheduled **after** the Iterate branch and True or False branches have completed
2021-01-12 09:28:48 +01:00
..
BasicWorkflow.cs Rename builder to workflow 2020-10-21 19:55:21 +02:00
BasicWorkflowTests.cs Implement Specification pattern (#517) 2020-12-14 17:15:39 +01:00
FinishWorkflow.cs Rename Complete activity to Finish and add test 2020-10-22 20:34:12 +02:00
FinishWorkflowTests.cs Implement Specification pattern (#517) 2020-12-14 17:15:39 +01:00
ForEachWorkflow.cs Implement Specification pattern (#517) 2020-12-14 17:15:39 +01:00
ForEachWorkflowTests.cs Disable tests due to removed ExecutionLog 2020-12-20 20:20:36 +01:00
ForkJoinWorkflow.cs Change For/While/ForEach/IfElse behavior 2021-01-12 09:28:48 +01:00
ForkJoinWorkflowTests.cs Disable tests due to removed ExecutionLog 2020-12-20 20:20:36 +01:00
ForLoopWorkflow.cs Rename builder to workflow 2020-10-21 19:55:21 +02:00
ForLoopWorkflowTests.cs Disable tests due to removed ExecutionLog 2020-12-20 20:20:36 +01:00
IfElseWorkflow.cs Introduce Workflow Instance Name (#538) 2020-12-24 14:30:55 +01:00
IfElseWorkflowTests.cs Disable tests due to removed ExecutionLog 2020-12-20 20:20:36 +01:00
ParallelForEachWorkflow.cs Implement Specification pattern (#517) 2020-12-14 17:15:39 +01:00
ParallelForEachWorkflowTests.cs Disable tests due to removed ExecutionLog 2020-12-20 20:20:36 +01:00
WhileWorkflow.cs Change For/While/ForEach/IfElse behavior 2021-01-12 09:28:48 +01:00
WhileWorkflowTests.cs Disable tests due to removed ExecutionLog 2020-12-20 20:20:36 +01:00