User: dbayless@humanscalebusiness.org added process model file playground/human-scale-business/plaything-1/plaything execution.bpmn

This commit is contained in:
sartography-automated-committer 2023-07-03 12:53:50 +00:00
parent 9f6b141fcf
commit c39afc1227
2 changed files with 55 additions and 2 deletions

View File

@ -0,0 +1,53 @@
<?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_xirmak2" isExecutable="true">
<bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>Flow_04lyvz8</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:sequenceFlow id="Flow_04lyvz8" sourceRef="StartEvent_1" targetRef="Activity_1uqmxqo" />
<bpmn:userTask id="Activity_1uqmxqo" name="Read the instructions">
<bpmn:extensionElements>
<spiffworkflow:instructionsForEndUser># Instructions
This is a manual task. In SpiffWorkflow, that means providing instructions or other information to the user, who must perform a task manually. That is, the task needs to be completed outside of SpiffWorkflow.
## Markdown
The instructional text is created using markdown. That means it has the usual food groups.
- Bullet points
- Heading
- Paragraphs
- Code
`code` format.</spiffworkflow:instructionsForEndUser>
</bpmn:extensionElements>
<bpmn:incoming>Flow_04lyvz8</bpmn:incoming>
<bpmn:outgoing>Flow_05pcm1s</bpmn:outgoing>
</bpmn:userTask>
<bpmn:sequenceFlow id="Flow_05pcm1s" sourceRef="Activity_1uqmxqo" targetRef="Activity_0e2xanh" />
<bpmn:scriptTask id="Activity_0e2xanh" name="Perform a script task">
<bpmn:incoming>Flow_05pcm1s</bpmn:incoming>
</bpmn:scriptTask>
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_xirmak2">
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
<dc:Bounds x="222" y="222" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0r4ffje_di" bpmnElement="Activity_1uqmxqo">
<dc:Bounds x="310" y="200" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0c1esia_di" bpmnElement="Activity_0e2xanh">
<dc:Bounds x="470" y="200" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_04lyvz8_di" bpmnElement="Flow_04lyvz8">
<di:waypoint x="258" y="240" />
<di:waypoint x="310" y="240" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_05pcm1s_di" bpmnElement="Flow_05pcm1s">
<di:waypoint x="410" y="240" />
<di:waypoint x="470" y="240" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>

View File

@ -6,6 +6,6 @@
],
"fault_or_suspend_on_exception": "fault",
"metadata_extraction_paths": null,
"primary_file_name": null,
"primary_process_id": null
"primary_file_name": "plaything execution.bpmn",
"primary_process_id": "Process_xirmak2"
}