User: dinithijonline@gmail.com added process model file playground/dinithi/guest-login-feature/guest-login-feature.bpmn
This commit is contained in:
parent
e277174589
commit
6908307f83
|
@ -0,0 +1,41 @@
|
|||
<?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="Process_3alggim" isExecutable="true">
|
||||
<bpmn:startEvent id="StartEvent_1">
|
||||
<bpmn:outgoing>Flow_1yp618o</bpmn:outgoing>
|
||||
</bpmn:startEvent>
|
||||
<bpmn:sequenceFlow id="Flow_1yp618o" sourceRef="StartEvent_1" targetRef="Activity_1m70w24" />
|
||||
<bpmn:endEvent id="Event_12obgxy">
|
||||
<bpmn:incoming>Flow_1psyor2</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:sequenceFlow id="Flow_1psyor2" sourceRef="Activity_1m70w24" targetRef="Event_12obgxy" />
|
||||
<bpmn:manualTask id="Activity_1m70w24" name="Manual Task For Guests">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:allowGuest>true</spiffworkflow:allowGuest>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_1yp618o</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1psyor2</bpmn:outgoing>
|
||||
</bpmn:manualTask>
|
||||
</bpmn:process>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_3alggim">
|
||||
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
||||
<dc:Bounds x="-18" y="112" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_12obgxy_di" bpmnElement="Event_12obgxy">
|
||||
<dc:Bounds x="222" y="112" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_1fvdxvz_di" bpmnElement="Activity_1m70w24">
|
||||
<dc:Bounds x="70" y="90" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_1yp618o_di" bpmnElement="Flow_1yp618o">
|
||||
<di:waypoint x="18" y="130" />
|
||||
<di:waypoint x="70" y="130" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1psyor2_di" bpmnElement="Flow_1psyor2">
|
||||
<di:waypoint x="170" y="130" />
|
||||
<di:waypoint x="222" y="130" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
</bpmn:definitions>
|
|
@ -4,6 +4,6 @@
|
|||
"exception_notification_addresses": [],
|
||||
"fault_or_suspend_on_exception": "fault",
|
||||
"metadata_extraction_paths": null,
|
||||
"primary_file_name": null,
|
||||
"primary_process_id": null
|
||||
"primary_file_name": "guest-login-feature.bpmn",
|
||||
"primary_process_id": "Process_3alggim"
|
||||
}
|
Loading…
Reference in New Issue