eye-gu commented on issue #18338: URL: https://github.com/apache/dolphinscheduler/issues/18338#issuecomment-4681872654
@SbloodyS Even when the TaskGroup slot becomes available, the task will remain SUBMITTED_SUCCESS forever and the workflow will remain READY_PAUSE forever. This is because notifyWaitingTaskInstance rejects notification when the workflow is not in RUNNING_EXECUTION state. So this is actually a bug, not just an improvement. -- 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]
