User: morteza.poudat@matplus.eu clicked save for playground/matplus/morteza-poudat/morteza-poudat.bpmn
This commit is contained in:
parent
b9f13447e1
commit
8472a39132
|
@ -8,7 +8,7 @@
|
|||
</bpmn:startEvent>
|
||||
<bpmn:sequenceFlow id="Flow_1xmejps" sourceRef="Event_0dnbb90" targetRef="Activity_1dk3mi6" />
|
||||
<bpmn:endEvent id="Event_05dwpq7">
|
||||
<bpmn:incoming>Flow_1tuw7wv</bpmn:incoming>
|
||||
<bpmn:incoming>Flow_1v50mak</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:scriptTask id="Activity_1dk3mi6" name="Simple Script Task">
|
||||
<bpmn:extensionElements>
|
||||
|
@ -66,7 +66,7 @@ lastName="Poudi"</bpmn:script>
|
|||
<bpmn:outgoing>Flow_1he58sc</bpmn:outgoing>
|
||||
</bpmn:userTask>
|
||||
<bpmn:sequenceFlow id="Flow_1he58sc" sourceRef="Activity_05o3e3a" targetRef="Activity_1h2n64s" />
|
||||
<bpmn:sequenceFlow id="Flow_1tuw7wv" sourceRef="Activity_1h2n64s" targetRef="Event_05dwpq7" />
|
||||
<bpmn:sequenceFlow id="Flow_1tuw7wv" sourceRef="Activity_1h2n64s" targetRef="Activity_1vp7qhi" />
|
||||
<bpmn:serviceTask id="Activity_1h2n64s" name="Simple Service Task">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:serviceTaskOperator id="http/GetRequest" resultVariable="response">
|
||||
|
@ -82,15 +82,24 @@ lastName="Poudi"</bpmn:script>
|
|||
<bpmn:incoming>Flow_1he58sc</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1tuw7wv</bpmn:outgoing>
|
||||
</bpmn:serviceTask>
|
||||
<bpmn:sequenceFlow id="Flow_1v50mak" sourceRef="Activity_1vp7qhi" targetRef="Event_05dwpq7" />
|
||||
<bpmn:manualTask id="Activity_1vp7qhi" name="Simple Manual Task">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:instructionsForEndUser># Request an URL
|
||||
|
||||
## response
|
||||
|
||||
{{ response.message }}</spiffworkflow:instructionsForEndUser>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_1tuw7wv</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1v50mak</bpmn:outgoing>
|
||||
</bpmn:manualTask>
|
||||
</bpmn:process>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_16frwp2">
|
||||
<bpmndi:BPMNShape id="Event_0dnbb90_di" bpmnElement="Event_0dnbb90">
|
||||
<dc:Bounds x="212" y="272" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_05dwpq7_di" bpmnElement="Event_05dwpq7">
|
||||
<dc:Bounds x="962" y="272" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0h7icr6_di" bpmnElement="Activity_1dk3mi6">
|
||||
<dc:Bounds x="330" y="250" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
|
@ -101,6 +110,12 @@ lastName="Poudi"</bpmn:script>
|
|||
<bpmndi:BPMNShape id="Activity_0k323l1_di" bpmnElement="Activity_1h2n64s">
|
||||
<dc:Bounds x="680" y="250" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_05dwpq7_di" bpmnElement="Event_05dwpq7">
|
||||
<dc:Bounds x="982" y="272" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_0djunvf_di" bpmnElement="Activity_1vp7qhi">
|
||||
<dc:Bounds x="830" y="250" width="100" height="80" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_1xmejps_di" bpmnElement="Flow_1xmejps">
|
||||
<di:waypoint x="248" y="290" />
|
||||
<di:waypoint x="330" y="290" />
|
||||
|
@ -115,7 +130,11 @@ lastName="Poudi"</bpmn:script>
|
|||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1tuw7wv_di" bpmnElement="Flow_1tuw7wv">
|
||||
<di:waypoint x="780" y="290" />
|
||||
<di:waypoint x="962" y="290" />
|
||||
<di:waypoint x="830" y="290" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1v50mak_di" bpmnElement="Flow_1v50mak">
|
||||
<di:waypoint x="930" y="290" />
|
||||
<di:waypoint x="982" y="290" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
|
|
Loading…
Reference in New Issue