|
|
|
@@ -199,6 +199,7 @@ public class ActiveLearnServiceImpl implements ActiveLearnService { |
|
|
|
Map<String, String> output2 = (Map<String, String>) output1.get(0); |
|
|
|
String outputPath = output2.get("path").replace("{{workflow.name}}", (String) metadata.get("name")); |
|
|
|
activeLearnIns.setResultPath(outputPath); |
|
|
|
activeLearnInsService.queryStatusFromArgo(activeLearnIns); |
|
|
|
activeLearnInsDao.insert(activeLearnIns); |
|
|
|
activeLearnInsService.updateActiveLearnStatus(id); |
|
|
|
// 记录开始扣除积分 |
|
|
|
|