Skip to content

Commit 18df953

Browse files
authored
Merge pull request #4658 from Adalennis/4610
Pipeline Executor and Workflow Executor + RESULT ROWS TAB - RESULT FILES TAB fields missing.fixes #4610
2 parents d42541f + d403b5f commit 18df953

File tree

2 files changed

+65
-0
lines changed

2 files changed

+65
-0
lines changed

docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/pipeline-executor.adoc

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,9 +222,42 @@ If you don't need a certain result simply leave a blank input field.
222222

223223
In the "Result rows" tab you can specify the layout of the expected result rows of this pipeline and to which transform to send them after execution.
224224

225+
[cols="2", options="header"]
226+
|===
227+
|Option |Description
228+
229+
|Target transform for result rows
230+
|Use the drop-down menu to select a transform in the current pipeline as the target transform.
231+
232+
|Field name
233+
|Specify the name of the field.
234+
235+
|Data type
236+
|Use the drop-down menu to specify the data type of the field, such as number, date, or string.
237+
238+
|Length
239+
|If applicable, specify the length of the data type specified.
240+
241+
|Precision
242+
|If applicable, specify the precision to use.
243+
|===
244+
245+
225246
Please note that this transform will verify that the data type of the result row fields are identical to what is specified.
226247
If there is a difference an error will be thrown.
227248

228249
=== Result Files Tab
229250

230251
Here you can specify where to send the result files from the pipeline execution.
252+
253+
[cols="2", options="header"]
254+
|===
255+
|Option |Description
256+
257+
|Target transform for result files information
258+
|Use the drop-down menu to select a transform in the pipeline as the target transform.
259+
260+
|Result file name field
261+
|Specify the name of the field for the result files.
262+
|===
263+

docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/workflow-executor.adoc

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,40 @@ In the "Result rows" tab you can specify the layout of the expected result rows
195195

196196
The workflow executor performs a consistency check over the fields we declared in this tab as the fields that want to receive in output. The check will be performed by making sure the fields we require are really present in the results stream and that type of each fields is really the type we expected to be. If there are any differences an error will be thrown. The error will give you the complete picture about which fields are missing and/or which fields were declared by considering a wrong datatype.
197197

198+
[cols="2", options="header"]
199+
|===
200+
|Option |Description
201+
202+
|Target transform for result rows
203+
|Use the drop-down menu to select a transform in the pipeline as the target transform.
204+
205+
|Field name
206+
|Specify the name of the field.
207+
208+
|Data type
209+
|Use the drop-down menu to specify the data type of the field, such as number, date, or string.
210+
211+
|Length
212+
|If applicable, specify the length of the field.
213+
214+
|Precision
215+
|If applicable, specify the precision to use.
216+
|===
217+
218+
198219
*Note*: remember that currently this transform always give you a result row back even if the pipelines started in the sub-workflow don't return any result. In this case, the result row that you will get back will contain only the fields provided by the flow as input of this transform.
199220

200221
=== Result Files Tab
201222

202223
Here you can specify where to send the result files from the workflow execution.
224+
225+
[cols="2", options="header"]
226+
|===
227+
|Option |Description
228+
229+
|Target transform for result files information
230+
|Use the drop-down menu to select a transform in the pipeline as the target transform.
231+
232+
|Result file name field
233+
|Specify the name of the field for the result files.
234+
|===

0 commit comments

Comments
 (0)