ChPi opened a new issue, #13320: URL: https://github.com/apache/dolphinscheduler/issues/13320
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened the out param not be replaced when rerun the sql task ### What you expected to happen the out param should be replaced ### How to reproduce the sql task <img width="571" alt="image" src="https://user-images.githubusercontent.com/20807051/210311809-ae617011-5ce1-4e9c-83e8-1fe4fad2c98e.png"> the shell task which get the `dt` from the sql task <img width="561" alt="image" src="https://user-images.githubusercontent.com/20807051/210311391-654d3353-0f5c-4c83-a72c-86792ca4dfd9.png"> run the flow, shell task log ``` [INFO] 2023-01-03 06:46:42.916 +0000 - Success clear the task execute file: /tmp/dolphinscheduler/exec/process/jie/8102121698688/8102143663872_1/1/2 [INFO] 2023-01-03 06:46:43.735 +0000 - -> 2023-01-03 14:46:42 [INFO] 2023-01-03 06:46:43.751 +0000 - FINALIZE_SESSION ``` then rerun the instance, shell task log ``` [INFO] 2023-01-03 06:53:41.300 +0000 - Success clear the task execute file: /tmp/dolphinscheduler/exec/process/jie/8102121698688/8102143663872_1/1/4 [INFO] 2023-01-03 06:53:42.230 +0000 - -> 2023-01-03 14:46:42 [INFO] 2023-01-03 06:53:42.236 +0000 - FINALIZE_SESSION ``` ### Anything else _No response_ ### Version 3.1.x ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
