Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public void updateTaskInstanceInfo(final int taskInstanceId) {
taskExecutorEventBus.publish(TaskExecutorRuntimeContextChangedLifecycleEvent.of(taskExecutor));
}
});
this.getTaskExecutionContext().setVarPool(this.physicalTask.getParameters().getVarPool());
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would prefer to add this kind of lifecycle method at AbstractTask(maybe names ITaskPlugin in the future).
I plan to refactor some of the TaskPlugin interfaces in version 3.5.0.

}

@Override
Expand Down
Loading