提交 d037ca49 编写于 作者: G gongzijian

Merge remote-tracking branch 'upstream/dev' into dev

...@@ -7,6 +7,11 @@ ...@@ -7,6 +7,11 @@
.idea .idea
.idea/ .idea/
.idea/* .idea/*
.target
.target/
target/*
*/target
*/target/*
.settings .settings
.nbproject .nbproject
.classpath .classpath
......
...@@ -606,6 +606,7 @@ public class ProcessDao extends AbstractBaseDao { ...@@ -606,6 +606,7 @@ public class ProcessDao extends AbstractBaseDao {
updateTaskInstance(taskInstance); updateTaskInstance(taskInstance);
} }
processInstance.setStartTime(new Date()); processInstance.setStartTime(new Date());
processInstance.setEndTime(null);
processInstance.setRunTimes(runTime +1); processInstance.setRunTimes(runTime +1);
initComplementDataParam(processDefinition, processInstance, cmdParam); initComplementDataParam(processDefinition, processInstance, cmdParam);
break; break;
......
...@@ -5,7 +5,7 @@ worker.exec.threads=100 ...@@ -5,7 +5,7 @@ worker.exec.threads=100
worker.heartbeat.interval=10 worker.heartbeat.interval=10
# submit the number of tasks at a time # submit the number of tasks at a time
worker.fetch.task.num = 10 worker.fetch.task.num = 3
# only less than cpu avg load, worker server can work. default value : the number of cpu cores * 2 # only less than cpu avg load, worker server can work. default value : the number of cpu cores * 2
......
# 后端接口地址 # 后端接口地址
#API_BASE = http://192.168.220.154:12345 API_BASE = http://192.168.220.154:12345
API_BASE = http://192.168.221.188:12345
# 本地开发如需ip访问项目把"#"号去掉 # 本地开发如需ip访问项目把"#"号去掉
#DEV_HOST = 192.168.xx.xx #DEV_HOST = 192.168.xx.xx
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册