|
@@ -65,7 +65,7 @@ public class XmlDataParserUtils {
|
|
|
//新增节点标签ID
|
|
|
// String newUserTaskTagId = "Flow_" + IdUtils.fastSimpleUUID().substring(0,7);
|
|
|
//新增序列流ID
|
|
|
- String newSequenceFlowId = "Flow_" + IdUtils.fastSimpleUUID().substring(0,7);
|
|
|
+ String newSequenceFlowId = "Flow_" + IdUtils.fastUUID();
|
|
|
//新增节点下一节点序列流ID
|
|
|
String sequenceFlowId = null;
|
|
|
//上一节点标签ID
|