Hi everyone, Is there a good pattern to deal with...
# ask-metaflow
s
Hi everyone, Is there a good pattern to deal with
foreach
splits that might result in zero splits? Specifically, we check data that needs to be processed in one step, then fan out a foreach for processing, but the list of things to be processed may be empty. In the empty case, we get
Foreach iterator over XXX in step YYY produced zero splits
but we also can't have a conditional state transition either. Thanks in advance!