feat: 构建结果群群机器人通知-异常测试
This commit is contained in:
@@ -26,7 +26,7 @@ import java.util.List;
|
||||
public class StartNodeRunner implements NodeRunner {
|
||||
|
||||
@Override
|
||||
public RunningResult run(RunningContext context, Node node, List<Edge> edges) {
|
||||
public RunningResult run(nningContext context, Node node, List<Edge> edges) {
|
||||
log.info("开始节点{}, 节点id: {} 运行", node.getData().getLabel(), node.getId());
|
||||
StartNodeConfig config = node.getConfig();
|
||||
// 获取到节点的自定义参数
|
||||
|
||||
Reference in New Issue
Block a user