apache / dolphinscheduler

Apache DolphinScheduler is the modern data orchestration platform. Agile to create high performance workflow with low-code
https://dolphinscheduler.apache.org/
Apache License 2.0
12.73k stars 4.58k forks source link

[Bug] [Module Name] Bug title #16302

Closed guigui20 closed 2 months ago

guigui20 commented 2 months ago

Search before asking

What happened

image

i want to delete a process,it tells me 'the status of process instance 龟龟-2-20240711030817066 is READY_PAUSE,Cannot perform delete operation.' but i write a 'while True' without ending.So,it is always in ready_pause,i cannot pause it so i can not delete it.

What you expected to happen

help me pause or delete this process

How to reproduce

i dont know

Anything else

No response

Version

dev

Are you willing to submit PR?

Code of Conduct

github-actions[bot] commented 2 months ago

Search before asking

What happened

image

i want to delete a process,it tells me 'the status of process instance 龟龟-2-20240711030817066 is READY_PAUSE,Cannot perform delete operation.' but i write a 'while True' without ending.So,it is always in ready_pause,i cannot pause it so i can not delete it.

What you expected to happen

help me pause or delete this process

How to reproduce

i dont know

Anything else

No response

Version

dev

Are you willing to submit PR?

Code of Conduct

SbloodyS commented 2 months ago

Please using the correct title.

wangxj3 commented 2 months ago

The pause will wait the running task to end,i think you already know this. you want to delete this process instance ,so you don't care about this task .you shoud stop instead of pause ;

ruanwenjun commented 2 months ago

Not all kind of task support pause opearation, most task doenot support pause, this means you need to wait the task finish, then will pause the next task