Skip to content

Commit

Permalink
Update WorkflowExecuteRunnable.java
Browse files Browse the repository at this point in the history
Corrected the following issues
apache#15366
apache#16010
  • Loading branch information
changxiangshimian authored May 30, 2024
1 parent ac1eaca commit a940b87
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 a940b87

Please sign in to comment.