Commit a803ea637149a36e87dcc9cefcdb3cde33abf7b4
1 parent
a783e5ba
修复bug
Showing
2 changed files
with
2 additions
and
1 deletions
trash-ui/src/api/warningInfo.js
trash-workFlow/src/main/java/com/trash/workflow/service/impl/WorkflowServiceImpl.java
| ... | ... | @@ -289,6 +289,7 @@ public class WorkflowServiceImpl implements IWorkflowService { |
| 289 | 289 | map.put("route", index); |
| 290 | 290 | instance = runtimeService.createProcessInstanceBuilder() |
| 291 | 291 | .businessKey(flowType + ":" + caseFile.getId()) |
| 292 | + .name(title) | |
| 292 | 293 | .variable("route", index) |
| 293 | 294 | .processDefinitionKey(flowType) |
| 294 | 295 | .variables(map) | ... | ... |