leehaut commented on issue #7604:
URL: https://github.com/apache/hop/issues/7604#issuecomment-5059940095
the two places behave differently:
- **Pipeline Run Configuration**: values are explicitly resolved
(`resolve()` before `setVariable`), so `${...}` in Value is fully supported.
- **Run Options**: values are applied with `setVariable(key, value)` as-is
(no resolve at apply time). Nested expansion can still happen later when
something `resolve()`s a reference to that variable, but it's not the same
first-class support.
e.g.,
<img width="400" height="335" alt="Image"
src="https://github.com/user-attachments/assets/02b51717-a922-4cba-acf9-989d1856fdb5"
/>
--
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]