reele commented on PR #16776:
URL: 
https://github.com/apache/dolphinscheduler/pull/16776#issuecomment-2460086234

   > Add schedule time to sub workflow is very strange, the parent schedule 
time doesn't relate to sub workflow, like we don't add a schedule time to task. 
If we add schedule time to sub workflow, it would be better we also add 
schedule time in task. This may be a problem with our use of schedule time, we 
should be able to get the schedule time during workflow runtime, no matter it 
is a task or sub workflow.
   
   I'll try to set schedule time on task...
   
   
   But,    currently schedule time is used for generating global parameters in 
workflow and calculating dates for dependent task.
   
   The execution of a task is entirely dependent on the workflow instance, so 
it can always got the schedule time.
   
   Therefore, What confuses me is  `What the effect would be if we add schedule 
time to the task`?


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