Thomas-HuWei commented on issue #15849: URL: https://github.com/apache/dolphinscheduler/issues/15849#issuecomment-2058513873
@ruanwenjun I finally find a simple way to let force success valid in a running workflow instance. If its old task instance is force success, set current taskInstance dryRun and can skip this step and run other steps. Attention that this skip code must before `DefaultTaskExecuteRunnable taskExecuteRunnable =defaultTaskExecuteRunnableFactory.createTaskExecuteRunnable(taskInstance);`  -- 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]
