You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: