|
@@ -175,6 +175,7 @@ public class FlowProcessServiceImpl implements FlowProcessService {
|
|
|
flowExample.setDefinitionNodeId(nextUserNode.getId());
|
|
|
flowExample.setBusinessId(businessId);
|
|
|
flowExample.setStartData(dto.getData().toJSONString());
|
|
|
+ flowExample.setDefinitionVersion(flowDefinition.getVersionNumber());
|
|
|
|
|
|
flowExampleService.save(flowExample);
|
|
|
flowExampleDetailService.saveBatch(flowExampleDetailList);
|