未验证 提交 fccbcc8d 编写于 作者: R Rubik 提交者: GitHub

fix: The constructor has passed in an taskAppId, no need to get from taskAppId. (#1906)

上级 b3b075d9
......@@ -147,9 +147,6 @@ public abstract class AbstractCommandExecutor {
// get process id
int pid = getProcessId(process);
// task instance id
int taskInstId = Integer.parseInt(taskAppId.split("_")[2]);
processDao.updatePidByTaskInstId(taskInstId, pid, "");
logger.info("process start, process id is: {}", pid);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册