Diferencia entre revisiones de «Musiki»

De musiki
Sin resumen de edición
Sin resumen de edición
Línea 9: Línea 9:
   <bpmn:process id="musiki" isExecutable="false">
   <bpmn:process id="musiki" isExecutable="false">
     <bpmn:startEvent id="StartEvent_0kk9oyz" />
     <bpmn:startEvent id="StartEvent_0kk9oyz" />
    <bpmn:intermediateThrowEvent id="IntermediateThrowEvent_1qc2ard" />
   </bpmn:process>
   </bpmn:process>
   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1">
     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1">
       <bpmndi:BPMNShape id="StartEvent_0kk9oyz_di" bpmnElement="StartEvent_0kk9oyz">
       <bpmndi:BPMNShape id="StartEvent_0kk9oyz_di" bpmnElement="StartEvent_0kk9oyz">
         <dc:Bounds x="329" y="190" width="36" height="36" />
         <dc:Bounds x="529" y="146" width="36" height="36" />
         <bpmndi:BPMNLabel>
         <bpmndi:BPMNLabel>
           <dc:Bounds x="302" y="226" width="90" height="20" />
           <dc:Bounds x="502" y="182" width="90" height="20" />
        </bpmndi:BPMNLabel>
      </bpmndi:BPMNShape>
      <bpmndi:BPMNShape id="IntermediateThrowEvent_1qc2ard_di" bpmnElement="IntermediateThrowEvent_1qc2ard">
        <dc:Bounds x="391" y="231" width="36" height="36" />
        <bpmndi:BPMNLabel>
          <dc:Bounds x="364" y="267" width="90" height="20" />
         </bpmndi:BPMNLabel>
         </bpmndi:BPMNLabel>
       </bpmndi:BPMNShape>
       </bpmndi:BPMNShape>

Revisión del 15:03 1 abr 2019


The following code shows the XML Serialization of the Process:
<?xml version="1.0" encoding="UTF-8"?>

<bpmn:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn">

 <bpmn:process id="musiki" isExecutable="false">
   <bpmn:startEvent id="StartEvent_0kk9oyz" />
   <bpmn:intermediateThrowEvent id="IntermediateThrowEvent_1qc2ard" />
 </bpmn:process>
 <bpmndi:BPMNDiagram id="BPMNDiagram_1">
   <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1">
     <bpmndi:BPMNShape id="StartEvent_0kk9oyz_di" bpmnElement="StartEvent_0kk9oyz">
       <dc:Bounds x="529" y="146" width="36" height="36" />
       <bpmndi:BPMNLabel>
         <dc:Bounds x="502" y="182" width="90" height="20" />
       </bpmndi:BPMNLabel>
     </bpmndi:BPMNShape>
     <bpmndi:BPMNShape id="IntermediateThrowEvent_1qc2ard_di" bpmnElement="IntermediateThrowEvent_1qc2ard">
       <dc:Bounds x="391" y="231" width="36" height="36" />
       <bpmndi:BPMNLabel>
         <dc:Bounds x="364" y="267" width="90" height="20" />
       </bpmndi:BPMNLabel>
     </bpmndi:BPMNShape>
   </bpmndi:BPMNPlane>
 </bpmndi:BPMNDiagram>

</bpmn:definitions>