jbirddog 43beb916a3 Basic scaffolding for onboarding (#400)
* Wedge between InProgressInstances for default view customization

* Rename to OnboardingView, stubbed out api in the backend

* Flip between InProgressInstances and MyTasks via the backend

* WIP

* WIP

* Basic human task handling

* FE lint

* Getting ./bin/pyl to pass

* Suppress any exceptions during onboarding request

* Script to skip onboarding if already started

* Getting ./bin/pyl to pass

* Better default location

* PR feedback

* PR feedback

* PR feedback - add new endpoint to basic permissions

* Fix basic permissions test

* Add integration tests

* Getting bin_pyl to pass
2023-07-27 11:54:30 +05:30

44 lines
2.2 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: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_109on5e" isExecutable="true">
<bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>Flow_0025g6c</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:endEvent id="Event_1w4e3lr">
<bpmn:incoming>Flow_01ol0nb</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_01ol0nb" sourceRef="Activity_0907t1z" targetRef="Event_1w4e3lr" />
<bpmn:scriptTask id="Activity_0907t1z" name="change default view">
<bpmn:incoming>Flow_0025g6c</bpmn:incoming>
<bpmn:outgoing>Flow_01ol0nb</bpmn:outgoing>
<bpmn:script>onboarding = {
"type": "default_view",
"value": "my_tasks",
}</bpmn:script>
</bpmn:scriptTask>
<bpmn:sequenceFlow id="Flow_0025g6c" sourceRef="StartEvent_1" targetRef="Activity_0907t1z" />
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_109on5e">
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
<dc:Bounds x="112" y="-88" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_1w4e3lr_di" bpmnElement="Event_1w4e3lr">
<dc:Bounds x="482" y="-88" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0lidiyr_di" bpmnElement="Activity_0907t1z">
<dc:Bounds x="260" y="-110" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_0025g6c_di" bpmnElement="Flow_0025g6c">
<di:waypoint x="148" y="-70" />
<di:waypoint x="260" y="-70" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_01ol0nb_di" bpmnElement="Flow_01ol0nb">
<di:waypoint x="360" y="-70" />
<di:waypoint x="482" y="-70" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>