This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch release2.0.0
in repository https://gitbox.apache.org/repos/asf/hop.git


The following commit(s) were added to refs/heads/release2.0.0 by this push:
     new 1cb613703d Fix table formatting in Parameters Tab section
     new a318f82047 Merge pull request #1558 from gitmstoute/patch-1
1cb613703d is described below

commit 1cb613703d4b2b322cc049a20855fdb58d368eb6
Author: gitmstoute <[email protected]>
AuthorDate: Wed Jun 29 14:20:34 2022 -0400

    Fix table formatting in Parameters Tab section
---
 .../modules/ROOT/pages/workflow/actions/pipeline.adoc | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

diff --git 
a/docs/hop-user-manual/modules/ROOT/pages/workflow/actions/pipeline.adoc 
b/docs/hop-user-manual/modules/ROOT/pages/workflow/actions/pipeline.adoc
index fd6466df14..f41a2b582f 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/workflow/actions/pipeline.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/workflow/actions/pipeline.adoc
@@ -103,15 +103,14 @@ If the 'Execute for every result row' option is selected 
then each row is a set
 [width="90%",options="header"]
 |===
 |Option|Description
-|Copy results to parameters Copies the results from a previous pipeline as 
parameters of the pipeline using the Copy rows to result transform.
-|Pass parameter values to sub pipeline Pass all parameters of the workflow 
down to the sub-pipeline.
-|Parameters Specify the parameter name passed to the pipeline.
-|Stream column name Specify the field of an incoming record from a previous 
pipeline as the parameter.
-|Value|Specify pipeline parameter values through one of the following actions:
-
-- Manually entering a value (ETL workflow for example).
-- Using another parameter to set the value 
({openvar}Internal.workflow.Name{closevar} for example).
-- Using a combination of manually specified values and parameter values 
({openvar}FILE_PREFIX{closevar}_{openvar}FILE_DATE{closevar}.txt for example).
+|Copy results to parameters|Copies the results from a previous pipeline as 
parameters of the pipeline using the Copy rows to result transform.
+|Pass parameter values to sub pipeline|Pass all parameters of the workflow 
down to the sub-pipeline.
+|Parameters|Specify the parameter name passed to the pipeline.
+|Stream column name|Specify the field of an incoming record from a previous 
pipeline as the parameter.
+|Value|Specify pipeline parameter values through one of the following actions: 
+
+- Manually entering a value (ETL workflow for example). +
+- Using another parameter to set the value 
({openvar}Internal.workflow.Name{closevar} for example). +
+- Using a combination of manually specified values and parameter values 
(\{openvar}FILE_PREFIX{closevar}_{openvar}FILE_DATE{closevar}.txt for example).
 
 |Get Parameters|Get the existing parameters already associated by the pipeline.
-|===
\ No newline at end of file
+|===

Reply via email to