mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-15 04:22:09 +08:00
优化NodeComponent类中invoke2Resp方法的参数
This commit is contained in:
@@ -325,7 +325,7 @@ public abstract class NodeComponent{
|
||||
FlowExecutorHolder.loadInstance().invoke(chainId, param, this.getSlotIndex());
|
||||
}
|
||||
|
||||
public LiteflowResponse invoke2Resp(String chainId, Object param, Integer slotIndex) {
|
||||
public LiteflowResponse invoke2Resp(String chainId, Object param) {
|
||||
return FlowExecutorHolder.loadInstance().invoke2Resp(chainId, param, this.getSlotIndex());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user