arlanhon opened a new issue #2581: URL: https://github.com/apache/incubator-dolphinscheduler/issues/2581
*For better global communication, please give priority to using English description, thx! * **Describe the bug** When the process involves a sub-process, the complement operation will only take the starting time of the time, and will repeat the number of days to perform the complement. **To Reproduce** Steps to reproduce the behavior, for example: 1. Create a simple sub-process, such as a shell 2. Create another main process and associate sub-processes 3. For complement operation, you can also make up only two days The specific operation is as follows: 1. Create subprocess,  2. Save subprocess and setting variables  3. Create the main process and create sub node as in main process   4. Save main process and setting variables  5. As follow.  6. Then complement  7. The result is as follows, the date printed is only the start date    8. The timing of the main process is correct  **Which version of Dolphin Scheduler:** -[1.2.1] - Stand-alone deployment ---------------------------------------------------------------- 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]
