Skip to content

Commit

Permalink
Merge pull request #3906 from nadment/3769
Browse files Browse the repository at this point in the history
WorkflowExecutor send HopExtensionPoint.WorkflowStart twice #3769
  • Loading branch information
hansva committed May 7, 2024
2 parents 91d4705 + a0e8807 commit b9207d6
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
import org.apache.hop.core.ResultFile;
import org.apache.hop.core.RowMetaAndData;
import org.apache.hop.core.exception.HopException;
import org.apache.hop.core.extension.ExtensionPointHandler;
import org.apache.hop.core.extension.HopExtensionPoint;
import org.apache.hop.core.logging.HopLogStore;
import org.apache.hop.core.logging.ILoggingObject;
import org.apache.hop.core.logging.LoggingRegistry;
Expand Down Expand Up @@ -221,9 +219,6 @@ private void executeWorkflow() throws HopException {
//
getPipeline().addActiveSubWorkflow(getTransformName(), data.executorWorkflow);

ExtensionPointHandler.callExtensionPoint(
log, this, HopExtensionPoint.WorkflowStart.id, data.executorWorkflow);

Result result = data.executorWorkflow.startExecution();

// First the natural output...
Expand Down

0 comments on commit b9207d6

Please sign in to comment.