Revert "bug #IDB16L 异步循环中到一个chain,chain里面有when,会报错"

This reverts commit 4132af8f5e.
This commit is contained in:
everywhere.z
2025-12-05 18:33:58 +08:00
parent 4132af8f5e
commit 1456d26c8c

View File

@@ -140,7 +140,7 @@ public class Slot {
// NullPointerException
throw new NullParamException("data slot can't accept null param");
}
metaDataMap.putIfAbsent(key, t);
metaDataMap.put(key, t);
}
public <T> T getInput(String nodeId) {