Steps to reproduce
- Start 2 master services (master1, master2), 2 worker services (worker1, worker2)
- Run the workflow, the process instance runs in master1, and the task runs in worker1
- Stop master1, worker1 services
- After fault tolerance, the process instance runs on master2 and the task runs on worker2. After all tasks are executed successfully, the process instance status is failed
============================================
复现步骤
1.启动2个master服务(master1,master2)、2个worker服务(worker1,worker2)
2.运行工作流,流程实例在master1运行,任务在worker1运行
3.停止master1,worker1服务
4.容错后,流程实例在master2运行,任务在worker2运行,所有任务执行成功后,流程实例状态为失败



Which branch
-[1.3.3-release]