Skip to content

Commit

Permalink
[BUG][#888]repair the imported workflow timer is online and ineffecti…
Browse files Browse the repository at this point in the history
…ve (#890)

(导入工作流定时器状态为上线,不起效果)
  • Loading branch information
chongchongzi authored and qiaozhanwei committed Sep 26, 2019
1 parent c0912bd commit dde5cb2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ public void exportProcessDefinitionById(User loginUser, String projectName, Inte
row.put("scheduleEndTime", schedule.getEndTime());
row.put("scheduleCrontab", schedule.getCrontab());
row.put("scheduleFailureStrategy", schedule.getFailureStrategy());
row.put("scheduleReleaseState", schedule.getReleaseState());
row.put("scheduleReleaseState", ReleaseState.OFFLINE);
row.put("scheduleProcessInstancePriority", schedule.getProcessInstancePriority());
if(schedule.getId() == -1){
row.put("scheduleWorkerGroupId", -1);
Expand Down

0 comments on commit dde5cb2

Please sign in to comment.