nadment opened a new issue, #3769: URL: https://github.com/apache/hop/issues/3769
### Apache Hop version? 2.8.0-SNAPSHOT ### Java version? Java 11 ### Operating system Windows ### What happened? The extension point is already called in the Workflow.startExecution() method, but the WorkflowExecutor transformation also sends a HopExtensionPoint.WorkflowStart. What's more, in this case the executionStartDate is not yet defined when the WorkflowStart extension point is received. I suggest deleting lines 225,226 Code from WorkflowExecutor  ### Issue Priority Priority: 3 ### Issue Component Component: Transforms -- 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]
