Fix bug in ForEach
This commit is contained in:
parent
fe9f902dcc
commit
4385a4b229
|
|
@ -44,6 +44,7 @@ namespace Elsa.Activities.ControlFlow
|
|||
if (index >= collection.Count)
|
||||
{
|
||||
context.EndScope();
|
||||
CurrentIndex = 0;
|
||||
return Done();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue