DarkAssassinator commented on issue #11669:
URL: 
https://github.com/apache/dolphinscheduler/issues/11669#issuecomment-1229382955

   Hi @caishunfeng but i think `re-run` should keep only one workflow instance, 
because semantically speaking, re-run is indeed the same task. I think we just 
need to determine the assignment logic of the two field values of startTime and 
Duration.
   We need to decide if the start time should be the first start time or the 
last start time, and the duation should be the last duration or the sum of each 
duration. 
   I prefer the values for both start time and duration to represent the values 
from the last run, because it will create some new task instance when we re-run 
the workflow instance. If users want to the hostory records, the users can 
check the task instance records. thx


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