You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems every.item is not locally bound for each iteration of $every, I have an every task in which the sub-flow may pause or wait... (consider a long-time sub-task in each every iteration)
I was supposing for each iterations as standalone closures. but this is causing some bugs happening in my flow, so I consider this pattern harmful and race-prone to every sub-flows using internal variables!
It seems every.item is not locally bound for each iteration of
$every
, I have an every task in which the sub-flow may pause or wait... (consider a long-time sub-task in each every iteration)I was supposing for each iterations as standalone closures. but this is causing some bugs happening in my flow, so I consider this pattern harmful and race-prone to every sub-flows using internal variables!
The text was updated successfully, but these errors were encountered: