demo-process-models/site-administration/onboarding/welcome.bpmn

53 lines
3.0 KiB
XML

<?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_vxu1aw2" isExecutable="true">
<bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>Flow_1e3ts25</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:sequenceFlow id="Flow_1e3ts25" sourceRef="StartEvent_1" targetRef="Activity_10fdmfh" />
<bpmn:scriptTask id="Activity_10fdmfh">
<bpmn:incoming>Flow_1e3ts25</bpmn:incoming>
<bpmn:outgoing>Flow_0u9hzoi</bpmn:outgoing>
<bpmn:script>current_user = get_current_user()
times_completed = times_executed_by_user()</bpmn:script>
</bpmn:scriptTask>
<bpmn:endEvent id="Event_0y8zs48">
<bpmn:extensionElements>
<spiffworkflow:instructionsForEndUser># Welcome to SpiffWorkflow, {{current_user.display_name}}!
To get started we recommend you check out our [Examples](/admin/process-groups/examples). Try running them with the [START] button, but also look at the [BPMN Diagrams](/editor/process-models/examples:0-2-basic-example/files/user-guide-basics.bpmn) so you can see ALL of the work that went into creating them.
* If you need help, you can always get help from the community on [Discord](https://discord.com/invite/F6Kb7HNK7B).
* If you want a quick tour of the system, you can request a demo by [visiting our website](https://spiffworkflow.org).
</spiffworkflow:instructionsForEndUser>
</bpmn:extensionElements>
<bpmn:incoming>Flow_0u9hzoi</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_0u9hzoi" sourceRef="Activity_10fdmfh" targetRef="Event_0y8zs48" />
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_vxu1aw2">
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
<dc:Bounds x="-218" y="159" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_1qkn1md_di" bpmnElement="Activity_10fdmfh">
<dc:Bounds x="-130" y="137" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_0y8zs48_di" bpmnElement="Event_0y8zs48">
<dc:Bounds x="12" y="159" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_1e3ts25_di" bpmnElement="Flow_1e3ts25">
<di:waypoint x="-182" y="177" />
<di:waypoint x="-130" y="177" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0u9hzoi_di" bpmnElement="Flow_0u9hzoi">
<di:waypoint x="-30" y="177" />
<di:waypoint x="12" y="177" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>