unigof commented on code in PR #17170:
URL: 
https://github.com/apache/dolphinscheduler/pull/17170#discussion_r2101448592


##########
dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/model/TaskNode.java:
##########
@@ -99,13 +99,6 @@ public class TaskNode {
     @JsonSerialize(using = JSONUtils.JsonDataSerializer.class)
     private String params;
 
-    /**
-     * inner dependency information
-     */
-    @JsonDeserialize(using = JSONUtils.JsonDataDeserializer.class)
-    @JsonSerialize(using = JSONUtils.JsonDataSerializer.class)
-    private String preTasks;
-

Review Comment:
   Are you mean just change field name `preTasks` to `predecessors` in 
front-end? @SbloodyS @ruanwenjun 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to