<specialTag 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://activiti.org/bpmn20" id="review-definitions"> <sequenceFlow id="inFlow" sourceRef="deanApprovementExclusivegateway" targetRef="parallelgateway1"> <conditionExpression xsi:type="tFormalExpression"><![CDATA[${orderApproved == "true"}]]></conditionExpression> </sequenceFlow> <parallelGateway id="parallelGatewayIn" name="Exclusive Gateway"></parallelGateway> <parallelTasksDescription> </parallelTasksDescription> <parallelGateway id="parallelGatewayOut" name="Exclusive Gateway"></parallelGateway> <sequenceFlow id="parallelTOexclusive" sourceRef="parallelgateway2" targetRef="servicesApprovementExclusivegateway"></sequenceFlow> <exclusiveGateway id="gatewayOut" name="Exclusive Gateway"></exclusiveGateway> <sequenceFlow id="reworkFlow" sourceRef="outGateway" targetRef="reworkDocument"> <conditionExpression xsi:type="tFormalExpression"><![CDATA[${orderApproved == "false"}]]></conditionExpression> </sequenceFlow> </specialTag>