humingminghz opened a new issue #1512: [Feature]replace the time related parameters at the time create process instance URL: https://github.com/apache/incubator-dolphinscheduler/issues/1512 **Is your feature request related to a problem? Please describe.** with below situation; 1.a day-span flow (some time, the folw can finish in one day, sometime not) 2.create a table partition (partition name defined by yyyymmdd time parameters) at day 1 & node 1 3.use the table partition at day 2 & node 2 in this situation, current function cannot cover this situation. because we replace the time related parameters when worker thread fetched the task. that means at step 3, I may get a different partition name which cause the flow failed/result incorrect **Describe the solution you'd like** replace the datetime related parameters when create the process instance can solve the problem **Describe alternatives you've considered** NA **Additional context** NA
---------------------------------------------------------------- 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] With regards, Apache Git Services
