15810785091 commented on issue #12440: URL: https://github.com/apache/dolphinscheduler/issues/12440#issuecomment-1318437304
first mandatory stop one Workflow <img width="1404" alt="image" src="https://user-images.githubusercontent.com/53160760/202424428-90453dab-9816-479f-b0aa-e3be8b1eea10.png"> <img width="1326" alt="image" src="https://user-images.githubusercontent.com/53160760/202424555-aba31e1a-b639-4ffd-a3f9-43bc6895deaa.png"> select t1.task_code,t1.state,t2.state from t_ds_task_instance t1 left join t_ds_process_instance t2 on t1.process_instance_id = t2.id where t1.task_code='7503085541984' update state=7 Resolve on error -- 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]
