activity idea编写bpmn流程文件
生活随笔
收集整理的這篇文章主要介紹了
activity idea编写bpmn流程文件
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
idea 的bpmn插件支持不好,
1、畫流程圖,注意排他網關流程的條件,
2、復制一份xml文件出來,
頭部替換:
<?xml version="1.0" encoding="UTF-8"?> <definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:activiti="http://activiti.org/bpmn"xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:omgdc="http://www.omg.org/spec/DD/20100524/DC"xmlns:omgdi="http://www.omg.org/spec/DD/20100524/DI" typeLanguage="http://www.w3.org/2001/XMLSchema"expressionLanguage="http://www.w3.org/1999/XPath" targetNamespace="http://www.activiti.org/test"><process id="myProcess_1" isClosed="false" isExecutable="true" processType="None">復制代碼3、刪除后面的節點信息
4、復制生產bpmn
5,拖拽一下節點
轉載于:https://juejin.im/post/5c45df84f265da617465217a
總結
以上是生活随笔為你收集整理的activity idea编写bpmn流程文件的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 20220209-CTF MISC-BU
- 下一篇: 20220209-CTF MISC -n