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