WilliamChen-luckbob removed a comment on issue #4785:
URL: 
https://github.com/apache/incubator-dolphinscheduler/issues/4785#issuecomment-780965602


   > @CalvinKirs
   > 
   > when I start the workflow, I set the start parameters (startParams), but 
When running this process instance repeatedly, its global parameters are not 
the parameters I set.
   > 
   > **To Reproduce**
   > Steps to reproduce the behavior, for example:
   > 
   > Set breakpoint at class TaskExecuteProcessor line 168 to see global 
parameters
   > 
   > 1. Start a new process instance at the first time with my start 
parameters(dolphinRunId, default 123, set to any other value for test)
   >    Running succeed.
   > 
   > 
![image](https://user-images.githubusercontent.com/58684828/108145142-ec68d300-7105-11eb-8b35-3b6672b1298a.png)
   > 
   > 1. Run this process instance repeatedly by clicking the rerun button
   >    
![image](https://user-images.githubusercontent.com/58684828/108145372-4bc6e300-7106-11eb-8636-7ed8c520c132.png)
   > 2. Check out what's in the taskExecutionContext and then you can see 
global parameters are not the parameters I set
   >    
![image](https://user-images.githubusercontent.com/58684828/108145444-68631b00-7106-11eb-95d7-ee18f9b31ba8.png)
   > 
   > **Expected behavior**
   > No matter how many times I rerun this process instance, the start 
parameters should be those I set, not the default global parameters.
   > 
   > **Which version of Dolphin Scheduler:**
   > -[dev]
   > 
   > **Attached Pull Request**
   > #4779
   
   


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


Reply via email to