Skip to content

Commit

Permalink
Update WorkflowExecuteRunnable.java (#16092)
Browse files Browse the repository at this point in the history
Corrected the following issues
#15366
#16010
  • Loading branch information
changxiangshimian authored May 31, 2024
1 parent d8e0178 commit d675c28
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -639,6 +639,7 @@ private int createComplementDataCommand(Date scheduleDate) {
command.setProcessInstanceId(0);
command.setProcessDefinitionVersion(workflowInstance.getProcessDefinitionVersion());
command.setTestFlag(workflowInstance.getTestFlag());
command.setTenantCode(workflowInstance.getTenantCode());
int create = commandService.createCommand(command);
processService.saveCommandTrigger(command.getId(), workflowInstance.getId());
return create;
Expand Down

0 comments on commit d675c28

Please sign in to comment.