User: morteza.poudat@matplus.eu clicked save for playground/matplus/morteza-poudat/morteza-poudat.bpmn
This commit is contained in:
parent
2029fe3863
commit
a272215287
|
@ -8,9 +8,8 @@
|
|||
</bpmn:startEvent>
|
||||
<bpmn:sequenceFlow id="Flow_1xmejps" sourceRef="Event_0dnbb90" targetRef="Activity_1dk3mi6" />
|
||||
<bpmn:endEvent id="Event_05dwpq7">
|
||||
<bpmn:incoming>Flow_05vd8op</bpmn:incoming>
|
||||
<bpmn:incoming>Flow_1xykhl9</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:sequenceFlow id="Flow_05vd8op" sourceRef="Activity_1dk3mi6" targetRef="Event_05dwpq7" />
|
||||
<bpmn:scriptTask id="Activity_1dk3mi6" name="Simple Script Task">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:unitTests>
|
||||
|
@ -39,7 +38,7 @@
|
|||
</spiffworkflow:unitTests>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_1xmejps</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_05vd8op</bpmn:outgoing>
|
||||
<bpmn:outgoing>Flow_0fxpv1y</bpmn:outgoing>
|
||||
<bpmn:script>age = 51
|
||||
height = 1.93
|
||||
children = [ "Robert", "Edward", "Tadd"]
|
||||
|
@ -53,26 +52,45 @@ def add_one(input):
|
|||
|
||||
age = add_one(age)</bpmn:script>
|
||||
</bpmn:scriptTask>
|
||||
<bpmn:sequenceFlow id="Flow_0fxpv1y" sourceRef="Activity_1dk3mi6" targetRef="Activity_05o3e3a" />
|
||||
<bpmn:sequenceFlow id="Flow_1xykhl9" sourceRef="Activity_05o3e3a" targetRef="Event_05dwpq7" />
|
||||
<bpmn:userTask id="Activity_05o3e3a" name="Simple User Task">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:properties>
|
||||
<spiffworkflow:property name="formJsonSchemaFilename" value="simple-user-task-schema.json" />
|
||||
<spiffworkflow:property name="formUiSchemaFilename" value="simple-user-task-uischema.json" />
|
||||
</spiffworkflow:properties>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_0fxpv1y</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1xykhl9</bpmn:outgoing>
|
||||
</bpmn:userTask>
|
||||
</bpmn:process>
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_16frwp2">
|
||||
<bpmndi:BPMNShape id="Activity_0h7icr6_di" bpmnElement="Activity_1dk3mi6">
|
||||
<dc:Bounds x="350" y="250" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_05dwpq7_di" bpmnElement="Event_05dwpq7">
|
||||
<dc:Bounds x="532" y="272" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<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="712" 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 />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_1bqc4z1_di" bpmnElement="Activity_05o3e3a">
|
||||
<dc:Bounds x="500" 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="350" y="290" />
|
||||
<di:waypoint x="330" y="290" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_05vd8op_di" bpmnElement="Flow_05vd8op">
|
||||
<di:waypoint x="450" y="290" />
|
||||
<di:waypoint x="532" y="290" />
|
||||
<bpmndi:BPMNEdge id="Flow_0fxpv1y_di" bpmnElement="Flow_0fxpv1y">
|
||||
<di:waypoint x="430" y="290" />
|
||||
<di:waypoint x="500" y="290" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1xykhl9_di" bpmnElement="Flow_1xykhl9">
|
||||
<di:waypoint x="600" y="290" />
|
||||
<di:waypoint x="712" y="290" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
|
|
Loading…
Reference in New Issue