Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue from YouTrack #328

Closed
valb3r opened this issue Dec 17, 2022 · 1 comment
Closed

Issue from YouTrack #328

valb3r opened this issue Dec 17, 2022 · 1 comment
Labels
bpmn:activity bug Something isn't working duplicate This issue or pull request already exists

Comments

@valb3r
Copy link
Owner

valb3r commented Dec 17, 2022

Issue parsing Activity diagram:

<?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="GENERIC" id="Definitions_1" exporter="org.eclipse.bpmn2.modeler.core" exporterVersion="1.4.2.Final-v20171109-1930-B1">   <process id="GENERIC_FILE_FLOW" name="GENERIC_FILE_FLOW" isExecutable="true">     <startEvent id="startevent1" name="Start"></startEvent>     <userTask id="USER" name="USER" activiti:candidateGroups="SPEAKER" activiti:category="7"></userTask>     <endEvent id="endevent1" name="End"></endEvent>     <exclusiveGateway id="actionGatewaySpeaker" name="actionGatewaySpeaker"></exclusiveGateway>     <sequenceFlow id="flow17" sourceRef="USER" targetRef="actionGatewaySpeaker"></sequenceFlow>     <sequenceFlow id="flow106" sourceRef="actionGatewaySpeaker" targetRef="endevent1">       <conditionExpression xsi:type="tFormalExpression"><![CDATA[${action == 'ADMIT'}]]></conditionExpression>     </sequenceFlow>     <sequenceFlow id="flow114" sourceRef="actionGatewaySpeaker" targetRef="USER">       <conditionExpression xsi:type="tFormalExpression"><![CDATA[${action == 'FORWARD'}]]></conditionExpression>     </sequenceFlow>     <sequenceFlow id="flow115" sourceRef="startevent1" targetRef="USER"></sequenceFlow>   </process>   <bpmndi:BPMNDiagram id="BPMNDiagram_GENERIC_FILE_FLOW">     <bpmndi:BPMNPlane bpmnElement="GENERIC_FILE_FLOW" id="BPMNPlane_GENERIC_FILE_FLOW">       <bpmndi:BPMNShape bpmnElement="startevent1" id="BPMNShape_startevent1">         <omgdc:Bounds height="35.0" width="35.0" x="210.0" y="210.0"></omgdc:Bounds>       </bpmndi:BPMNShape>       <bpmndi:BPMNShape bpmnElement="USER" id="BPMNShape_USER">         <omgdc:Bounds height="55.0" width="105.0" x="345.0" y="200.0"></omgdc:Bounds>       </bpmndi:BPMNShape>       <bpmndi:BPMNShape bpmnElement="endevent1" id="BPMNShape_endevent1">         <omgdc:Bounds height="35.0" width="35.0" x="706.0" y="210.0"></omgdc:Bounds>       </bpmndi:BPMNShape>       <bpmndi:BPMNShape bpmnElement="actionGatewaySpeaker" id="BPMNShape_actionGatewaySpeaker">         <omgdc:Bounds height="40.0" width="40.0" x="520.0" y="207.0"></omgdc:Bounds>       </bpmndi:BPMNShape>       <bpmndi:BPMNEdge bpmnElement="flow17" id="BPMNEdge_flow17">         <omgdi:waypoint x="450.0" y="227.0"></omgdi:waypoint>         <omgdi:waypoint x="520.0" y="227.0"></omgdi:waypoint>       </bpmndi:BPMNEdge>       <bpmndi:BPMNEdge bpmnElement="flow106" id="BPMNEdge_flow106">         <omgdi:waypoint x="560.0" y="227.0"></omgdi:waypoint>         <omgdi:waypoint x="706.0" y="227.0"></omgdi:waypoint>       </bpmndi:BPMNEdge>       <bpmndi:BPMNEdge bpmnElement="flow114" id="BPMNEdge_flow114">         <omgdi:waypoint x="540.0" y="247.0"></omgdi:waypoint>         <omgdi:waypoint x="540.0" y="334.0"></omgdi:waypoint>         <omgdi:waypoint x="397.0" y="334.0"></omgdi:waypoint>         <omgdi:waypoint x="397.0" y="255.0"></omgdi:waypoint>       </bpmndi:BPMNEdge>       <bpmndi:BPMNEdge bpmnElement="flow115" id="BPMNEdge_flow115">         <omgdi:waypoint x="245.0" y="227.0"></omgdi:waypoint>         <omgdi:waypoint x="345.0" y="227.0"></omgdi:waypoint>       </bpmndi:BPMNEdge>     </bpmndi:BPMNPlane>   </bpmndi:BPMNDiagram> </definitions>

https://youtrack.jetbrains.com/issue/IDEA-104687/Activiti-BPM-support#focus=Comments-27-6657859.0-0

@valb3r valb3r added bug Something isn't working bpmn:activity labels Dec 17, 2022
@valb3r valb3r added the duplicate This issue or pull request already exists label Jan 17, 2023
@valb3r
Copy link
Owner Author

valb3r commented Jan 17, 2023

Duplicate of #332

@valb3r valb3r marked this as a duplicate of #332 Jan 17, 2023
@valb3r valb3r closed this as completed Jan 17, 2023
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bpmn:activity bug Something isn't working duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

1 participant