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 8c8a9fb
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,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 8c8a9fb

Please sign in to comment.