Browse Source

Fix comment error in taskZkInfo function (#886)

pull/2/head
taox 5 years ago committed by dailidong
parent
commit
a58ed30167
  1. 4
      escheduler-dao/src/main/java/cn/escheduler/dao/ProcessDao.java

4
escheduler-dao/src/main/java/cn/escheduler/dao/ProcessDao.java

@ -1024,11 +1024,11 @@ public class ProcessDao extends AbstractBaseDao {
} }
/** /**
* ${processInstancePriority}_${processInstanceId}_${taskInstancePriority}_${taskId}_${task executed by ip1},${ip2}... * ${processInstancePriority}_${processInstanceId}_${taskInstancePriority}_${taskInstanceId}_${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_任务执行机器ip1ip2... high <- low * 流程实例优先级_流程实例id_任务优先级_任务实例id_任务执行机器ip1ip2... high <- low
* *
* @param taskInstance * @param taskInstance
* @return * @return

Loading…
Cancel
Save