Skip to content

Commit

Permalink
Transform WorkflowExecutor send HopExtensionPoint.WorkflowStart
Browse files Browse the repository at this point in the history
  • Loading branch information
nadment committed May 3, 2024
1 parent ee8cdf8 commit a0e8807
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 a0e8807

Please sign in to comment.