lidongdai 5 سال پیش
والد
کامیت
af217278d8
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      escheduler-dao/src/main/java/cn/escheduler/dao/ProcessDao.java

+ 2 - 2
escheduler-dao/src/main/java/cn/escheduler/dao/ProcessDao.java

@@ -1011,11 +1011,11 @@ public class ProcessDao extends AbstractBaseDao {
     }
     }
 
 
     /**
     /**
-     * ${processInstancePriority}_${processInstanceId}_${taskInstancePriority}_${taskId}
+     * ${processInstancePriority}_${processInstanceId}_${taskInstancePriority}_${taskId}_${task executed by ip1},${ip2}...
      *
      *
      * The tasks with the highest priority are selected by comparing the priorities of the above four levels from high to low.
      * The tasks with the highest priority are selected by comparing the priorities of the above four levels from high to low.
      *
      *
-     * 流程实例优先级_流程实例id_任务优先级_任务id       high <- low
+     * 流程实例优先级_流程实例id_任务优先级_任务id_任务执行机器ip1,ip2...          high <- low
      *
      *
      * @param taskInstance
      * @param taskInstance
      * @return
      * @return