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

This commit is contained in:
everywhere.z
2025-12-05 18:11:29 +08:00
parent 26d2a6aef1
commit 4132af8f5e

View File

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