Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision |
united_states_patent_and_trademark_office_uspto [2024/11/27 16:23] – created admin | united_states_patent_and_trademark_office_uspto [2024/11/28 17:50] (current) – admin |
---|
Filing a Patent | =====Wikidata references===== |
| [[https://www.wikidata.org/wiki/Q1459541|USPTO]] |
| [[https://www.wikidata.org/wiki/Q253623|Patent]] |
| |
Key phases | =====Sample processes===== |
1. Identify Key Phases: I broke down the process into major phases: Entity Formation and Patent Process. This helped to structure the workflow logically. | * [[US Patent Process]] |
| * [[US Trademark Process]] |
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">< |