Hi,

While looking at last Hop v0.99 build, I'm in front of a strange issue.
I don't know if it's a problem or a wrong setup I did.

I created a pipeline with a component to get a file list in a folder.
Linked to it a workflow Executor step that should execute another workflow
for each file found in the source folder.
[image: image.png]


In the Workflow Executor step a parameter/variable defined "FILENAME"
mapped to the filename attribute coming from the Get Filename step.
[image: image.png]


The called workflow is quite simple too : I want to write the parameter
${FILENAME} in the logs and display an alert box
[image: image.png]

Hereunder the result at execution time :
[image: image.png]
The FILENAME parameter was not set correctly.


I also tried to use the sample transform delivered with the package without
success.
Just added a write to log to trap the value of PARAM and I have the same
problem :

[image: image.png]
For sure here i was expecting "one" / "two" / "three".
Did the same test with build v0.70 with no success either.

Doing the same thing with an old Kettle version and a Job Executor step, it
worked flawlessly.

While looking at the doc I think some paragraphs are deprecated : on
workflow page documentation talk about "args / arguments" and list some
checkbox and tabs - for sure in Kettle they exist - however I was not able
to find the Argument tab in the Hop workflow component. So I think it's no
more existing.

Regards,
Chris

Reply via email to