User: admin@spiffworkflow.org clicked save for playground/tencent/pairing-with-dan-and-alex/main.bpmn

This commit is contained in:
sartography-automated-committer 2023-08-14 18:15:32 +00:00
parent 3d106cb418
commit ffb24bd6a7
1 changed files with 47 additions and 33 deletions

View File

@ -6,11 +6,12 @@
<bpmn:process id="Process_8ydk0bh" isExecutable="true"> <bpmn:process id="Process_8ydk0bh" isExecutable="true">
<bpmn:laneSet id="LaneSet_19zwbwi"> <bpmn:laneSet id="LaneSet_19zwbwi">
<bpmn:lane id="Lane_1xwssek"> <bpmn:lane id="Lane_1xwssek">
<bpmn:flowNodeRef>StartEvent_1</bpmn:flowNodeRef>
<bpmn:flowNodeRef>Activity_19x8z4q</bpmn:flowNodeRef>
<bpmn:flowNodeRef>Activity_0u39yj2</bpmn:flowNodeRef> <bpmn:flowNodeRef>Activity_0u39yj2</bpmn:flowNodeRef>
<bpmn:flowNodeRef>Event_1enhsap</bpmn:flowNodeRef> <bpmn:flowNodeRef>Event_1enhsap</bpmn:flowNodeRef>
<bpmn:flowNodeRef>Event_1mrcpko</bpmn:flowNodeRef> <bpmn:flowNodeRef>Event_1mrcpko</bpmn:flowNodeRef>
<bpmn:flowNodeRef>StartEvent_1</bpmn:flowNodeRef>
<bpmn:flowNodeRef>Activity_19x8z4q</bpmn:flowNodeRef>
<bpmn:flowNodeRef>Activity_0wl95bx</bpmn:flowNodeRef>
</bpmn:lane> </bpmn:lane>
<bpmn:lane id="Lane_1hrnzcs" name="approvers_one"> <bpmn:lane id="Lane_1hrnzcs" name="approvers_one">
<bpmn:flowNodeRef>Activity_1kdx24p</bpmn:flowNodeRef> <bpmn:flowNodeRef>Activity_1kdx24p</bpmn:flowNodeRef>
@ -19,25 +20,12 @@
<bpmn:flowNodeRef>Event_1dt5ijd</bpmn:flowNodeRef> <bpmn:flowNodeRef>Event_1dt5ijd</bpmn:flowNodeRef>
</bpmn:lane> </bpmn:lane>
</bpmn:laneSet> </bpmn:laneSet>
<bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>Flow_130ey79</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:userTask id="Activity_19x8z4q" name="Make Request">
<bpmn:extensionElements>
<spiffworkflow:properties>
<spiffworkflow:property name="formJsonSchemaFilename" value="request-schema.json" />
<spiffworkflow:property name="formUiSchemaFilename" value="request-uischema.json" />
</spiffworkflow:properties>
</bpmn:extensionElements>
<bpmn:incoming>Flow_130ey79</bpmn:incoming>
<bpmn:outgoing>Flow_1gfzcde</bpmn:outgoing>
</bpmn:userTask>
<bpmn:sequenceFlow id="Flow_130ey79" sourceRef="StartEvent_1" targetRef="Activity_19x8z4q" /> <bpmn:sequenceFlow id="Flow_130ey79" sourceRef="StartEvent_1" targetRef="Activity_19x8z4q" />
<bpmn:sequenceFlow id="Flow_1gfzcde" sourceRef="Activity_19x8z4q" targetRef="Activity_0u39yj2" /> <bpmn:sequenceFlow id="Flow_1gfzcde" sourceRef="Activity_19x8z4q" targetRef="Activity_0wl95bx" />
<bpmn:scriptTask id="Activity_0u39yj2" name="set lane ownsers"> <bpmn:scriptTask id="Activity_0u39yj2" name="set lane owners">
<bpmn:incoming>Flow_1gfzcde</bpmn:incoming> <bpmn:incoming>Flow_0gi8bwf</bpmn:incoming>
<bpmn:outgoing>Flow_0qdzj5v</bpmn:outgoing> <bpmn:outgoing>Flow_0qdzj5v</bpmn:outgoing>
<bpmn:script>lane_owners = {"approvers_one": ["dingli@gmail.com"]}</bpmn:script> <bpmn:script>lane_owners = {"approvers_one": ["dingli@gmail.com", "alex@sartography.com"]}</bpmn:script>
</bpmn:scriptTask> </bpmn:scriptTask>
<bpmn:sequenceFlow id="Flow_0qdzj5v" sourceRef="Activity_0u39yj2" targetRef="Activity_1kdx24p" /> <bpmn:sequenceFlow id="Flow_0qdzj5v" sourceRef="Activity_0u39yj2" targetRef="Activity_1kdx24p" />
<bpmn:sequenceFlow id="Flow_12aqem8" sourceRef="Activity_1kdx24p" targetRef="Gateway_1vfdi2v" /> <bpmn:sequenceFlow id="Flow_12aqem8" sourceRef="Activity_1kdx24p" targetRef="Gateway_1vfdi2v" />
@ -89,25 +77,36 @@ By clicking the button below you approve this request.
<bpmn:sequenceFlow id="Flow_0e6s3lk" sourceRef="Gateway_1vfdi2v" targetRef="Event_1mrcpko"> <bpmn:sequenceFlow id="Flow_0e6s3lk" sourceRef="Gateway_1vfdi2v" targetRef="Event_1mrcpko">
<bpmn:conditionExpression>do_you_approve == "rejected"</bpmn:conditionExpression> <bpmn:conditionExpression>do_you_approve == "rejected"</bpmn:conditionExpression>
</bpmn:sequenceFlow> </bpmn:sequenceFlow>
<bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>Flow_130ey79</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:userTask id="Activity_19x8z4q" name="Make Request">
<bpmn:extensionElements>
<spiffworkflow:properties>
<spiffworkflow:property name="formJsonSchemaFilename" value="request-schema.json" />
<spiffworkflow:property name="formUiSchemaFilename" value="request-uischema.json" />
</spiffworkflow:properties>
</bpmn:extensionElements>
<bpmn:incoming>Flow_130ey79</bpmn:incoming>
<bpmn:outgoing>Flow_1gfzcde</bpmn:outgoing>
</bpmn:userTask>
<bpmn:sequenceFlow id="Flow_0gi8bwf" sourceRef="Activity_0wl95bx" targetRef="Activity_0u39yj2" />
<bpmn:businessRuleTask id="Activity_0wl95bx" name="Determine Approvers">
<bpmn:incoming>Flow_1gfzcde</bpmn:incoming>
<bpmn:outgoing>Flow_0gi8bwf</bpmn:outgoing>
</bpmn:businessRuleTask>
</bpmn:process> </bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1"> <bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_1gv878q"> <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Collaboration_1gv878q">
<bpmndi:BPMNShape id="Participant_0m2fswd_di" bpmnElement="Participant_0m2fswd" isHorizontal="true"> <bpmndi:BPMNShape id="Participant_0m2fswd_di" bpmnElement="Participant_0m2fswd" isHorizontal="true">
<dc:Bounds x="-120" y="0" width="690" height="360" /> <dc:Bounds x="-180" y="0" width="750" height="360" />
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Lane_1hrnzcs_di" bpmnElement="Lane_1hrnzcs" isHorizontal="true"> <bpmndi:BPMNShape id="Lane_1hrnzcs_di" bpmnElement="Lane_1hrnzcs" isHorizontal="true">
<dc:Bounds x="-90" y="140" width="660" height="220" /> <dc:Bounds x="-150" y="140" width="720" height="220" />
<bpmndi:BPMNLabel /> <bpmndi:BPMNLabel />
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Lane_1xwssek_di" bpmnElement="Lane_1xwssek" isHorizontal="true"> <bpmndi:BPMNShape id="Lane_1xwssek_di" bpmnElement="Lane_1xwssek" isHorizontal="true">
<dc:Bounds x="-90" y="0" width="660" height="140" /> <dc:Bounds x="-150" y="0" width="720" height="140" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
<dc:Bounds x="-38" y="42" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_03z51oi_di" bpmnElement="Activity_19x8z4q">
<dc:Bounds x="50" y="20" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0dbxi08_di" bpmnElement="Activity_0u39yj2"> <bpmndi:BPMNShape id="Activity_0dbxi08_di" bpmnElement="Activity_0u39yj2">
<dc:Bounds x="170" y="20" width="100" height="80" /> <dc:Bounds x="170" y="20" width="100" height="80" />
@ -140,13 +139,24 @@ By clicking the button below you approve this request.
<dc:Bounds x="398" y="105" width="44" height="14" /> <dc:Bounds x="398" y="105" width="44" height="14" />
</bpmndi:BPMNLabel> </bpmndi:BPMNLabel>
</bpmndi:BPMNShape> </bpmndi:BPMNShape>
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
<dc:Bounds x="-138" y="42" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_03z51oi_di" bpmnElement="Activity_19x8z4q">
<dc:Bounds x="-70" y="20" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0jisbjx_di" bpmnElement="Activity_0wl95bx">
<dc:Bounds x="50" y="20" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_130ey79_di" bpmnElement="Flow_130ey79"> <bpmndi:BPMNEdge id="Flow_130ey79_di" bpmnElement="Flow_130ey79">
<di:waypoint x="-2" y="60" /> <di:waypoint x="-102" y="60" />
<di:waypoint x="50" y="60" /> <di:waypoint x="-70" y="60" />
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1gfzcde_di" bpmnElement="Flow_1gfzcde"> <bpmndi:BPMNEdge id="Flow_1gfzcde_di" bpmnElement="Flow_1gfzcde">
<di:waypoint x="150" y="60" /> <di:waypoint x="30" y="60" />
<di:waypoint x="170" y="60" /> <di:waypoint x="50" y="60" />
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0qdzj5v_di" bpmnElement="Flow_0qdzj5v"> <bpmndi:BPMNEdge id="Flow_0qdzj5v_di" bpmnElement="Flow_0qdzj5v">
<di:waypoint x="220" y="100" /> <di:waypoint x="220" y="100" />
@ -173,6 +183,10 @@ By clicking the button below you approve this request.
<di:waypoint x="341" y="80" /> <di:waypoint x="341" y="80" />
<di:waypoint x="402" y="80" /> <di:waypoint x="402" y="80" />
</bpmndi:BPMNEdge> </bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0gi8bwf_di" bpmnElement="Flow_0gi8bwf">
<di:waypoint x="150" y="60" />
<di:waypoint x="170" y="60" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane> </bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram> </bpmndi:BPMNDiagram>
</bpmn:definitions> </bpmn:definitions>