GitHub user jrslhelcom added a comment to the discussion: Tutorial for Hop
development to production workflow
> What does "fails" mean when you're trying to run the workflow that calls your
> pipeline?
That is the reason why I supplied the zip file.
here is the log from the GUI when running the workflow:
""""""
2025/12/09 20:11:42 - Hop - Starting workflow
2025/12/09 20:11:42 - C:\Projects\hop\demo_g/workflows/Run-Tests.hwf :
Run-Tests - Executing this workflow using the Remote Workflow Engine with run
configuration 'WSL-Remote-Workflow'
2025/12/09 20:11:43 - C:\Projects\hop\demo_g/workflows/Run-Tests.hwf :
Run-Tests - 2025/12/09 18:11:52 - Run-Tests - Start of workflow execution
2025/12/09 18:11:52 - Run-Tests - Starting action [Start]
2025/12/09 18:11:52 - Run-Tests - Finished action [Start] (result=[true])
2025/12/09 18:11:52 - Run-Tests - Starting action [Excel-to-Postgres.hpl@wrkf]
2025/12/09 18:11:52 - Excel-to-Postgres.hpl@wrkf - Using run configuration
[local-pipeline]
2025/12/09 18:11:52 - Excel-to-Postgres.hpl) - Executing this pipeline using
the Local Pipeline Engine with run configuration 'local-pipeline'
2025/12/09 18:11:52 - Excel-to-Postgres.hpl) - Execution started for pipeline
[Excel-to-Postgres.hpl)]
2025/12/09 18:11:52 - Table output.0 - Connected to database
[PostgreSql@Docker] (commit=1000)
2025/12/09 18:11:52 - Excel-to-Postgres.hpl) - Pipeline duration : 0.046
seconds [ 0.046" ]
2025/12/09 18:11:52 - Excel-to-Postgres.hpl) - Execution finished on a local
pipeline engine with run configuration 'local-pipeline'
2025/12/09 18:11:52 - Run-Tests - Finished action [Excel-to-Postgres.hpl@wrkf]
(result=[true])
2025/12/09 18:11:52 - Run-Tests - Starting action [Test-RowCount.hpl@wrkf]
2025/12/09 18:11:52 - Test-RowCount.hpl@wrkf - Using run configuration
[local-pipeline]
2025/12/09 18:11:52 - Test-RowCount - Executing this pipeline using the Local
Pipeline Engine with run configuration 'local-pipeline'
2025/12/09 18:11:52 - Test-RowCount - Execution started for pipeline
[Test-RowCount]
2025/12/09 18:11:52 - Table input.0 - Finished reading query, closing
connection.
2025/12/09 18:11:52 - Write to log.0 -
2025/12/09 18:11:52 - Write to log.0 - ------------> Linenr
1------------------------------
2025/12/09 18:11:52 - Write to log.0 - table input error log:
2025/12/09 18:11:52 - Write to log.0 - -----------------------------------
2025/12/09 18:11:52 - Write to log.0 -
2025/12/09 18:11:52 - Write to log.0 -
2025/12/09 18:11:52 - Write to log.0 - row_count = 0
2025/12/09 18:11:52 - Write to log.0 -
2025/12/09 18:11:52 - Write to log.0 - ====================
2025/12/09 18:11:52 - Table input.0 - Finished processing (I=1, O=0, R=0, W=1,
U=0, E=0)
2025/12/09 18:11:52 - FR TRUE log 2.0 -
2025/12/09 18:11:52 - FR TRUE log 2.0 - ------------> Linenr
1------------------------------
2025/12/09 18:11:52 - FR TRUE log 2.0 - Filter rows false log:
2025/12/09 18:11:52 - FR TRUE log 2.0 - ---------------------------------
2025/12/09 18:11:52 - FR TRUE log 2.0 -
2025/12/09 18:11:52 - FR TRUE log 2.0 - row_count = 0
2025/12/09 18:11:52 - FR TRUE log 2.0 -
2025/12/09 18:11:52 - FR TRUE log 2.0 - ====================
2025/12/09 18:11:52 - Write to log.0 - Finished processing (I=0, O=0, R=1, W=1,
U=0, E=0)
2025/12/09 18:11:52 - Filter rows.0 - Finished processing (I=0, O=0, R=1, W=1,
U=0, E=0)
2025/12/09 18:11:52 - FR TRUE log 2.0 - Finished processing (I=0, O=0, R=1,
W=1, U=0, E=0)
2025/12/09 18:11:52 - Test-RowCount - Pipeline duration : 0.048 seconds [
0.048" ]
2025/12/09 18:11:52 - Test-RowCount - Execution finished on a local pipeline
engine with run configuration 'local-pipeline'
2025/12/09 18:11:52 - Run-Tests - Finished action [Test-RowCount.hpl@wrkf]
(result=[true])
2025/12/09 18:11:52 - Run-Tests - Starting action [Success]
2025/12/09 18:11:52 - Run-Tests - Finished action [Test-RowCount.hpl@wrkf]
(result=[true])
2025/12/09 18:11:52 - Run-Tests - Workflow execution finished
2025/12/09 18:11:52 - Run-Tests - Workflow duration : 0.171 seconds [ 0.171" ]
2025/12/09 20:11:44 - Hop - Workflow execution has ended
""""
Here is the log taken from the server web interface:
"""""""""""""""""""""""""""""""
2025/12/09 17:49:58 - Run-Tests - Start of workflow execution
2025/12/09 17:49:58 - Run-Tests - Starting action [Start]
2025/12/09 17:49:58 - Run-Tests - exec(0, 0, Start)
2025/12/09 17:49:58 - Start - Starting action
2025/12/09 17:49:58 - Run-Tests - Finished action [Start] (result=[true])
2025/12/09 17:49:58 - Run-Tests - Starting action [Excel-to-Postgres.hpl@wrkf]
2025/12/09 17:49:58 - Run-Tests - exec(1, 0, Excel-to-Postgres.hpl@wrkf)
2025/12/09 17:49:58 - Excel-to-Postgres.hpl@wrkf - Starting action
2025/12/09 17:49:58 - Excel-to-Postgres.hpl@wrkf - Opening pipeline:
[zip:file:///tmp/export_67186115-a64d-4fd3-b97c-1872862fd3b1.zip!//Excel_to_Postgres_hpl_.hpl]
2025/12/09 17:49:58 - Excel-to-Postgres.hpl@wrkf - Starting
pipeline...(file=${Internal.Entry.Current.Folder}/Excel_to_Postgres_hpl_.hpl,
name=Excel-to-Postgres.hpl@wrkf, repinfo=null)
2025/12/09 17:49:58 - Excel-to-Postgres.hpl@wrkf - Using run configuration
[local-pipeline]
2025/12/09 17:49:58 - Excel-to-Postgres.hpl) - nr of transforms to run : 4 ,
nr of hops : 3
2025/12/09 17:49:58 - Excel-to-Postgres.hpl) - Executing this pipeline using
the Local Pipeline Engine with run configuration 'local-pipeline'
2025/12/09 17:49:58 - Excel-to-Postgres.hpl) - Not running a unit test...
2025/12/09 17:49:58 - Excel-to-Postgres.hpl) - Execution started for pipeline
[Excel-to-Postgres.hpl)]
2025/12/09 17:49:58 - Excel-to-Postgres.hpl) - I found 4 different transforms
to launch.
2025/12/09 17:49:58 - Excel-to-Postgres.hpl) - Allocating rowsets...
2025/12/09 17:49:58 - Excel-to-Postgres.hpl) - Allocating rowsets for
transform 0 --> Select values
2025/12/09 17:49:58 - Excel-to-Postgres.hpl) - prevcopies = 1, nextcopies=1
2025/12/09 17:49:58 - Excel-to-Postgres.hpl) - Pipeline allocated new rowset
[Select values.0 - Table output.0]
2025/12/09 17:49:58 - Excel-to-Postgres.hpl) - Allocated 1 rowsets for
transform 0 --> Select values
2025/12/09 17:49:58 - Excel-to-Postgres.hpl) - Allocating rowsets for
transform 1 --> Table output
2025/12/09 17:49:58 - Excel-to-Postgres.hpl) - Allocated 1 rowsets for
transform 1 --> Table output
2025/12/09 17:49:58 - Excel-to-Postgres.hpl) - Allocating rowsets for
transform 2 --> Microsoft Excel input
2025/12/09 17:49:58 - Excel-to-Postgres.hpl) - prevcopies = 1, nextcopies=1
2025/12/09 17:49:58 - Excel-to-Postgres.hpl) - Pipeline allocated new rowset
[Microsoft Excel input.0 - Value mapper.0]
2025/12/09 17:49:58 - Excel-to-Postgres.hpl) - Allocated 2 rowsets for
transform 2 --> Microsoft Excel input
2025/12/09 17:49:58 - Excel-to-Postgres.hpl) - Allocating rowsets for
transform 3 --> Value mapper
2025/12/09 17:49:58 - Excel-to-Postgres.hpl) - prevcopies = 1, nextcopies=1
2025/12/09 17:49:58 - Excel-to-Postgres.hpl) - Pipeline allocated new rowset
[Value mapper.0 - Select values.0]
2025/12/09 17:49:58 - Excel-to-Postgres.hpl) - Allocated 3 rowsets for
transform 3 --> Value mapper
2025/12/09 17:49:58 - Excel-to-Postgres.hpl) - Allocating Transforms &
TransformData...
2025/12/09 17:49:58 - Excel-to-Postgres.hpl) - Pipeline is about to allocate
transform [Select values] of type [SelectValues]
2025/12/09 17:49:58 - Excel-to-Postgres.hpl) - Transform has nrcopies=1
2025/12/09 17:49:58 - Select values.0 - Starting allocation of buffers & new
threads...
2025/12/09 17:49:58 - Select values.0 - Transform info: nrinput=1 nroutput=1
2025/12/09 17:49:58 - Select values.0 - Got previous transform from [Select
values] #0 --> Value mapper
2025/12/09 17:49:58 - Select values.0 - input rel is 1:1
2025/12/09 17:49:58 - Select values.0 - Found input rowset [Value mapper.0 -
Select values.0]
2025/12/09 17:49:58 - Select values.0 - output rel. is 1:1
2025/12/09 17:49:58 - Select values.0 - Found output rowset [Select values.0 -
Table output.0]
2025/12/09 17:49:59 - Select values.0 - Finished dispatching
2025/12/09 17:49:59 - Excel-to-Postgres.hpl) - Pipeline has allocated a new
transform: [Select values].0
2025/12/09 17:49:59 - Excel-to-Postgres.hpl) - Pipeline is about to allocate
transform [Table output] of type [TableOutput]
2025/12/09 17:49:59 - Excel-to-Postgres.hpl) - Transform has nrcopies=1
2025/12/09 17:49:59 - Table output.0 - Starting allocation of buffers & new
threads...
2025/12/09 17:49:59 - Table output.0 - Transform info: nrinput=1 nroutput=0
2025/12/09 17:49:59 - Table output.0 - Got previous transform from [Table
output] #0 --> Select values
2025/12/09 17:49:59 - Table output.0 - input rel is 1:1
2025/12/09 17:49:59 - Table output.0 - Found input rowset [Select values.0 -
Table output.0]
2025/12/09 17:49:59 - Table output.0 - Finished dispatching
2025/12/09 17:49:59 - Excel-to-Postgres.hpl) - Pipeline has allocated a new
transform: [Table output].0
2025/12/09 17:49:59 - Excel-to-Postgres.hpl) - Pipeline is about to allocate
transform [Microsoft Excel input] of type [ExcelInput]
2025/12/09 17:49:59 - Excel-to-Postgres.hpl) - Transform has nrcopies=1
2025/12/09 17:49:59 - Microsoft Excel input.0 - Starting allocation of buffers
& new threads...
2025/12/09 17:49:59 - Microsoft Excel input.0 - Transform info: nrinput=0
nroutput=1
2025/12/09 17:49:59 - Microsoft Excel input.0 - output rel. is 1:1
2025/12/09 17:49:59 - Microsoft Excel input.0 - Found output rowset [Microsoft
Excel input.0 - Value mapper.0]
2025/12/09 17:49:59 - Microsoft Excel input.0 - Finished dispatching
2025/12/09 17:49:59 - Excel-to-Postgres.hpl) - Pipeline has allocated a new
transform: [Microsoft Excel input].0
2025/12/09 17:49:59 - Excel-to-Postgres.hpl) - Pipeline is about to allocate
transform [Value mapper] of type [ValueMapper]
2025/12/09 17:49:59 - Excel-to-Postgres.hpl) - Transform has nrcopies=1
2025/12/09 17:49:59 - Value mapper.0 - Starting allocation of buffers & new
threads...
2025/12/09 17:49:59 - Value mapper.0 - Transform info: nrinput=1 nroutput=1
2025/12/09 17:49:59 - Value mapper.0 - Got previous transform from [Value
mapper] #0 --> Microsoft Excel input
2025/12/09 17:49:59 - Value mapper.0 - input rel is 1:1
2025/12/09 17:49:59 - Value mapper.0 - Found input rowset [Microsoft Excel
input.0 - Value mapper.0]
2025/12/09 17:49:59 - Value mapper.0 - output rel. is 1:1
2025/12/09 17:49:59 - Value mapper.0 - Found output rowset [Value mapper.0 -
Select values.0]
2025/12/09 17:49:59 - Value mapper.0 - Finished dispatching
2025/12/09 17:49:59 - Excel-to-Postgres.hpl) - Pipeline has allocated a new
transform: [Value mapper].0
2025/12/09 17:49:59 - Excel-to-Postgres.hpl) - Initialising 4 transforms...
2025/12/09 17:49:59 - PostgreSql@Docker - New database connection defined
2025/12/09 17:49:59 - PostgreSql@Docker - Connecting to database using URL:
jdbc:postgresql://postgres-wsl:5435/hopdb
2025/12/09 17:49:59 - Table output.0 - Connected to database
[PostgreSql@Docker] (commit=1000)
2025/12/09 17:49:59 - PostgreSql@Docker - Auto commit off
2025/12/09 17:49:59 - Excel-to-Postgres.hpl) - Transform [Select values.0]
initialized flawlessly.
2025/12/09 17:49:59 - Excel-to-Postgres.hpl) - Transform [Table output.0]
initialized flawlessly.
2025/12/09 17:49:59 - Excel-to-Postgres.hpl) - Transform [Microsoft Excel
input.0] initialized flawlessly.
2025/12/09 17:49:59 - Excel-to-Postgres.hpl) - Transform [Value mapper.0]
initialized flawlessly.
2025/12/09 17:49:59 - Excel-to-Postgres.hpl) - Data Set enabled? false
2025/12/09 17:49:59 - Excel-to-Postgres.hpl) - Pipeline has allocated 4 threads
and 3 rowsets.
2025/12/09 17:49:59 - Table output.0 - Starting to run...
2025/12/09 17:49:59 - Microsoft Excel input.0 - Starting to run...
2025/12/09 17:49:59 - Select values.0 - Starting to run...
2025/12/09 17:49:59 - Value mapper.0 - Starting to run...
2025/12/09 17:49:59 - Microsoft Excel input.0 - No more files to be processed!
(0 files done)
2025/12/09 17:49:59 - Microsoft Excel input.0 - Signaling 'output done' to 1
output rowsets.
2025/12/09 17:49:59 - Microsoft Excel input.0 - Finished processing (I=0, O=0,
R=0, W=0, U=0, E=0)
2025/12/09 17:49:59 - Value mapper.0 - Signaling 'output done' to 1 output
rowsets.
2025/12/09 17:49:59 - Value mapper.0 - Finished processing (I=0, O=0, R=0, W=0,
U=0, E=0)
2025/12/09 17:49:59 - Select values.0 - Signaling 'output done' to 1 output
rowsets.
2025/12/09 17:49:59 - Select values.0 - Finished processing (I=0, O=0, R=0,
W=0, U=0, E=0)
2025/12/09 17:49:59 - Table output.0 - Signaling 'output done' to 0 output
rowsets.
2025/12/09 17:49:59 - PostgreSql@Docker - Commit on database connection
[PostgreSql@Docker]
2025/12/09 17:49:59 - PostgreSql@Docker - Connection to database closed!
2025/12/09 17:49:59 - Table output.0 - Finished processing (I=0, O=0, R=0, W=0,
U=0, E=0)
2025/12/09 17:49:59 - Excel-to-Postgres.hpl) - Pipeline duration : 0.947
seconds [ 0.947" ]
2025/12/09 17:49:59 - Excel-to-Postgres.hpl) - Execution finished on a local
pipeline engine with run configuration 'local-pipeline'
2025/12/09 17:49:59 - Run-Tests - Finished action [Excel-to-Postgres.hpl@wrkf]
(result=[true])
2025/12/09 17:49:59 - Run-Tests - Starting action [Test-RowCount.hpl@wrkf]
2025/12/09 17:49:59 - Run-Tests - exec(2, 0, Test-RowCount.hpl@wrkf)
2025/12/09 17:49:59 - Test-RowCount.hpl@wrkf - Starting action
2025/12/09 17:49:59 - Test-RowCount.hpl@wrkf - Opening pipeline:
[zip:file:///tmp/export_67186115-a64d-4fd3-b97c-1872862fd3b1.zip!//Test_RowCount.hpl]
2025/12/09 17:49:59 - Test-RowCount.hpl@wrkf - Starting
pipeline...(file=${Internal.Entry.Current.Folder}/Test_RowCount.hpl,
name=Test-RowCount.hpl@wrkf, repinfo=null)
2025/12/09 17:49:59 - Test-RowCount.hpl@wrkf - Using run configuration
[local-pipeline]
2025/12/09 17:49:59 - Test-RowCount - nr of transforms to run : 3 , nr of hops
: 2
2025/12/09 17:49:59 - Test-RowCount - Executing this pipeline using the Local
Pipeline Engine with run configuration 'local-pipeline'
2025/12/09 17:49:59 - Test-RowCount - Not running a unit test...
2025/12/09 17:49:59 - Test-RowCount - Execution started for pipeline
[Test-RowCount]
2025/12/09 17:49:59 - Test-RowCount - I found 3 different transforms to launch.
2025/12/09 17:49:59 - Test-RowCount - Allocating rowsets...
2025/12/09 17:49:59 - Test-RowCount - Allocating rowsets for transform 0 -->
Filter rows
2025/12/09 17:49:59 - Test-RowCount - prevcopies = 1, nextcopies=1
2025/12/09 17:49:59 - Test-RowCount - Pipeline allocated new rowset [Filter
rows.0 - Abort.0]
2025/12/09 17:49:59 - Test-RowCount - Allocated 1 rowsets for transform 0 -->
Filter rows
2025/12/09 17:49:59 - Test-RowCount - Allocating rowsets for transform 1 -->
Abort
2025/12/09 17:49:59 - Test-RowCount - Allocated 1 rowsets for transform 1 -->
Abort
2025/12/09 17:49:59 - Test-RowCount - Allocating rowsets for transform 2 -->
Table input
2025/12/09 17:49:59 - Test-RowCount - prevcopies = 1, nextcopies=1
2025/12/09 17:49:59 - Test-RowCount - Pipeline allocated new rowset [Table
input.0 - Filter rows.0]
2025/12/09 17:49:59 - Test-RowCount - Allocated 2 rowsets for transform 2 -->
Table input
2025/12/09 17:49:59 - Test-RowCount - Allocating Transforms & TransformData...
2025/12/09 17:49:59 - Test-RowCount - Pipeline is about to allocate transform
[Filter rows] of type [FilterRows]
2025/12/09 17:49:59 - Test-RowCount - Transform has nrcopies=1
2025/12/09 17:49:59 - Filter rows.0 - Starting allocation of buffers & new
threads...
2025/12/09 17:49:59 - Filter rows.0 - Transform info: nrinput=1 nroutput=1
2025/12/09 17:49:59 - Filter rows.0 - Got previous transform from [Filter rows]
#0 --> Table input
2025/12/09 17:49:59 - Filter rows.0 - input rel is 1:1
2025/12/09 17:49:59 - Filter rows.0 - Found input rowset [Table input.0 -
Filter rows.0]
2025/12/09 17:49:59 - Filter rows.0 - output rel. is 1:1
2025/12/09 17:49:59 - Filter rows.0 - Found output rowset [Filter rows.0 -
Abort.0]
2025/12/09 17:49:59 - Filter rows.0 - Finished dispatching
2025/12/09 17:50:00 - Test-RowCount - Pipeline has allocated a new transform:
[Filter rows].0
2025/12/09 17:50:00 - Test-RowCount - Pipeline is about to allocate transform
[Abort] of type [Abort]
2025/12/09 17:50:00 - Test-RowCount - Transform has nrcopies=1
2025/12/09 17:50:00 - Abort.0 - Starting allocation of buffers & new threads...
2025/12/09 17:50:00 - Abort.0 - Transform info: nrinput=1 nroutput=0
2025/12/09 17:50:00 - Abort.0 - Got previous transform from [Abort] #0 -->
Filter rows
2025/12/09 17:50:00 - Abort.0 - input rel is 1:1
2025/12/09 17:50:00 - Abort.0 - Found input rowset [Filter rows.0 - Abort.0]
2025/12/09 17:50:00 - Abort.0 - Finished dispatching
2025/12/09 17:50:00 - Test-RowCount - Pipeline has allocated a new transform:
[Abort].0
2025/12/09 17:50:00 - Test-RowCount - Pipeline is about to allocate transform
[Table input] of type [TableInput]
2025/12/09 17:50:00 - Test-RowCount - Transform has nrcopies=1
2025/12/09 17:50:00 - Table input.0 - Starting allocation of buffers & new
threads...
2025/12/09 17:50:00 - Table input.0 - Transform info: nrinput=0 nroutput=1
2025/12/09 17:50:00 - Table input.0 - output rel. is 1:1
2025/12/09 17:50:00 - Table input.0 - Found output rowset [Table input.0 -
Filter rows.0]
2025/12/09 17:50:00 - Table input.0 - Finished dispatching
2025/12/09 17:50:00 - Test-RowCount - Pipeline has allocated a new transform:
[Table input].0
2025/12/09 17:50:00 - Test-RowCount - Initialising 3 transforms...
2025/12/09 17:50:00 - PostgreSql@Docker - New database connection defined
2025/12/09 17:50:00 - PostgreSql@Docker - Connecting to database using URL:
jdbc:postgresql://postgres-wsl:5435/hopdb
2025/12/09 17:50:00 - PostgreSql@Docker - Auto commit off
2025/12/09 17:50:00 - Table input.0 - Connected to database...
2025/12/09 17:50:00 - Test-RowCount - Transform [Filter rows.0] initialized
flawlessly.
2025/12/09 17:50:00 - Test-RowCount - Transform [Abort.0] initialized
flawlessly.
2025/12/09 17:50:00 - Test-RowCount - Transform [Table input.0] initialized
flawlessly.
2025/12/09 17:50:00 - Test-RowCount - Data Set enabled? false
2025/12/09 17:50:00 - Filter rows.0 - Starting to run...
2025/12/09 17:50:00 - Test-RowCount - Pipeline has allocated 3 threads and 2
rowsets.
2025/12/09 17:50:00 - Abort.0 - Starting to run...
2025/12/09 17:50:00 - Table input.0 - Starting to run...
2025/12/09 17:50:00 - Table input.0 - SQL query : SELECT COUNT(*) as row_count
FROM sales_clean_wsl
2025/12/09 17:50:00 - Table input.0 - Signaling 'output done' to 1 output
rowsets.
2025/12/09 17:50:00 - Filter rows.0 - Sending row to false :Abort : [0]
2025/12/09 17:50:00 - Table input.0 - Finished reading query, closing
connection.
2025/12/09 17:50:00 - Abort.0 - ERROR: Row nr 1 causing abort "Abort and log as
an error": [0]
2025/12/09 17:50:00 - Filter rows.0 - Signaling 'output done' to 1 output
rowsets.
2025/12/09 17:50:00 - PostgreSql@Docker - Commit on database connection
[PostgreSql@Docker]
2025/12/09 17:50:00 - Abort.0 - ERROR: The test is failling row_count =
${row_count}
2025/12/09 17:50:00 - Filter rows.0 - Finished processing (I=0, O=0, R=1, W=1,
U=0, E=0)
2025/12/09 17:50:00 - PostgreSql@Docker - Connection to database closed!
2025/12/09 17:50:00 - Abort.0 - Finished processing (I=0, O=0, R=1, W=1, U=0,
E=1)
2025/12/09 17:50:00 - Table input.0 - Finished processing (I=1, O=0, R=0, W=1,
U=0, E=0)
2025/12/09 17:50:00 - Test-RowCount - Pipeline detected one or more transforms
with errors.
2025/12/09 17:50:00 - Test-RowCount - Pipeline is killing the other transforms!
2025/12/09 17:50:00 - Test-RowCount - Looking at transform: Filter rows
2025/12/09 17:50:00 - Test-RowCount - Looking at transform: Abort
2025/12/09 17:50:00 - Test-RowCount - Looking at transform: Table input
2025/12/09 17:50:00 - Test-RowCount - Pipeline duration : 0.612 seconds [
0.612" ]
2025/12/09 17:50:00 - Test-RowCount - Execution finished on a local pipeline
engine with run configuration 'local-pipeline'
2025/12/09 17:50:00 - Run-Tests - Finished action [Test-RowCount.hpl@wrkf]
(result=[false])
2025/12/09 17:50:00 - Run-Tests - Workflow execution finished
2025/12/09 17:50:00 - Run-Tests - Workflow duration : 2.03 seconds [ 2.030" ]
""""""""""""""""""""""""""""""""""
GitHub link:
https://github.com/apache/hop/discussions/6157#discussioncomment-15219497
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]