User Tools

Site Tools


united_states_patent_and_trademark_office_uspto

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
united_states_patent_and_trademark_office_uspto [2024/11/27 16:28] adminunited_states_patent_and_trademark_office_uspto [2024/11/28 17:50] (current) admin
Line 4: Line 4:
  
 =====Sample processes===== =====Sample processes=====
-Filing a Patent  +  * [[US Patent Process]] 
- +  * [[US Trademark Process]]
-Key phases +
-1. Identify Key Phases: I broke down the process into major phases: Entity Formation and Patent Process. This helped to structure the workflow logically. +
- +
-2. Define Tasks: For each phase, I identified specific tasks that need to be completed. For example, under Entity Formation, tasks included deciding on the type of entity (LLC or Corporation) and filing the necessary documents. +
- +
-3. Incorporate Decision Points: I included decision points where critical choices need to be made, such as whether to file a provisional or non-provisional patent application, and how to handle international rights. +
- +
-4. Outline Required Forms and Deadlines: I listed the necessary USPTO forms and established key deadlines for actions like filing and responding to office actions. +
- +
-5. Consider Risk Management: I integrated steps for risk management to ensure that important actions, like filing a provisional patent before public disclosure, were included. +
- +
- +
-<bpmnio type="bpmn"> +
-<?xml version="1.0" encoding="UTF-8"?> +
-<definitions xmlns="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_1"><process id="Process_1" isExecutable="false"><startEvent id="start"><outgoing>start-task1</outgoing></startEvent><userTask id="task1" name="Decide on Entity Formation"><incoming>start-task1</incoming><incoming>gateway1a-task1</incoming><outgoing>task1-gateway1</outgoing><outgoing>task1-task2</outgoing><outgoing>task1-gateway1</outgoing></userTask><exclusiveGateway id="gateway1" name="Choose Entity Type"><incoming>task1-gateway1</incoming><incoming>task1-gateway1</incoming><outgoing>gateway1-task1a</outgoing><outgoing>gateway1-task1b</outgoing></exclusiveGateway><task id="task1a" name="Form LLC"><incoming>gateway1-task1a</incoming><outgoing>task1a-gateway1a</outgoing></task><task id="task1b" name="Form Corporation"><incoming>gateway1-task1b</incoming><outgoing>task1b-gateway1a</outgoing></task><exclusiveGateway id="gateway1a" name="Skip Entity Formation?"><incoming>task1a-gateway1a</incoming><incoming>task1b-gateway1a</incoming><outgoing>gateway1a-task2</outgoing><outgoing>gateway1a-task1</outgoing></exclusiveGateway><task id="task2" name="Prepare Required USPTO Forms"><incoming>gateway1a-task2</incoming><incoming>task1-task2</incoming><outgoing>task2-task3</outgoing></task><task id="task3" name="File Provisional Patent Application"><incoming>task2-task3</incoming><outgoing>task3-gateway2</outgoing></task><exclusiveGateway id="gateway2" name="Decision Point"><incoming>task3-gateway2</incoming><outgoing>gateway2-task4</outgoing><outgoing>gateway2-task8</outgoing></exclusiveGateway><exclusiveGateway id="gateway2-join"><incoming>task7-gateway2-join</incoming><incoming>task8-gateway2-join</incoming><outgoing>gateway2-join-end</outgoing></exclusiveGateway><task id="task4" name="File Non-provisional Patent Application"><incoming>gateway2-task4</incoming><outgoing>task4-task5</outgoing></task><task id="task5" name="Respond to Office Action"><incoming>task4-task5</incoming><outgoing>task5-task6</outgoing></task><task id="task6" name="Pay Issue Fee"><incoming>task5-task6</incoming><outgoing>task6-task7</outgoing></task><task id="task7" name="Pay Maintenance Fees"><incoming>task6-task7</incoming><outgoing>task7-gateway2-join</outgoing></task><task id="task8" name="File PCT Application"><incoming>gateway2-task8</incoming><outgoing>task8-gateway2-join</outgoing></task><endEvent id="end"><incoming>gateway2-join-end</incoming></endEvent><sequenceFlow id="start-task1" sourceRef="start" targetRef="task1" /><sequenceFlow id="task1-gateway1" sourceRef="task1" targetRef="gateway1" /><sequenceFlow id="task1a-gateway1a" sourceRef="task1a" targetRef="gateway1a" /><sequenceFlow id="gateway1-task1a" name="LLC" sourceRef="gateway1" targetRef="task1a" /><sequenceFlow id="task1b-gateway1a" sourceRef="task1b" targetRef="gateway1a" /><sequenceFlow id="gateway1-task1b" name="Corporation" sourceRef="gateway1" targetRef="task1b" /><sequenceFlow id="gateway1a-task2" name="Yes" sourceRef="gateway1a" targetRef="task2" /><sequenceFlow id="task1-task2" sourceRef="task1" targetRef="task2" /><sequenceFlow id="gateway1a-task1" name="No" sourceRef="gateway1a" targetRef="task1" /><sequenceFlow id="task2-task3" sourceRef="task2" targetRef="task3" /><sequenceFlow id="task3-gateway2" sourceRef="task3" targetRef="gateway2" /><sequenceFlow id="task4-task5" sourceRef="task4" targetRef="task5" /><sequenceFlow id="task5-task6" sourceRef="task5" targetRef="task6" /><sequenceFlow id="task6-task7" sourceRef="task6" targetRef="task7" /><sequenceFlow id="task7-gateway2-join" sourceRef="task7" targetRef="gateway2-join" /><sequenceFlow id="gateway2-task4" name="File Non-provisional" sourceRef="gateway2" targetRef="task4" /><sequenceFlow id="task8-gateway2-join" sourceRef="task8" targetRef="gateway2-join" /><sequenceFlow id="gateway2-task8" name="Consider International Rights" sourceRef="gateway2" targetRef="task8" /><sequenceFlow id="gateway2-join-end" sourceRef="gateway2-join" targetRef="end" /></process><bpmndi:BPMNDiagram id="BPMNDiagram_Process_1"><bpmndi:BPMNPlane id="BPMNPlane_Process_1" bpmnElement="Process_1"><bpmndi:BPMNShape id="start_di" bpmnElement="start"><dc:Bounds x="57" y="52" width="36" height="36" /></bpmndi:BPMNShape><bpmndi:BPMNShape id="task1_di" bpmnElement="task1"><dc:Bounds x="175" y="30" width="100" height="80" /></bpmndi:BPMNShape><bpmndi:BPMNShape id="gateway1_di" bpmnElement="gateway1" isMarkerVisible="true"><dc:Bounds x="350" y="45" width="50" height="50" /></bpmndi:BPMNShape><bpmndi:BPMNShape id="task1a_di" bpmnElement="task1a"><dc:Bounds x="475" y="30" width="100" height="80" /></bpmndi:BPMNShape><bpmndi:BPMNShape id="task1b_di" bpmnElement="task1b"><dc:Bounds x="1675" y="170" width="100" height="80" /></bpmndi:BPMNShape><bpmndi:BPMNShape id="gateway1a_di" bpmnElement="gateway1a" isMarkerVisible="true"><dc:Bounds x="650" y="45" width="50" height="50" /></bpmndi:BPMNShape><bpmndi:BPMNShape id="task2_di" bpmnElement="task2"><dc:Bounds x="325" y="170" width="100" height="80" /></bpmndi:BPMNShape><bpmndi:BPMNShape id="task3_di" bpmnElement="task3"><dc:Bounds x="475" y="170" width="100" height="80" /></bpmndi:BPMNShape><bpmndi:BPMNShape id="gateway2_di" bpmnElement="gateway2" isMarkerVisible="true"><dc:Bounds x="650" y="185" width="50" height="50" /></bpmndi:BPMNShape><bpmndi:BPMNShape id="gateway2-join_di" bpmnElement="gateway2-join" isMarkerVisible="true"><dc:Bounds x="1400" y="185" width="50" height="50" /></bpmndi:BPMNShape><bpmndi:BPMNShape id="task4_di" bpmnElement="task4"><dc:Bounds x="775" y="170" width="100" height="80" /></bpmndi:BPMNShape><bpmndi:BPMNShape id="task5_di" bpmnElement="task5"><dc:Bounds x="925" y="170" width="100" height="80" /></bpmndi:BPMNShape><bpmndi:BPMNShape id="task6_di" bpmnElement="task6"><dc:Bounds x="1075" y="170" width="100" height="80" /></bpmndi:BPMNShape><bpmndi:BPMNShape id="task7_di" bpmnElement="task7"><dc:Bounds x="1225" y="170" width="100" height="80" /></bpmndi:BPMNShape><bpmndi:BPMNShape id="task8_di" bpmnElement="task8"><dc:Bounds x="775" y="310" width="100" height="80" /></bpmndi:BPMNShape><bpmndi:BPMNShape id="end_di" bpmnElement="end"><dc:Bounds x="1557" y="192" width="36" height="36" /></bpmndi:BPMNShape><bpmndi:BPMNEdge id="start-task1_di" bpmnElement="start-task1"><di:waypoint x="93" y="70" /><di:waypoint x="175" y="70" /></bpmndi:BPMNEdge><bpmndi:BPMNEdge id="task1-gateway1_di" bpmnElement="task1-gateway1"><di:waypoint x="275" y="70" /><di:waypoint x="350" y="70" /></bpmndi:BPMNEdge><bpmndi:BPMNEdge id="task1a-gateway1a_di" bpmnElement="task1a-gateway1a"><di:waypoint x="575" y="70" /><di:waypoint x="650" y="70" /></bpmndi:BPMNEdge><bpmndi:BPMNEdge id="gateway1-task1a_di" bpmnElement="gateway1-task1a"><di:waypoint x="400" y="70" /><di:waypoint x="475" y="70" /></bpmndi:BPMNEdge><bpmndi:BPMNEdge id="task1b-gateway1a_di" bpmnElement="task1b-gateway1a"><di:waypoint x="1775" y="210" /><di:waypoint x="1800" y="210" /><di:waypoint x="1800" y="140" /><di:waypoint x="600" y="140" /><di:waypoint x="600" y="70" /><di:waypoint x="650" y="70" /></bpmndi:BPMNEdge><bpmndi:BPMNEdge id="gateway1-task1b_di" bpmnElement="gateway1-task1b"><di:waypoint x="400" y="70" /><di:waypoint x="450" y="70" /><di:waypoint x="450" y="140" /><di:waypoint x="1650" y="140" /><di:waypoint x="1650" y="210" /><di:waypoint x="1675" y="210" /></bpmndi:BPMNEdge><bpmndi:BPMNEdge id="gateway1a-task2_di" bpmnElement="gateway1a-task2"><di:waypoint x="700" y="70" /><di:waypoint x="750" y="70" /><di:waypoint x="750" y="140" /><di:waypoint x="300" y="140" /><di:waypoint x="300" y="210" /><di:waypoint x="325" y="210" /></bpmndi:BPMNEdge><bpmndi:BPMNEdge id="task1-task2_di" bpmnElement="task1-task2"><di:waypoint x="225" y="110" /><di:waypoint x="225" y="210" /><di:waypoint x="325" y="210" /></bpmndi:BPMNEdge><bpmndi:BPMNEdge id="gateway1a-task1_di" bpmnElement="gateway1a-task1"><di:waypoint x="675" y="45" /><di:waypoint x="675" y="0" /><di:waypoint x="225" y="0" /><di:waypoint x="225" y="30" /></bpmndi:BPMNEdge><bpmndi:BPMNEdge id="task2-task3_di" bpmnElement="task2-task3"><di:waypoint x="425" y="210" /><di:waypoint x="475" y="210" /></bpmndi:BPMNEdge><bpmndi:BPMNEdge id="task3-gateway2_di" bpmnElement="task3-gateway2"><di:waypoint x="575" y="210" /><di:waypoint x="650" y="210" /></bpmndi:BPMNEdge><bpmndi:BPMNEdge id="task4-task5_di" bpmnElement="task4-task5"><di:waypoint x="875" y="210" /><di:waypoint x="925" y="210" /></bpmndi:BPMNEdge><bpmndi:BPMNEdge id="task5-task6_di" bpmnElement="task5-task6"><di:waypoint x="1025" y="210" /><di:waypoint x="1075" y="210" /></bpmndi:BPMNEdge><bpmndi:BPMNEdge id="task6-task7_di" bpmnElement="task6-task7"><di:waypoint x="1175" y="210" /><di:waypoint x="1225" y="210" /></bpmndi:BPMNEdge><bpmndi:BPMNEdge id="task7-gateway2-join_di" bpmnElement="task7-gateway2-join"><di:waypoint x="1325" y="210" /><di:waypoint x="1400" y="210" /></bpmndi:BPMNEdge><bpmndi:BPMNEdge id="gateway2-task4_di" bpmnElement="gateway2-task4"><di:waypoint x="700" y="210" /><di:waypoint x="775" y="210" /></bpmndi:BPMNEdge><bpmndi:BPMNEdge id="task8-gateway2-join_di" bpmnElement="task8-gateway2-join"><di:waypoint x="875" y="350" /><di:waypoint x="1425" y="350" /><di:waypoint x="1425" y="235" /></bpmndi:BPMNEdge><bpmndi:BPMNEdge id="gateway2-task8_di" bpmnElement="gateway2-task8"><di:waypoint x="675" y="235" /><di:waypoint x="675" y="350" /><di:waypoint x="775" y="350" /></bpmndi:BPMNEdge><bpmndi:BPMNEdge id="gateway2-join-end_di" bpmnElement="gateway2-join-end"><di:waypoint x="1450" y="210" /><di:waypoint x="1557" y="210" /></bpmndi:BPMNEdge></bpmndi:BPMNPlane></bpmndi:BPMNDiagram></definitions> +
-</bpmnio>+
  
united_states_patent_and_trademark_office_uspto.1732724906.txt.gz · Last modified: 2024/11/27 16:28 by admin