Skip to content

Commit

Permalink
Merge pull request apache#3993 from dsanderbi/patch-4
Browse files Browse the repository at this point in the history
Fixed typo!
  • Loading branch information
hansva committed Jun 5, 2024
2 parents fc74934 + 04193fd commit f656775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/hop-user-manual/modules/ROOT/pages/variables.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Variables are more global and the scope can be targeted (entire Java VM, grandpa
Think of variables in 2 scopes: runtime variables and environment/workflow variables:

* Runtime variables – Runtime variables depend on pipeline information to generate, so they cannot be set beforehand, you need to declare those differently to be able to use them.
* Environment/workflow variables or parameters – Environment variables/parameters are set once and used when needed in any downstream workflow/pipeline and there is no need to use Get Variables , you can refer to them directly like ${openvar}myVariable${closevar} unless you need it in a field/data stream.
* Environment/workflow variables or parameters – Environment variables/parameters are set once and used when needed in any downstream workflow/pipeline and there is no need to use Get Variables , you can refer to them directly like {openvar}myVariable{closevar} unless you need it in a field/data stream.
- E.g.: Define a parameter only once, even just in the Pipeline Executor (no need to define in receiving pipeline)

A pipeline needs to start to get new variables. A running or nested pipeline can't fetch new variable values. A pipeline is considered started when a pipeline starts for every row in a pipeline executor. An alternative is to use parameters.
Expand Down

0 comments on commit f656775

Please sign in to comment.