yangyichao-mango commented on a change in pull request #3733:
URL: 
https://github.com/apache/incubator-dolphinscheduler/pull/3733#discussion_r491259927



##########
File path: 
dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/model/TaskNode.java
##########
@@ -141,6 +142,13 @@
      */
     private int delayTime;
 
+    /**
+     * The timeout setting for the dependent node to wait for the start of 
pre-process.
+     */
+    @JsonDeserialize(using = JSONUtils.JsonDataDeserializer.class)
+    @JsonSerialize(using = JSONUtils.JsonDataSerializer.class)
+    private String waitStartTimeout;

Review comment:
       Should This feature be supported by front-end?




----------------------------------------------------------------
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.

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


Reply via email to