mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-23 21:28:05 +00:00
User: alex clicked save for waku-messages/message-footer/waku-message-footer.dmn
This commit is contained in:
parent
17d43e16f7
commit
b73b5fada0
42
waku-messages/message-footer/get-waku-message-footer.bpmn
Normal file
42
waku-messages/message-footer/get-waku-message-footer.bpmn
Normal file
@ -0,0 +1,42 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<bpmn:definitions 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:spiffworkflow="http://spiffworkflow.org/bpmn/schema/1.0/core" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_96f6665" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="3.0.0-dev">
|
||||
<bpmn:process id="Proccess_mqgaey9" isExecutable="true">
|
||||
<bpmn:startEvent id="StartEvent_1">
|
||||
<bpmn:outgoing>Flow_0ca27ta</bpmn:outgoing>
|
||||
</bpmn:startEvent>
|
||||
<bpmn:sequenceFlow id="Flow_0ca27ta" sourceRef="StartEvent_1" targetRef="Get_Waku_Message_Footer" />
|
||||
<bpmn:businessRuleTask id="Get_Waku_Message_Footer" name="Get Waku Message: Footer">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:calledDecisionId>Waku_Message_Footer</spiffworkflow:calledDecisionId>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_0ca27ta</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1okclrh</bpmn:outgoing>
|
||||
</bpmn:businessRuleTask>
|
||||
<bpmn:endEvent id="Event_0rfyony">
|
||||
<bpmn:incoming>Flow_1okclrh</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:sequenceFlow id="Flow_1okclrh" sourceRef="Get_Waku_Message_Footer" targetRef="Event_0rfyony" />
|
||||
</bpmn:process>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Proccess_mqgaey9">
|
||||
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
||||
<dc:Bounds x="179" y="159" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_01599wj_di" bpmnElement="Get_Waku_Message_Footer">
|
||||
<dc:Bounds x="270" y="137" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_0rfyony_di" bpmnElement="Event_0rfyony">
|
||||
<dc:Bounds x="432" y="159" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_0ca27ta_di" bpmnElement="Flow_0ca27ta">
|
||||
<di:waypoint x="215" y="177" />
|
||||
<di:waypoint x="270" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1okclrh_di" bpmnElement="Flow_1okclrh">
|
||||
<di:waypoint x="370" y="177" />
|
||||
<di:waypoint x="432" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
</bpmn:definitions>
|
@ -29,7 +29,7 @@
|
||||
<text></text>
|
||||
</inputEntry>
|
||||
<outputEntry id="LiteralExpression_0y9lgsu">
|
||||
<text></text>
|
||||
<text>"\nProcess Instance Id: " + str(process_instance_id) + "\nLink to Spiff: https://demo.spiffworkflow.org/"</text>
|
||||
</outputEntry>
|
||||
</rule>
|
||||
</decisionTable>
|
||||
|
@ -7,7 +7,7 @@
|
||||
"files": [],
|
||||
"id": "message-footer",
|
||||
"is_review": false,
|
||||
"primary_file_name": null,
|
||||
"primary_process_id": null,
|
||||
"primary_file_name": "get-waku-message-footer.bpmn",
|
||||
"primary_process_id": "Proccess_mqgaey9",
|
||||
"process_group_id": "waku-messages"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user