fix: The constructor has passed in an taskAppId, no need to get from taskAppId. (#1906)
This commit is contained in:
parent
b3b075d915
commit
fccbcc8d7d
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue