User: ciuser1 clicked save for category_number_one/pdf-to-aws/pdf-to-aws.bpmn

This commit is contained in:
staging 2022-10-06 15:55:42 +00:00
parent d3b8636648
commit 040080bc24
2 changed files with 66 additions and 0 deletions

View File

@ -0,0 +1,49 @@
<?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="Proccess_hez78l3" isExecutable="true">
<bpmn:startEvent id="StartEvent_1">
<bpmn:outgoing>Flow_0zgq59w</bpmn:outgoing>
</bpmn:startEvent>
<bpmn:sequenceFlow id="Flow_0zgq59w" sourceRef="StartEvent_1" targetRef="Activity_1g922mx" />
<bpmn:endEvent id="Event_0svxq6k">
<bpmn:incoming>Flow_193c4bn</bpmn:incoming>
</bpmn:endEvent>
<bpmn:sequenceFlow id="Flow_193c4bn" sourceRef="Activity_1g922mx" targetRef="Event_0svxq6k" />
<bpmn:serviceTask id="Activity_1g922mx" name="pdf to aws">
<bpmn:extensionElements>
<spiffworkflow:serviceTaskOperator id="invoicepdf/CreateAndUploadToS3">
<spiffworkflow:parameters>
<spiffworkflow:parameter id="amount" type="str" value="33" />
<spiffworkflow:parameter id="aws_object_name" type="str" value="jon-keven-test.pdf" />
<spiffworkflow:parameter id="name" type="str" value="Jon Kevin" />
<spiffworkflow:parameter id="template" type="str" value="name: {name} - amount: {amount}" />
</spiffworkflow:parameters>
</spiffworkflow:serviceTaskOperator>
</bpmn:extensionElements>
<bpmn:incoming>Flow_0zgq59w</bpmn:incoming>
<bpmn:outgoing>Flow_193c4bn</bpmn:outgoing>
</bpmn:serviceTask>
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Proccess_hez78l3">
<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_0svxq6k_di" bpmnElement="Event_0svxq6k">
<dc:Bounds x="432" y="159" width="36" height="36" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Activity_10tlb3s_di" bpmnElement="Activity_1g922mx">
<dc:Bounds x="270" y="137" width="100" height="80" />
<bpmndi:BPMNLabel />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_0zgq59w_di" bpmnElement="Flow_0zgq59w">
<di:waypoint x="215" y="177" />
<di:waypoint x="270" y="177" />
</bpmndi:BPMNEdge>
<bpmndi:BPMNEdge id="Flow_193c4bn_di" bpmnElement="Flow_193c4bn">
<di:waypoint x="370" y="177" />
<di:waypoint x="432" y="177" />
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
</bpmndi:BPMNDiagram>
</bpmn:definitions>

View File

@ -0,0 +1,17 @@
{
"description": "pdf-to-aws",
"display_name": "pdf-to-aws",
"display_order": 10,
"exception_notification_addresses": [],
"fault_or_suspend_on_exception": "fault",
"files": [],
"id": "pdf-to-aws",
"is_master_spec": false,
"is_review": false,
"libraries": [],
"library": false,
"primary_file_name": "pdf-to-aws.bpmn",
"primary_process_id": "Proccess_hez78l3",
"process_group_id": "category_number_one",
"standalone": false
}