mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 04:02:09 +08:00
SLOT的修正
This commit is contained in:
@@ -33,7 +33,7 @@ public class DefaultSlot implements Slot{
|
||||
|
||||
private List<String> executeSteps = new ArrayList<String>();
|
||||
|
||||
private ConcurrentHashMap<String, Object> dataMap = new ConcurrentHashMap<String, Object>();
|
||||
protected ConcurrentHashMap<String, Object> dataMap = new ConcurrentHashMap<String, Object>();
|
||||
|
||||
public <T> T getInput(String nodeId){
|
||||
return (T)dataMap.get(NODE_INPUT_PREFIX + nodeId);
|
||||
|
||||
Reference in New Issue
Block a user