当前位置:网站首页>15 inclusivegateway and eventgateway of flowable gateway

15 inclusivegateway and eventgateway of flowable gateway

2022-06-13 05:34:00 dream21st

1 Inclusive gateway InclusiveGateWay

 

The containment gateway is applicable to the scenario of multiple branches that meet the conditions . When the task arrives at the containment gateway , Judge whether the conditions are met , When the conditions are met , The corresponding branch task will be reached . Let's use the following example to explain this problem , Define process instances inclusiveGateway.bpmn20.xml, The process definition is as follows :

<?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:xsd="http://www.w3.org/2001/XMLSchema" 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="inclusiveGat
原网站

版权声明
本文为[dream21st]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/02/202202280509432000.html