feat: 构建结果群群机器人通知-异常测试

This commit is contained in:
2025-04-13 14:07:14 +08:00
parent 37d997da70
commit fe2097b7f9

View File

@@ -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();
// 获取到节点的自定义参数