supeng 5 天之前
父节点
当前提交
6ebd090608

+ 8 - 0
content-understanding-core/src/main/java/com/tzld/piaoquan/content/understanding/service/PipelineService.java

@@ -17,11 +17,18 @@ public interface PipelineService {
 
 
     /**
     /**
      * 执行任务
      * 执行任务
+     *
      * @param contentDTO
      * @param contentDTO
      * @return taskId
      * @return taskId
      */
      */
     String executeTask(ContentDTO contentDTO);
     String executeTask(ContentDTO contentDTO);
 
 
+    /**
+     * 构建执行树
+     *
+     * @param stepList
+     * @return
+     */
     TreeNode buildTree(List<CuPipelineStep> stepList);
     TreeNode buildTree(List<CuPipelineStep> stepList);
 
 
     /**
     /**
@@ -34,6 +41,7 @@ public interface PipelineService {
 
 
     /**
     /**
      * 提交任务
      * 提交任务
+     *
      * @param contentDTO
      * @param contentDTO
      * @return
      * @return
      */
      */