elsa-core/test/integration/Elsa.Core.IntegrationTests/Workflows
Craig Fowler 672e32a7ca WIP #552 - Add unit test to repro
Actually, this unit test does not repro the issue.
Frustratingly I can't get it to save the executed workflow
into MongoDB at all.  I see workflow execution logs
being saved, but the instance doesn't go in.

I'm not sure if this is a mistake I'm making or whether
I have found a different bug of some sort.
2021-03-06 17:22:37 +00: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
FinishWorkflow.cs Fix Finish + CompositeActivity 2021-02-13 11:16:20 +01:00
FinishWorkflowTests.cs Should resolve #653 - Reinstate tests in CI process for v2 branch (#658) 2021-02-25 09:24:00 +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 Implement revival of faulted workflow (#595) 2021-01-30 12:47:50 +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
SampleWorkflow.cs WIP #552 - Add unit test to repro 2021-03-06 17:22:37 +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