mattcasters commented on issue #5461:
URL: https://github.com/apache/hop/issues/5461#issuecomment-3045118495

   There is some generated confusion in the sample:
   - The start/interval/end logging pipelines all run and write to the same 
file(s).
   - The start logging pipeline creates the `log-out-DELAY.csv` file.
   - The end logging pipeline does not go beyond the "Delay row" transform 
because that transform looks at the stopped state of the pipeline.  The stopped 
state is received from the parent workflow (WorkflowStartLoggingXp set the 
workflow parent).  This is the likely cause of this whole issue.
   - Multiple rows are received with details for all the executed actions 
because the "hwfl-input" transform is asked to do this.
   
   I changed the sample to only log at the end and to also include dates and 
times in the text file output files.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to