GitHub user EricTonissen closed a discussion: Passing parameters from workflow 
to pipeline

I have a pipeline with some parameters and there default values. 
<img width="426" height="235" alt="image" 
src="https://github.com/user-attachments/assets/3eae6db7-644f-4498-8809-0547b1fd1724";
 />

Now I can give these parameters a value from the workflow. 
<img width="624" height="167" alt="image" 
src="https://github.com/user-attachments/assets/1e36ea6f-866c-4e79-9c15-a6c3180314e2";
 />

I expect that if I **do not give the parameter a value from the workflow**, 
that within the pipeline **the default value** would be used.
<img width="620" height="152" alt="image" 
src="https://github.com/user-attachments/assets/de07f740-3c87-43b9-9fa7-a6b532f2ebb0";
 />

**But that is not the case.** 
If I have somewhere a variable with the same name, then that one is used !!!
<img width="560" height="368" alt="image" 
src="https://github.com/user-attachments/assets/bb7bfacd-9517-4596-b42f-81d34c0a390c";
 />

So this way, I need to give all the parameters in the pipeline a very unique 
name, otherwise there is a chance that somewhere else the same name is used as 
property.

I need to check the 'Pass parameters to sub pipeline', because the parameters 
which are not defined with a default value as parameter within the pipeline, 
should be passed. 

Is there some solution for this?

GitHub link: https://github.com/apache/hop/discussions/5991

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]

Reply via email to