WilliamChen-luckbob commented 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. > >  > > 1. Run this process instance repeatedly by clicking the rerun button >  > 2. Check out what's in the taskExecutionContext and then you can see global parameters are not the parameters I set >  > > **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]
