在解析数据,自己组装成flowbale bpmn20.xml文件过程中,将该文件进行部署,发现报错:
org.flowable.common.engine.api.FlowableException: Errors while parsing:
[Validation set: 'flowable-executable-process' | Problem: 'flowable-exclusive-gateway-no-outgoing-seq-flow'] : Exclusive gateway has no outgoing sequence flow - [Extra info : processDefinitionId = fdi_484dab6e869a4f718a45551f051caa88 | processDefinitionName = 条件判断1 | | id = sid-c3dec77f-f382-4b34-b7fc-3b2ebd4fda60 | ] ( line: 24, column: 75)
检查了一遍生成的xml文件,一时没看出什么异常,把文件导入到flowable modeler页面中一看,原来前端传过来的数据中多了一个网关。
还是要多验证一下。