Exemple BPMN.io - Étapes avec liens
Apparence
De Loic Wiki
Version datée du 2 avril 2026 à 19:25 par Loic (discussion | contributions) (Ajout exemple BPMN.io avec étapes et liens)
(diff) ← Version précédente | Version actuelle (diff) | Version suivante → (diff)
Exemple BPMN.io - Étapes avec liens
Ce modèle montre un enchaînement de 3 étapes, chacune associée à un lien cible.
Modèle
<?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_Links"
targetNamespace="http://bpmn.io/schema/bpmn">
<bpmn:process id="Process_Links" isExecutable="false">
<bpmn:startEvent id="StartEvent_1" name="Début"/>
<bpmn:task id="Task_Google" name="Étape 1 - Google">
<bpmn:documentation>https://google.com</bpmn:documentation>
</bpmn:task>
<bpmn:task id="Task_Index" name="Étape 2 - Index modèles">
<bpmn:documentation>https://wiki.lololand.org/index.php/Index_des_modèles_de_schémas</bpmn:documentation>
</bpmn:task>
<bpmn:task id="Task_SubModel" name="Étape 3 - Sous-modèle A/B">
<bpmn:documentation>https://wiki.lololand.org/index.php/Sous-modèle_BPMN.io_-_Blocs_A_et_B</bpmn:documentation>
</bpmn:task>
<bpmn:endEvent id="EndEvent_1" name="Fin"/>
<bpmn:sequenceFlow id="Flow_1" sourceRef="StartEvent_1" targetRef="Task_Google"/>
<bpmn:sequenceFlow id="Flow_2" sourceRef="Task_Google" targetRef="Task_Index"/>
<bpmn:sequenceFlow id="Flow_3" sourceRef="Task_Index" targetRef="Task_SubModel"/>
<bpmn:sequenceFlow id="Flow_4" sourceRef="Task_SubModel" targetRef="EndEvent_1"/>
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_Links">
<bpmndi:BPMNShape id="StartEvent_1_di" bpmnElement="StartEvent_1"><dc:Bounds x="70" y="122" width="36" height="36"/></bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Task_Google_di" bpmnElement="Task_Google"><dc:Bounds x="150" y="100" width="200" height="80"/></bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Task_Index_di" bpmnElement="Task_Index"><dc:Bounds x="390" y="100" width="230" height="80"/></bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Task_SubModel_di" bpmnElement="Task_SubModel"><dc:Bounds x="660" y="100" width="230" height="80"/></bpmndi:BPMNShape>
<bpmndi:BPMNShape id="EndEvent_1_di" bpmnElement="EndEvent_1"><dc:Bounds x="930" y="122" width="36" height="36"/></bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_1_di" bpmnElement="Flow_1"><di:waypoint x="106" y="140"/><di:waypoint x="150" y="140"/></bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_2_di" bpmnElement="Flow_2"><di:waypoint x="350" y="140"/><di:waypoint x="390" y="140"/></bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_3_di" bpmnElement="Flow_3"><di:waypoint x="620" y="140"/><di:waypoint x="660" y="140"/></bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_4_di" bpmnElement="Flow_4"><di:waypoint x="890" y="140"/><di:waypoint x="930" y="140"/></bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>
Liens des étapes
- Étape 1 - Google : Google
- Étape 2 - Index des modèles : Index des modèles de schémas
- Étape 3 - Sous-modèle A/B : Sous-modèle BPMN.io - Blocs A et B