ruanwenjun opened a new pull request, #18163:
URL: https://github.com/apache/dolphinscheduler/pull/18163

   <!--Thanks very much for contributing to Apache DolphinScheduler, we are 
happy that you want to help us improve DolphinScheduler! -->
   
   ## Was this PR generated or assisted by AI?
   
   YES
   
   ## Purpose of the pull request
   
   close #18137 
   
   Align naming with workflow engine industry conventions (Temporal, Cadence, 
Camunda) where "Execution" represents a running instance, distinguishing from 
"Executor" (the component that performs the work). Also rename packages from 
`runnable` to `execution` for consistency.
   
   ## Brief change log
   
   Renames:
   - IWorkflowExecutionRunnable -> IWorkflowExecution
   - WorkflowExecutionRunnable -> WorkflowExecution
   - WorkflowExecutionRunnableBuilder -> WorkflowExecutionBuilder
   - WorkflowExecutionRunnableFactory -> WorkflowExecutionFactory
   - ITaskExecutionRunnable -> ITaskExecution
   - TaskExecutionRunnable -> TaskExecution
   - TaskExecutionRunnableBuilder -> TaskExecutionBuilder
   - ITaskExecutionRunnableLifecycleListener -> ITaskExecutionLifecycleListener
   - engine.workflow.runnable -> engine.workflow.execution
   - engine.task.runnable -> engine.task.execution
   
   ## Verify this pull request
   
   Verify by exist test case.
   
   ## Pull Request Notice
   [Pull Request 
Notice](https://github.com/apache/dolphinscheduler/blob/dev/docs/docs/en/contribute/join/pull-request.md)
   
   If your pull request contains incompatible change, you should also add it to 
`docs/docs/en/guide/upgrade/incompatible.md`
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to