流程手册增加架构图视图选项
This commit is contained in:
parent
8b1b3e7daf
commit
a2c3f4bbd6
Binary file not shown.
@ -140,6 +140,10 @@ public class Report1Gener {
|
||||
if (repositoryId == null || "".equals(repositoryId)) {
|
||||
continue;
|
||||
}
|
||||
PALRepositoryModel repositoryModel1 = PALRepositoryCache.getCache().get(repositoryId);
|
||||
if(repositoryModel1.getMethodId().equals("process.framework")){
|
||||
continue;
|
||||
}
|
||||
PALRepositoryModel model = PALRepositoryQueryAPIManager.getInstance().queryPalRepositoryModelByPalId(repositoryId);
|
||||
if (model != null) {
|
||||
//获取文件扩展属性
|
||||
|
||||
@ -28,7 +28,7 @@ import com.alibaba.fastjson.JSONArray;
|
||||
import com.alibaba.fastjson.JSONObject;
|
||||
|
||||
public class PrReportComment {
|
||||
public static String TARGET_METHOD_SCOPE = "process.bpmn2,process.epc,process.flowchart";
|
||||
public static String TARGET_METHOD_SCOPE = "process.bpmn2,process.epc,process.flowchart,process.framework";
|
||||
public static String PROCESS_STEP = "userTask,serviceTask,manualTask,receiveTask,sendTask,scriptTask,businessRuleTask,callActivityCallingProcess,method,process,predefinedProcess,decision";
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user