Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当流程实例运行时,
我点击停止按钮,
那么当前正在运行的任务将被杀死还是会等待正在执行的任务结束?
版本:1.3.4
你是对的。a stop 会杀死正在运行的任务,而 pause 不会停止正在运行的任务,它会等待正在运行的任务完成