everywhere.z преди 1 година
родител
ревизия
1a4376870f
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      liteflow-core/src/main/java/com/yomahub/liteflow/flow/element/condition/IteratorCondition.java

+ 1 - 0
liteflow-core/src/main/java/com/yomahub/liteflow/flow/element/condition/IteratorCondition.java

@@ -90,6 +90,7 @@ public class IteratorCondition extends LoopCondition {
                     if (ObjectUtil.isNotNull(breakItem)) {
                         breakItem.setCurrChainId(this.getCurrChainId());
                         setLoopIndex(breakItem, index);
+                        setCurrLoopObject(breakItem, itObj);
                         breakItem.execute(slotIndex);
                         boolean isBreak = breakItem.getItemResultMetaValue(slotIndex);
                         if (isBreak) {