Browse Source

新增代码创建流程图代码并导入设计器

赵冬冬 3 years ago
parent
commit
f3a4b4da8b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -8,9 +8,9 @@ spring boot 1.5.8整合Activiti6.0及其Activiti-modeler
 4、建好数据库即可,表由Activiti自动创建。
 
 #流程渲染
-http://localhost:8081/diagram-viewer/index.html?processDefinitionId=my-process:1:5004
+    http://localhost:8081/diagram-viewer/index.html?processDefinitionId=my-process:1:5004
 #运行时流程渲染
-http://localhost:8081/diagram-viewer/index.html?processDefinitionId=assets_scrap:2:20015&processInstanceId=55019
+    http://localhost:8081/diagram-viewer/index.html?processDefinitionId=assets_scrap:2:20015&processInstanceId=55019
 
 ![流程实例列表.png](src/main/resources/static/img/流程实例列表.png)