Fix bug in ForEach

This commit is contained in:
Sipke Schoorstra 2019-09-15 17:26:03 +02:00
parent fe9f902dcc
commit 4385a4b229

View file

@ -44,6 +44,7 @@ namespace Elsa.Activities.ControlFlow
if (index >= collection.Count)
{
context.EndScope();
CurrentIndex = 0;
return Done();
}