提交 0a39f1a4 编写于 作者: G gabry.wu 提交者: Tboy
上级 35675a69
......@@ -186,6 +186,10 @@ public class FetchTaskThread implements Runnable{
continue;
}
if(!checkWorkerGroup(taskInstance, OSUtils.getHost())){
continue;
}
Tenant tenant = processDao.getTenantForProcess(taskInstance.getProcessInstance().getTenantId(),
taskInstance.getProcessDefine().getUserId());
......@@ -203,11 +207,6 @@ public class FetchTaskThread implements Runnable{
logger.info("worker fetch taskId : {} from queue ", taskInstId);
if(!checkWorkerGroup(taskInstance, OSUtils.getHost())){
continue;
}
// local execute path
String execLocalPath = getExecLocalPath();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册