User: admin clicked save for misc/requisition-orders/build-enum-list-from-bbhr/build_department_list_bbhr.bpmn

This commit is contained in:
demo 2022-11-29 13:18:01 +00:00
parent 9585aff29f
commit 7532564e70
3 changed files with 64 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"admin": false,
"description": "Miscellaneous",
"description": "Shared Resources",
"display_name": "zShared Resources",
"display_order": 0,
"parent_groups": null,

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: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="Build_Department_List_BBHR" name="Build Department List from BBHR" isExecutable="true">
<bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>Flow_11u7nrl</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:serviceTask id="Activity_0maxt1y" name="Get Department list from BBHR">
<bpmn:documentation>to get list of Depatrtments from BBHR</bpmn:documentation>
<bpmn:incoming>Flow_11u7nrl</bpmn:incoming>
<bpmn:outgoing>Flow_1x11s8w</bpmn:outgoing>
</bpmn:serviceTask>
<bpmn:scriptTask id="Activity_17utzm6" name="Build Project List from BBHR">
<bpmn:documentation>To create Enum list, Project = Department</bpmn:documentation>
<bpmn:incoming>Flow_1x11s8w</bpmn:incoming>
<bpmn:outgoing>Flow_0rlsmvi</bpmn:outgoing>
</bpmn:scriptTask>
<bpmn:sequenceFlow id="Flow_11u7nrl" sourceRef="StartEvent_1" targetRef="Activity_0maxt1y" />
<bpmn:endEvent id="Event_1jhd53a">
<bpmn:incoming>Flow_0rlsmvi</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_0rlsmvi" sourceRef="Activity_17utzm6" targetRef="Event_1jhd53a" />
<bpmn:sequenceFlow id="Flow_1x11s8w" sourceRef="Activity_0maxt1y" targetRef="Activity_17utzm6" />
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Build_Department_List_BBHR">
<bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1">
<dc:Bounds x="179" y="159" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_087nicc_di" bpmnElement="Activity_0maxt1y">
<dc:Bounds x="260" y="137" width="100" height="80" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_0namoxl_di" bpmnElement="Activity_17utzm6">
<dc:Bounds x="410" y="137" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Event_1jhd53a_di" bpmnElement="Event_1jhd53a">
<dc:Bounds x="562" y="159" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_11u7nrl_di" bpmnElement="Flow_11u7nrl">
<di:waypoint x="215" y="177" />
<di:waypoint x="260" y="177" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_0rlsmvi_di" bpmnElement="Flow_0rlsmvi">
<di:waypoint x="510" y="177" />
<di:waypoint x="562" y="177" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_1x11s8w_di" bpmnElement="Flow_1x11s8w">
<di:waypoint x="360" y="177" />
<di:waypoint x="410" y="177" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>

View File

@ -0,0 +1,10 @@
{
"description": "Build Enum List from BBHR",
"display_name": "Call Shared: Build Enum List from BBHR",
"display_order": 0,
"exception_notification_addresses": [],
"fault_or_suspend_on_exception": "fault",
"files": [],
"primary_file_name": "build_department_list_bbhr.bpmn",
"primary_process_id": "Build_Department_List_BBHR"
}