zhang-arvin opened a new pull request, #18606: URL: https://github.com/apache/dolphinscheduler/pull/18606
Fixes #18604: When a failed workflow is recovered, tasks that were manually set to forced success get their status changed from FORCED_SUCCESS to SUCCESS. ### Root Cause TaskForceSuccessStateAction inherited persistentTaskInstanceSuccessEventToDB from TaskSuccessStateAction, which always sets status to SUCCESS. ### Fix Overrode persistentTaskInstanceSuccessEventToDB in TaskForceSuccessStateAction to persist FORCED_SUCCESS status instead of SUCCESS. -- 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]
