mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 04:02:09 +08:00
bug #IDB16L 异步循环中到一个chain,chain里面有when,会报错
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user