mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-23 17:58:23 +00:00
User: dan@sartography.com clicked save for examples/2-in-depth/data-stores/key-value-data-store/key-value-data-store.bpmn
This commit is contained in:
parent
21850fba96
commit
e27ea158f7
@ -9,10 +9,10 @@
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:instructionsForEndUser>The process instance completed successfully.</spiffworkflow:instructionsForEndUser>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_07kcher</bpmn:incoming>
|
||||
<bpmn:incoming>Flow_1akrpry</bpmn:incoming>
|
||||
</bpmn:endEvent>
|
||||
<bpmn:sequenceFlow id="Flow_12pkbxb" sourceRef="Activity_0qpzdpu" targetRef="Activity_09lclt7" />
|
||||
<bpmn:scriptTask id="Activity_0qpzdpu" name="Example manual task">
|
||||
<bpmn:scriptTask id="Activity_0qpzdpu" name="Populate the Data Store">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:instructionsForEndUser>This is an example **Manual Task**. A **Manual Task** is designed to allow someone to complete a task outside of the system and then report back that it is complete. You can click the *Continue* button to proceed. When you are done running this process, you can edit the **Process Model** to include a:
|
||||
|
||||
@ -261,7 +261,7 @@ You can also change the text you are reading here by updating the *Instructions*
|
||||
}</bpmn:script>
|
||||
</bpmn:scriptTask>
|
||||
<bpmn:dataStoreReference id="DataStoreReference_17ombu1" name="movies" dataStoreRef="movies" type="kkv" />
|
||||
<bpmn:scriptTask id="Activity_09lclt7">
|
||||
<bpmn:scriptTask id="Activity_09lclt7" name="Extract Single Record from Data Store">
|
||||
<bpmn:incoming>Flow_12pkbxb</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_032ykz8</bpmn:outgoing>
|
||||
<bpmn:property id="Property_1yu6oue" name="__targetRef_placeholder" />
|
||||
@ -274,9 +274,9 @@ You can also change the text you are reading here by updating the *Instructions*
|
||||
</bpmn:script>
|
||||
</bpmn:scriptTask>
|
||||
<bpmn:dataStoreReference id="DataStoreReference_1iq4dmk" name="movies" dataStoreRef="movies" type="kkv" />
|
||||
<bpmn:sequenceFlow id="Flow_1akrpry" sourceRef="Activity_0ttl2d6" targetRef="Activity_0dq0lri" />
|
||||
<bpmn:sequenceFlow id="Flow_1akrpry" sourceRef="Activity_0ttl2d6" targetRef="EndEvent_1" />
|
||||
<bpmn:sequenceFlow id="Flow_032ykz8" sourceRef="Activity_09lclt7" targetRef="Activity_0ttl2d6" />
|
||||
<bpmn:scriptTask id="Activity_0ttl2d6">
|
||||
<bpmn:scriptTask id="Activity_0ttl2d6" name="Insert A Single Record into a Data Store">
|
||||
<bpmn:incoming>Flow_032ykz8</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_1akrpry</bpmn:outgoing>
|
||||
<bpmn:dataOutputAssociation id="DataOutputAssociation_03afm2r">
|
||||
@ -296,17 +296,6 @@ movies = {
|
||||
}
|
||||
}</bpmn:script>
|
||||
</bpmn:scriptTask>
|
||||
<bpmn:sequenceFlow id="Flow_07kcher" sourceRef="Activity_0dq0lri" targetRef="EndEvent_1" />
|
||||
<bpmn:userTask id="Activity_0dq0lri">
|
||||
<bpmn:extensionElements>
|
||||
<spiffworkflow:properties>
|
||||
<spiffworkflow:property name="formJsonSchemaFilename" value="addmovie-schema.json" />
|
||||
<spiffworkflow:property name="formUiSchemaFilename" value="addmovie-uischema.json" />
|
||||
</spiffworkflow:properties>
|
||||
</bpmn:extensionElements>
|
||||
<bpmn:incoming>Flow_1akrpry</bpmn:incoming>
|
||||
<bpmn:outgoing>Flow_07kcher</bpmn:outgoing>
|
||||
</bpmn:userTask>
|
||||
</bpmn:process>
|
||||
<bpmn:dataStore id="movies" name="KKVDataStore" />
|
||||
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
||||
@ -314,11 +303,9 @@ movies = {
|
||||
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
|
||||
<dc:Bounds x="179" y="159" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Event_14za570_di" bpmnElement="EndEvent_1">
|
||||
<dc:Bounds x="842" y="159" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_1yz3n3c_di" bpmnElement="Activity_0qpzdpu">
|
||||
<dc:Bounds x="270" y="137" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="DataStoreReference_17ombu1_di" bpmnElement="DataStoreReference_17ombu1">
|
||||
<dc:Bounds x="355" y="275" width="50" height="50" />
|
||||
@ -328,6 +315,7 @@ movies = {
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_00jaglm_di" bpmnElement="Activity_09lclt7">
|
||||
<dc:Bounds x="420" y="137" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="DataStoreReference_1iq4dmk_di" bpmnElement="DataStoreReference_1iq4dmk">
|
||||
<dc:Bounds x="595" y="275" width="50" height="50" />
|
||||
@ -337,9 +325,10 @@ movies = {
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_1fujp1k_di" bpmnElement="Activity_0ttl2d6">
|
||||
<dc:Bounds x="570" y="137" width="100" height="80" />
|
||||
<bpmndi:BPMNLabel />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNShape id="Activity_18uvrfz_di" bpmnElement="Activity_0dq0lri">
|
||||
<dc:Bounds x="710" y="137" width="100" height="80" />
|
||||
<bpmndi:BPMNShape id="Event_14za570_di" bpmnElement="EndEvent_1">
|
||||
<dc:Bounds x="742" y="159" width="36" height="36" />
|
||||
</bpmndi:BPMNShape>
|
||||
<bpmndi:BPMNEdge id="Flow_17db3yp_di" bpmnElement="Flow_17db3yp">
|
||||
<di:waypoint x="215" y="177" />
|
||||
@ -359,7 +348,7 @@ movies = {
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_1akrpry_di" bpmnElement="Flow_1akrpry">
|
||||
<di:waypoint x="670" y="177" />
|
||||
<di:waypoint x="710" y="177" />
|
||||
<di:waypoint x="742" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_032ykz8_di" bpmnElement="Flow_032ykz8">
|
||||
<di:waypoint x="520" y="177" />
|
||||
@ -369,10 +358,6 @@ movies = {
|
||||
<di:waypoint x="618" y="217" />
|
||||
<di:waypoint x="616" y="275" />
|
||||
</bpmndi:BPMNEdge>
|
||||
<bpmndi:BPMNEdge id="Flow_07kcher_di" bpmnElement="Flow_07kcher">
|
||||
<di:waypoint x="810" y="177" />
|
||||
<di:waypoint x="842" y="177" />
|
||||
</bpmndi:BPMNEdge>
|
||||
</bpmndi:BPMNPlane>
|
||||
</bpmndi:BPMNDiagram>
|
||||
</bpmn:definitions>
|
||||
|
Loading…
x
Reference in New Issue
Block a user