Skip to content

Instantly share code, notes, and snippets.

@tsurdilo
Created July 26, 2018 17:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tsurdilo/98d5fffc0489b5c9ce0b234eb9d2f1fa to your computer and use it in GitHub Desktop.
Save tsurdilo/98d5fffc0489b5c9ce0b234eb9d2f1fa to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.omg.org/bpmn20" xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:bpsim="http://www.bpsim.org/schemas/1.0" xmlns:color="http://www.omg.org/spec/BPMN/non-normative/color" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:drools="http://www.jboss.org/drools" id="_SCs3oJEWEeiAsu3aZ7BnoQ" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd http://www.jboss.org/drools drools.xsd http://www.bpsim.org/schemas/1.0 bpsim.xsd" exporter="jBPM Designer" exporterVersion="1.0" expressionLanguage="http://www.mvel.org/2.0" targetNamespace="http://www.omg.org/bpmn20" typeLanguage="http://www.java.com/javaTypes">
<bpmn2:itemDefinition id="_myIssuesListItem" structureRef="java.util.List"/>
<bpmn2:itemDefinition id="_mySlackMessageItem" structureRef="String"/>
<bpmn2:itemDefinition id="__4849E9D9-17F4-495A-B413-44D6D5EBC72F_TaskNameInputXItem" structureRef="String"/>
<bpmn2:itemDefinition id="__4849E9D9-17F4-495A-B413-44D6D5EBC72F_IssuesStateInputXItem" structureRef="String"/>
<bpmn2:itemDefinition id="__4849E9D9-17F4-495A-B413-44D6D5EBC72F_RepoNameInputXItem" structureRef="String"/>
<bpmn2:itemDefinition id="__4849E9D9-17F4-495A-B413-44D6D5EBC72F_UserInputXItem" structureRef="String"/>
<bpmn2:itemDefinition id="__4849E9D9-17F4-495A-B413-44D6D5EBC72F_IssuesListOutputXItem" structureRef="String"/>
<bpmn2:itemDefinition id="__9C5AA196-A987-4977-9572-570999100E6B_TaskNameInputXItem" structureRef="String"/>
<bpmn2:itemDefinition id="__9C5AA196-A987-4977-9572-570999100E6B_MessageInputXItem" structureRef="String"/>
<bpmn2:itemDefinition id="__9C5AA196-A987-4977-9572-570999100E6B_ChannelNameInputXItem" structureRef="String"/>
<bpmn2:process id="com.myspace.slackworkitemproject.getmyopenissuesandsendreminder" drools:packageName="com.myspace.slackworkitemproject" drools:version="1.0" name="getmyopenissuesandsendreminder" isExecutable="true">
<bpmn2:extensionElements>
<drools:import name="org.eclipse.egit.github.core.Issue"/>
</bpmn2:extensionElements>
<bpmn2:property id="myIssuesList" itemSubjectRef="_myIssuesListItem"/>
<bpmn2:property id="mySlackMessage" itemSubjectRef="_mySlackMessageItem"/>
<bpmn2:startEvent id="processStartEvent" drools:selectable="true" color:background-color="#9acd32" color:border-color="#000000" color:color="#000000" name="Start">
<bpmn2:extensionElements>
<drools:metaData name="elementname">
<drools:metaValue><![CDATA[Start]]></drools:metaValue>
</drools:metaData>
</bpmn2:extensionElements>
<bpmn2:outgoing>_E082A9D1-A18B-429C-9852-63F395B3327D</bpmn2:outgoing>
</bpmn2:startEvent>
<bpmn2:task id="_4849E9D9-17F4-495A-B413-44D6D5EBC72F" drools:selectable="true" drools:taskName="GithubFetchIssues" color:background-color="#fafad2" color:border-color="#000000" color:color="#000000" name="GithubFetchIssues">
<bpmn2:documentation id="_SCs3oZEWEeiAsu3aZ7BnoQ"><![CDATA[github-workitem/index.html]]></bpmn2:documentation>
<bpmn2:extensionElements>
<drools:metaData name="elementname">
<drools:metaValue><![CDATA[GithubFetchIssues]]></drools:metaValue>
</drools:metaData>
</bpmn2:extensionElements>
<bpmn2:incoming>_E082A9D1-A18B-429C-9852-63F395B3327D</bpmn2:incoming>
<bpmn2:outgoing>_DC666A71-DD3D-4B9D-8294-EF7F3A72C9A2</bpmn2:outgoing>
<bpmn2:ioSpecification id="_SCs3opEWEeiAsu3aZ7BnoQ">
<bpmn2:dataInput id="_4849E9D9-17F4-495A-B413-44D6D5EBC72F_TaskNameInputX" drools:dtype="String" itemSubjectRef="__4849E9D9-17F4-495A-B413-44D6D5EBC72F_TaskNameInputXItem" name="TaskName"/>
<bpmn2:dataInput id="_4849E9D9-17F4-495A-B413-44D6D5EBC72F_IssuesStateInputX" drools:dtype="String" itemSubjectRef="__4849E9D9-17F4-495A-B413-44D6D5EBC72F_IssuesStateInputXItem" name="IssuesState"/>
<bpmn2:dataInput id="_4849E9D9-17F4-495A-B413-44D6D5EBC72F_RepoNameInputX" drools:dtype="String" itemSubjectRef="__4849E9D9-17F4-495A-B413-44D6D5EBC72F_RepoNameInputXItem" name="RepoName"/>
<bpmn2:dataInput id="_4849E9D9-17F4-495A-B413-44D6D5EBC72F_UserInputX" drools:dtype="String" itemSubjectRef="__4849E9D9-17F4-495A-B413-44D6D5EBC72F_UserInputXItem" name="User"/>
<bpmn2:dataOutput id="_4849E9D9-17F4-495A-B413-44D6D5EBC72F_IssuesListOutputX" drools:dtype="String" itemSubjectRef="__4849E9D9-17F4-495A-B413-44D6D5EBC72F_IssuesListOutputXItem" name="IssuesList"/>
<bpmn2:inputSet id="_SCs3o5EWEeiAsu3aZ7BnoQ">
<bpmn2:dataInputRefs>_4849E9D9-17F4-495A-B413-44D6D5EBC72F_IssuesStateInputX</bpmn2:dataInputRefs>
<bpmn2:dataInputRefs>_4849E9D9-17F4-495A-B413-44D6D5EBC72F_RepoNameInputX</bpmn2:dataInputRefs>
<bpmn2:dataInputRefs>_4849E9D9-17F4-495A-B413-44D6D5EBC72F_UserInputX</bpmn2:dataInputRefs>
<bpmn2:dataInputRefs>_4849E9D9-17F4-495A-B413-44D6D5EBC72F_TaskNameInputX</bpmn2:dataInputRefs>
</bpmn2:inputSet>
<bpmn2:outputSet id="_SCs3pJEWEeiAsu3aZ7BnoQ">
<bpmn2:dataOutputRefs>_4849E9D9-17F4-495A-B413-44D6D5EBC72F_IssuesListOutputX</bpmn2:dataOutputRefs>
</bpmn2:outputSet>
</bpmn2:ioSpecification>
<bpmn2:dataInputAssociation id="_SCs3pZEWEeiAsu3aZ7BnoQ">
<bpmn2:targetRef>_4849E9D9-17F4-495A-B413-44D6D5EBC72F_TaskNameInputX</bpmn2:targetRef>
<bpmn2:assignment id="_SCs3ppEWEeiAsu3aZ7BnoQ">
<bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_SCs3p5EWEeiAsu3aZ7BnoQ"><![CDATA[GithubFetchIssues]]></bpmn2:from>
<bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_SCs3qJEWEeiAsu3aZ7BnoQ">_4849E9D9-17F4-495A-B413-44D6D5EBC72F_TaskNameInputX</bpmn2:to>
</bpmn2:assignment>
</bpmn2:dataInputAssociation>
<bpmn2:dataInputAssociation id="_SCs3qZEWEeiAsu3aZ7BnoQ">
<bpmn2:targetRef>_4849E9D9-17F4-495A-B413-44D6D5EBC72F_IssuesStateInputX</bpmn2:targetRef>
<bpmn2:assignment id="_SCs3qpEWEeiAsu3aZ7BnoQ">
<bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_SCs3q5EWEeiAsu3aZ7BnoQ"><![CDATA[open]]></bpmn2:from>
<bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_SCs3rJEWEeiAsu3aZ7BnoQ">_4849E9D9-17F4-495A-B413-44D6D5EBC72F_IssuesStateInputX</bpmn2:to>
</bpmn2:assignment>
</bpmn2:dataInputAssociation>
<bpmn2:dataInputAssociation id="_SCs3rZEWEeiAsu3aZ7BnoQ">
<bpmn2:targetRef>_4849E9D9-17F4-495A-B413-44D6D5EBC72F_RepoNameInputX</bpmn2:targetRef>
<bpmn2:assignment id="_SCs3rpEWEeiAsu3aZ7BnoQ">
<bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_SCs3r5EWEeiAsu3aZ7BnoQ"><![CDATA[testrepo]]></bpmn2:from>
<bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_SCs3sJEWEeiAsu3aZ7BnoQ">_4849E9D9-17F4-495A-B413-44D6D5EBC72F_RepoNameInputX</bpmn2:to>
</bpmn2:assignment>
</bpmn2:dataInputAssociation>
<bpmn2:dataInputAssociation id="_SCs3sZEWEeiAsu3aZ7BnoQ">
<bpmn2:targetRef>_4849E9D9-17F4-495A-B413-44D6D5EBC72F_UserInputX</bpmn2:targetRef>
<bpmn2:assignment id="_SCs3spEWEeiAsu3aZ7BnoQ">
<bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_SCs3s5EWEeiAsu3aZ7BnoQ"><![CDATA[tsurdilo]]></bpmn2:from>
<bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_SCs3tJEWEeiAsu3aZ7BnoQ">_4849E9D9-17F4-495A-B413-44D6D5EBC72F_UserInputX</bpmn2:to>
</bpmn2:assignment>
</bpmn2:dataInputAssociation>
<bpmn2:dataOutputAssociation id="_SCs3tZEWEeiAsu3aZ7BnoQ">
<bpmn2:sourceRef>_4849E9D9-17F4-495A-B413-44D6D5EBC72F_IssuesListOutputX</bpmn2:sourceRef>
<bpmn2:targetRef>myIssuesList</bpmn2:targetRef>
</bpmn2:dataOutputAssociation>
</bpmn2:task>
<bpmn2:sequenceFlow id="_E082A9D1-A18B-429C-9852-63F395B3327D" drools:selectable="true" color:background-color="#000000" color:border-color="#000000" color:color="#000000" sourceRef="processStartEvent" targetRef="_4849E9D9-17F4-495A-B413-44D6D5EBC72F"/>
<bpmn2:scriptTask id="_089973A8-1E0C-48B7-BF0E-F18D3356398E" drools:selectable="true" color:background-color="#fafad2" color:border-color="#000000" color:color="#000000" name="Prepare Issues Message" scriptFormat="http://www.java.com/java">
<bpmn2:extensionElements>
<drools:metaData name="elementname">
<drools:metaValue><![CDATA[Prepare Issues Message]]></drools:metaValue>
</drools:metaData>
</bpmn2:extensionElements>
<bpmn2:incoming>_DC666A71-DD3D-4B9D-8294-EF7F3A72C9A2</bpmn2:incoming>
<bpmn2:outgoing>_91A66654-FFDA-49C4-AB18-8FE109D84762</bpmn2:outgoing>
<bpmn2:script><![CDATA[java.util.List<org.eclipse.egit.github.core.Issue> issuesList = (java.util.List<org.eclipse.egit.github.core.Issue>) kcontext.getVariable("myIssuesList");
System.out.println("LIST: " + issuesList);
java.lang.String myMessage = "You have Open GitHub issues: ";
for(int i = 0; i < issuesList.size(); i++) {
myMessage = myMessage + "\n#" + (i+1) + ": " + issuesList.get(i).getTitle() + " URL: " + issuesList.get(i).getUrl();
}
kcontext.setVariable("mySlackMessage", myMessage);]]></bpmn2:script>
</bpmn2:scriptTask>
<bpmn2:task id="_9C5AA196-A987-4977-9572-570999100E6B" drools:selectable="true" drools:taskName="SlackPostMessageToChannel" color:background-color="#fafad2" color:border-color="#000000" color:color="#000000" name="SlackPostMessageToChannel">
<bpmn2:documentation id="_SCs3tpEWEeiAsu3aZ7BnoQ"><![CDATA[slack-workitem/index.html]]></bpmn2:documentation>
<bpmn2:extensionElements>
<drools:metaData name="elementname">
<drools:metaValue><![CDATA[SlackPostMessageToChannel]]></drools:metaValue>
</drools:metaData>
</bpmn2:extensionElements>
<bpmn2:incoming>_91A66654-FFDA-49C4-AB18-8FE109D84762</bpmn2:incoming>
<bpmn2:outgoing>_AECCD2F6-BC07-4E0F-83B7-69AA95479630</bpmn2:outgoing>
<bpmn2:ioSpecification id="_SCs3t5EWEeiAsu3aZ7BnoQ">
<bpmn2:dataInput id="_9C5AA196-A987-4977-9572-570999100E6B_TaskNameInputX" drools:dtype="String" itemSubjectRef="__9C5AA196-A987-4977-9572-570999100E6B_TaskNameInputXItem" name="TaskName"/>
<bpmn2:dataInput id="_9C5AA196-A987-4977-9572-570999100E6B_MessageInputX" drools:dtype="String" itemSubjectRef="__9C5AA196-A987-4977-9572-570999100E6B_MessageInputXItem" name="Message"/>
<bpmn2:dataInput id="_9C5AA196-A987-4977-9572-570999100E6B_ChannelNameInputX" drools:dtype="String" itemSubjectRef="__9C5AA196-A987-4977-9572-570999100E6B_ChannelNameInputXItem" name="ChannelName"/>
<bpmn2:inputSet id="_SCs3uJEWEeiAsu3aZ7BnoQ">
<bpmn2:dataInputRefs>_9C5AA196-A987-4977-9572-570999100E6B_MessageInputX</bpmn2:dataInputRefs>
<bpmn2:dataInputRefs>_9C5AA196-A987-4977-9572-570999100E6B_ChannelNameInputX</bpmn2:dataInputRefs>
<bpmn2:dataInputRefs>_9C5AA196-A987-4977-9572-570999100E6B_TaskNameInputX</bpmn2:dataInputRefs>
</bpmn2:inputSet>
<bpmn2:outputSet id="_SCs3uZEWEeiAsu3aZ7BnoQ"/>
</bpmn2:ioSpecification>
<bpmn2:dataInputAssociation id="_SCs3upEWEeiAsu3aZ7BnoQ">
<bpmn2:targetRef>_9C5AA196-A987-4977-9572-570999100E6B_TaskNameInputX</bpmn2:targetRef>
<bpmn2:assignment id="_SCs3u5EWEeiAsu3aZ7BnoQ">
<bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_SCs3vJEWEeiAsu3aZ7BnoQ"><![CDATA[SlackPostMessageToChannel]]></bpmn2:from>
<bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_SCs3vZEWEeiAsu3aZ7BnoQ">_9C5AA196-A987-4977-9572-570999100E6B_TaskNameInputX</bpmn2:to>
</bpmn2:assignment>
</bpmn2:dataInputAssociation>
<bpmn2:dataInputAssociation id="_SCs3vpEWEeiAsu3aZ7BnoQ">
<bpmn2:sourceRef>mySlackMessage</bpmn2:sourceRef>
<bpmn2:targetRef>_9C5AA196-A987-4977-9572-570999100E6B_MessageInputX</bpmn2:targetRef>
</bpmn2:dataInputAssociation>
<bpmn2:dataInputAssociation id="_SCs3v5EWEeiAsu3aZ7BnoQ">
<bpmn2:targetRef>_9C5AA196-A987-4977-9572-570999100E6B_ChannelNameInputX</bpmn2:targetRef>
<bpmn2:assignment id="_SCs3wJEWEeiAsu3aZ7BnoQ">
<bpmn2:from xsi:type="bpmn2:tFormalExpression" id="_SCs3wZEWEeiAsu3aZ7BnoQ"><![CDATA[general]]></bpmn2:from>
<bpmn2:to xsi:type="bpmn2:tFormalExpression" id="_SCs3wpEWEeiAsu3aZ7BnoQ">_9C5AA196-A987-4977-9572-570999100E6B_ChannelNameInputX</bpmn2:to>
</bpmn2:assignment>
</bpmn2:dataInputAssociation>
</bpmn2:task>
<bpmn2:endEvent id="_406684F7-7809-427B-AC88-393FAAFA0799" drools:selectable="true" color:background-color="#ff6347" color:border-color="#000000" color:color="#000000" name="End">
<bpmn2:extensionElements>
<drools:metaData name="elementname">
<drools:metaValue><![CDATA[End]]></drools:metaValue>
</drools:metaData>
</bpmn2:extensionElements>
<bpmn2:incoming>_AECCD2F6-BC07-4E0F-83B7-69AA95479630</bpmn2:incoming>
</bpmn2:endEvent>
<bpmn2:sequenceFlow id="_AECCD2F6-BC07-4E0F-83B7-69AA95479630" drools:selectable="true" color:background-color="#000000" color:border-color="#000000" color:color="#000000" sourceRef="_9C5AA196-A987-4977-9572-570999100E6B" targetRef="_406684F7-7809-427B-AC88-393FAAFA0799"/>
<bpmn2:sequenceFlow id="_DC666A71-DD3D-4B9D-8294-EF7F3A72C9A2" drools:selectable="true" color:background-color="#000000" color:border-color="#000000" color:color="#000000" sourceRef="_4849E9D9-17F4-495A-B413-44D6D5EBC72F" targetRef="_089973A8-1E0C-48B7-BF0E-F18D3356398E"/>
<bpmn2:sequenceFlow id="_91A66654-FFDA-49C4-AB18-8FE109D84762" drools:selectable="true" color:background-color="#000000" color:border-color="#000000" color:color="#000000" sourceRef="_089973A8-1E0C-48B7-BF0E-F18D3356398E" targetRef="_9C5AA196-A987-4977-9572-570999100E6B"/>
<bpmn2:textAnnotation id="_EB95DE34-ADC0-435F-A99C-3F106C8F0944" drools:selectable="true" color:background-color="" color:border-color="#000000" color:color="#000000">
<bpmn2:extensionElements>
<drools:metaData name="elementname">
<drools:metaValue><![CDATA[Fetch all issues for testrepo]]></drools:metaValue>
</drools:metaData>
</bpmn2:extensionElements>
<bpmn2:text>Fetch all issues for testrepo</bpmn2:text>
</bpmn2:textAnnotation>
<bpmn2:textAnnotation id="_8A64ADC2-E658-465C-B44E-DD0445D2463C" drools:selectable="true" color:background-color="" color:border-color="#000000" color:color="#000000">
<bpmn2:extensionElements>
<drools:metaData name="elementname">
<drools:metaValue><![CDATA[Iterate through Issues and create Slack Message]]></drools:metaValue>
</drools:metaData>
</bpmn2:extensionElements>
<bpmn2:text>Iterate through Issues and create Slack Message</bpmn2:text>
</bpmn2:textAnnotation>
<bpmn2:textAnnotation id="_CB451879-D2F9-472C-B5B3-47A09BF61928" drools:selectable="true" color:background-color="" color:border-color="#000000" color:color="#000000">
<bpmn2:extensionElements>
<drools:metaData name="elementname">
<drools:metaValue><![CDATA[Post Message to Slack channel]]></drools:metaValue>
</drools:metaData>
</bpmn2:extensionElements>
<bpmn2:text>Post Message to Slack channel</bpmn2:text>
</bpmn2:textAnnotation>
<bpmn2:association id="_C34BC39E-DC6E-44CA-A7D1-7DE9E8E8CE75" drools:selectable="true" drools:type="none" color:background-color="" color:border-color="#000000" color:color="" sourceRef="_4849E9D9-17F4-495A-B413-44D6D5EBC72F" targetRef="_EB95DE34-ADC0-435F-A99C-3F106C8F0944"/>
<bpmn2:association id="_2390647F-69EB-4B9D-9EAA-5B9C5D3611EA" drools:selectable="true" drools:type="none" color:background-color="" color:border-color="#000000" color:color="" sourceRef="_089973A8-1E0C-48B7-BF0E-F18D3356398E" targetRef="_8A64ADC2-E658-465C-B44E-DD0445D2463C"/>
<bpmn2:association id="_D5957EF9-1AF2-4B9F-A187-EFFA8F4DAA56" drools:selectable="true" drools:type="none" color:background-color="" color:border-color="#000000" color:color="" sourceRef="_9C5AA196-A987-4977-9572-570999100E6B" targetRef="_CB451879-D2F9-472C-B5B3-47A09BF61928"/>
</bpmn2:process>
<bpmndi:BPMNDiagram id="_SCs3w5EWEeiAsu3aZ7BnoQ">
<bpmndi:BPMNPlane id="_SCs3xJEWEeiAsu3aZ7BnoQ" bpmnElement="com.myspace.slackworkitemproject.getmyopenissuesandsendreminder">
<bpmndi:BPMNShape id="_SCs3xZEWEeiAsu3aZ7BnoQ" bpmnElement="processStartEvent">
<dc:Bounds height="30.0" width="30.0" x="120.0" y="165.0"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="_SCs3xpEWEeiAsu3aZ7BnoQ" bpmnElement="_4849E9D9-17F4-495A-B413-44D6D5EBC72F">
<dc:Bounds height="80.0" width="100.0" x="221.0" y="140.0"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="_SCs3x5EWEeiAsu3aZ7BnoQ" bpmnElement="_089973A8-1E0C-48B7-BF0E-F18D3356398E">
<dc:Bounds height="80.0" width="100.0" x="480.0" y="140.0"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="_SCs3yJEWEeiAsu3aZ7BnoQ" bpmnElement="_9C5AA196-A987-4977-9572-570999100E6B">
<dc:Bounds height="80.0" width="100.0" x="690.0" y="136.0"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="_SCs3yZEWEeiAsu3aZ7BnoQ" bpmnElement="_406684F7-7809-427B-AC88-393FAAFA0799">
<dc:Bounds height="28.0" width="28.0" x="945.0" y="166.0"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="_SCs3ypEWEeiAsu3aZ7BnoQ" bpmnElement="_EB95DE34-ADC0-435F-A99C-3F106C8F0944">
<dc:Bounds height="50.0" width="100.0" x="315.0" y="45.0"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="_SCs3y5EWEeiAsu3aZ7BnoQ" bpmnElement="_8A64ADC2-E658-465C-B44E-DD0445D2463C">
<dc:Bounds height="50.0" width="100.0" x="570.0" y="45.0"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="_SCs3zJEWEeiAsu3aZ7BnoQ" bpmnElement="_CB451879-D2F9-472C-B5B3-47A09BF61928">
<dc:Bounds height="50.0" width="100.0" x="820.0" y="56.0"/>
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="_SCs3zZEWEeiAsu3aZ7BnoQ" bpmnElement="_E082A9D1-A18B-429C-9852-63F395B3327D" sourceElement="_SCs3xZEWEeiAsu3aZ7BnoQ" targetElement="_SCs3xpEWEeiAsu3aZ7BnoQ">
<di:waypoint xsi:type="dc:Point" x="135.0" y="180.0"/>
<di:waypoint xsi:type="dc:Point" x="271.0" y="180.0"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="_SCs3zpEWEeiAsu3aZ7BnoQ" bpmnElement="_AECCD2F6-BC07-4E0F-83B7-69AA95479630" sourceElement="_SCs3yJEWEeiAsu3aZ7BnoQ" targetElement="_SCs3yZEWEeiAsu3aZ7BnoQ">
<di:waypoint xsi:type="dc:Point" x="740.0" y="176.0"/>
<di:waypoint xsi:type="dc:Point" x="959.0" y="180.0"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="_SCs3z5EWEeiAsu3aZ7BnoQ" bpmnElement="_DC666A71-DD3D-4B9D-8294-EF7F3A72C9A2" sourceElement="_SCs3xpEWEeiAsu3aZ7BnoQ" targetElement="_SCs3x5EWEeiAsu3aZ7BnoQ">
<di:waypoint xsi:type="dc:Point" x="271.0" y="180.0"/>
<di:waypoint xsi:type="dc:Point" x="530.0" y="180.0"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="_SCs30JEWEeiAsu3aZ7BnoQ" bpmnElement="_91A66654-FFDA-49C4-AB18-8FE109D84762" sourceElement="_SCs3x5EWEeiAsu3aZ7BnoQ" targetElement="_SCs3yJEWEeiAsu3aZ7BnoQ">
<di:waypoint xsi:type="dc:Point" x="530.0" y="180.0"/>
<di:waypoint xsi:type="dc:Point" x="740.0" y="176.0"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="_SCs30ZEWEeiAsu3aZ7BnoQ" bpmnElement="_C34BC39E-DC6E-44CA-A7D1-7DE9E8E8CE75">
<di:waypoint xsi:type="dc:Point" x="271.0" y="180.0"/>
<di:waypoint xsi:type="dc:Point" x="365.0" y="70.0"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="_SCs30pEWEeiAsu3aZ7BnoQ" bpmnElement="_2390647F-69EB-4B9D-9EAA-5B9C5D3611EA">
<di:waypoint xsi:type="dc:Point" x="530.0" y="180.0"/>
<di:waypoint xsi:type="dc:Point" x="620.0" y="70.0"/>
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="_SCs305EWEeiAsu3aZ7BnoQ" bpmnElement="_D5957EF9-1AF2-4B9F-A187-EFFA8F4DAA56">
<di:waypoint xsi:type="dc:Point" x="740.0" y="176.0"/>
<di:waypoint xsi:type="dc:Point" x="870.0" y="81.0"/>
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
<bpmn2:relationship id="_SCs31JEWEeiAsu3aZ7BnoQ" type="BPSimData">
<bpmn2:extensionElements>
<bpsim:BPSimData>
<bpsim:Scenario xsi:type="bpsim:Scenario" id="default" name="Simulationscenario">
<bpsim:ScenarioParameters xsi:type="bpsim:ScenarioParameters" baseTimeUnit="min"/>
<bpsim:ElementParameters xsi:type="bpsim:ElementParameters" elementRef="_406684F7-7809-427B-AC88-393FAAFA0799" id="_SCs31ZEWEeiAsu3aZ7BnoQ">
<bpsim:TimeParameters xsi:type="bpsim:TimeParameters">
<bpsim:ProcessingTime xsi:type="bpsim:Parameter">
<bpsim:UniformDistribution max="10.0" min="5.0"/>
</bpsim:ProcessingTime>
</bpsim:TimeParameters>
</bpsim:ElementParameters>
<bpsim:ElementParameters xsi:type="bpsim:ElementParameters" elementRef="_E082A9D1-A18B-429C-9852-63F395B3327D" id="_SCs31pEWEeiAsu3aZ7BnoQ">
<bpsim:ControlParameters xsi:type="bpsim:ControlParameters">
<bpsim:Probability xsi:type="bpsim:Parameter">
<bpsim:FloatingParameter value="100.0"/>
</bpsim:Probability>
</bpsim:ControlParameters>
</bpsim:ElementParameters>
<bpsim:ElementParameters xsi:type="bpsim:ElementParameters" elementRef="_089973A8-1E0C-48B7-BF0E-F18D3356398E" id="_SCs315EWEeiAsu3aZ7BnoQ">
<bpsim:TimeParameters xsi:type="bpsim:TimeParameters">
<bpsim:ProcessingTime xsi:type="bpsim:Parameter">
<bpsim:UniformDistribution max="10.0" min="5.0"/>
</bpsim:ProcessingTime>
</bpsim:TimeParameters>
<bpsim:CostParameters xsi:type="bpsim:CostParameters">
<bpsim:UnitCost xsi:type="bpsim:Parameter">
<bpsim:FloatingParameter value="0.0"/>
</bpsim:UnitCost>
</bpsim:CostParameters>
</bpsim:ElementParameters>
<bpsim:ElementParameters xsi:type="bpsim:ElementParameters" elementRef="_DC666A71-DD3D-4B9D-8294-EF7F3A72C9A2" id="_SCs32JEWEeiAsu3aZ7BnoQ">
<bpsim:ControlParameters xsi:type="bpsim:ControlParameters">
<bpsim:Probability xsi:type="bpsim:Parameter">
<bpsim:FloatingParameter value="100.0"/>
</bpsim:Probability>
</bpsim:ControlParameters>
</bpsim:ElementParameters>
<bpsim:ElementParameters xsi:type="bpsim:ElementParameters" elementRef="_AECCD2F6-BC07-4E0F-83B7-69AA95479630" id="_SCs32ZEWEeiAsu3aZ7BnoQ">
<bpsim:ControlParameters xsi:type="bpsim:ControlParameters">
<bpsim:Probability xsi:type="bpsim:Parameter">
<bpsim:FloatingParameter value="100.0"/>
</bpsim:Probability>
</bpsim:ControlParameters>
</bpsim:ElementParameters>
<bpsim:ElementParameters xsi:type="bpsim:ElementParameters" elementRef="processStartEvent" id="_SCs32pEWEeiAsu3aZ7BnoQ">
<bpsim:TimeParameters xsi:type="bpsim:TimeParameters">
<bpsim:ProcessingTime xsi:type="bpsim:Parameter">
<bpsim:UniformDistribution max="10.0" min="5.0"/>
</bpsim:ProcessingTime>
</bpsim:TimeParameters>
<bpsim:ControlParameters xsi:type="bpsim:ControlParameters">
<bpsim:Probability xsi:type="bpsim:Parameter">
<bpsim:FloatingParameter value="100.0"/>
</bpsim:Probability>
</bpsim:ControlParameters>
</bpsim:ElementParameters>
<bpsim:ElementParameters xsi:type="bpsim:ElementParameters" elementRef="_9C5AA196-A987-4977-9572-570999100E6B" id="_SCs325EWEeiAsu3aZ7BnoQ">
<bpsim:TimeParameters xsi:type="bpsim:TimeParameters">
<bpsim:ProcessingTime xsi:type="bpsim:Parameter">
<bpsim:UniformDistribution max="10.0" min="5.0"/>
</bpsim:ProcessingTime>
</bpsim:TimeParameters>
<bpsim:CostParameters xsi:type="bpsim:CostParameters">
<bpsim:UnitCost xsi:type="bpsim:Parameter">
<bpsim:FloatingParameter value="0.0"/>
</bpsim:UnitCost>
</bpsim:CostParameters>
</bpsim:ElementParameters>
<bpsim:ElementParameters xsi:type="bpsim:ElementParameters" elementRef="_91A66654-FFDA-49C4-AB18-8FE109D84762" id="_SCs33JEWEeiAsu3aZ7BnoQ">
<bpsim:ControlParameters xsi:type="bpsim:ControlParameters">
<bpsim:Probability xsi:type="bpsim:Parameter">
<bpsim:FloatingParameter value="100.0"/>
</bpsim:Probability>
</bpsim:ControlParameters>
</bpsim:ElementParameters>
<bpsim:ElementParameters xsi:type="bpsim:ElementParameters" elementRef="_4849E9D9-17F4-495A-B413-44D6D5EBC72F" id="_SCs33ZEWEeiAsu3aZ7BnoQ">
<bpsim:TimeParameters xsi:type="bpsim:TimeParameters">
<bpsim:ProcessingTime xsi:type="bpsim:Parameter">
<bpsim:UniformDistribution max="10.0" min="5.0"/>
</bpsim:ProcessingTime>
</bpsim:TimeParameters>
<bpsim:CostParameters xsi:type="bpsim:CostParameters">
<bpsim:UnitCost xsi:type="bpsim:Parameter">
<bpsim:FloatingParameter value="0.0"/>
</bpsim:UnitCost>
</bpsim:CostParameters>
</bpsim:ElementParameters>
</bpsim:Scenario>
</bpsim:BPSimData>
</bpmn2:extensionElements>
<bpmn2:source>_SCs3oJEWEeiAsu3aZ7BnoQ</bpmn2:source>
<bpmn2:target>_SCs3oJEWEeiAsu3aZ7BnoQ</bpmn2:target>
</bpmn2:relationship>
</bpmn2:definitions>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment