hop
hop copied to clipboard
[Bug]: Workflow Error Count
Apache Hop version?
2.12
Java version?
17
Operating system
Windows
What happened?
When i log two workflows using the workflow log the following happens:
When I start the parent workflow, the logging table shows null for the parent and 0 for the child until the ETL is finished.
After that, both workflow_error_counts are updated.
It always behaves like this: The job that I start always has null while the ETL is running, and the child workflows always show 0 until the ETL is complete.
As was determined by @hansva , null should be displayed in both cases
Originally posted by @dsanderbi in https://github.com/apache/hop/discussions/5207