{"id":397,"date":"2026-02-25T10:17:22","date_gmt":"2026-02-25T10:17:22","guid":{"rendered":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/bpmn-fundamentals-for-beginners\/bpmn-symbols\/bpmn-elements-events-activities-gateways\/"},"modified":"2026-02-25T10:17:22","modified_gmt":"2026-02-25T10:17:22","slug":"bpmn-elements-events-activities-gateways","status":"publish","type":"docs","link":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/bpmn-fundamentals-for-beginners\/bpmn-symbols\/bpmn-elements-events-activities-gateways\/","title":{"rendered":"Understanding Events, Activities, and Gateways"},"content":{"rendered":"<p>When you start drawing your first BPMN diagram, the temptation is to jump straight into boxes and arrows. But here\u2019s the truth: every solid process model begins with a deep understanding of just three building blocks. These aren\u2019t just shapes\u2014they\u2019re logic carriers. Mistakes happen early when we treat them as decoration instead of decision points.<\/p>\n<p>Over two decades of guiding teams through their first process maps taught me this: beginners often confuse activities with events, or misapply gateways, leading to diagrams that look correct but don\u2019t reflect real workflow logic. You don\u2019t need to master every rule on day one. But you do need to know how events, activities, and gateways work together to form the backbone of any process.<\/p>\n<p>This chapter will walk you through each element with actual examples from real-world processes. You\u2019ll learn how to identify the right event type, choose the proper activity, and place gateways that make sense\u2014not just look right. By the end, you\u2019ll have the confidence to build diagrams that communicate clearly to developers, managers, and clients alike.<\/p>\n<h2>Core BPMN Elements Explained<\/h2>\n<p>BPMN is built on three fundamental components: events, activities, and gateways. They\u2019re the grammar of business process diagrams\u2014each with a role, a syntax, and real-world meaning.<\/p>\n<h3>Events: Triggers and Outcomes<\/h3>\n<p>Events are the start and end points of a process. They mark a moment when something happens\u2014a signal, a condition, or a state change.<\/p>\n<p>There are three main types: start, intermediate, and end events. Each has subtypes that define their behavior.<\/p>\n<ul>\n<li><strong>Start events<\/strong> initiate a process. They can be triggered by time, messages, or conditions.<\/li>\n<li><strong>Intermediate events<\/strong> occur during a process and don\u2019t end it. They can be used to catch errors, timers, or messages.<\/li>\n<li><strong>End events<\/strong> mark the completion of a process. They can signal success, failure, or cancellation.<\/li>\n<\/ul>\n<p>Think of a loan approval process: the start event might be \u201cLoan application received.\u201d The end event could be \u201cApproval granted\u201d or \u201cApplication rejected.\u201d An intermediate event might be \u201cCredit check completed\u201d or \u201cFraud alert triggered.\u201d<\/p>\n<h3>Activities: Work to Be Done<\/h3>\n<p>Activities represent the work that happens within a process. They\u2019re the action steps\u2014something that takes time and resources.<\/p>\n<p>There are three types:<\/p>\n<ol>\n<li><strong>Task<\/strong>: A single piece of work with no internal steps.<\/li>\n<li><strong>Sub-process<\/strong>: A group of tasks that can be collapsed or expanded.<\/li>\n<li><strong>Transaction<\/strong>: A special type of sub-process that must complete fully or not at all.<\/li>\n<\/ol>\n<p>For example, in a customer onboarding workflow, \u201cVerify identity\u201d and \u201cCollect address details\u201d are tasks. \u201cComplete onboarding\u201d might be a sub-process containing multiple steps: document upload, background check, and contract signing.<\/p>\n<p>No matter how simple or complex, every activity must have a clear name and purpose. Avoid vague labels like \u201cDo something\u201d or \u201cProcess data.\u201d Instead, use verbs: \u201cVerify documents,\u201d \u201cSend notification,\u201d \u201cUpdate database.\u201d<\/p>\n<h3>Gateways: Decision Points That Shape Flow<\/h3>\n<p>Gateways control the flow of a process. They\u2019re the logic switches\u2014where choices are made.<\/p>\n<p>There are four main gateways:<\/p>\n<ul>\n<li><strong>Exclusive (XOR)<\/strong>: Only one path fires. Use for decisions: \u201cIs the customer in good standing?\u201d<\/li>\n<li><strong>Parallel (AND)<\/strong>: All outgoing paths must be taken. Use for concurrent tasks: \u201cNotify team and log incident.\u201d<\/li>\n<li><strong>Inclusive (OR)<\/strong>: One or more paths can fire. Use when multiple conditions may apply.<\/li>\n<li><strong>Complex<\/strong>: A combination of logic, used in advanced flows.<\/li>\n<\/ul>\n<p>Consider a support ticket workflow: after \u201cReceive request,\u201d a gateway decides whether to \u201cEscalate\u201d or \u201cAssign to agent.\u201d That\u2019s XOR. If \u201cAssign to agent\u201d and \u201cSend acknowledgment\u201d both happen, that\u2019s AND.<\/p>\n<p>Remember: gateways don\u2019t cause work\u2014they direct it. The path you choose depends on conditions, not tasks.<\/p>\n<h2>How BPMN Elements Work Together<\/h2>\n<p>Understanding each element in isolation is only half the battle. The real magic happens when they interact.<\/p>\n<p>Let\u2019s walk through a realistic example: a <strong>BPMN activity example<\/strong> for an employee vacation request.<\/p>\n<ol>\n<li>Start event: \u201cVacation request submitted\u201d<\/li>\n<li>Activity: \u201cVerify leave balance\u201d<\/li>\n<li>Gateway: \u201cIs balance sufficient?\u201d<\/li>\n<li>If YES: Activity \u201cApprove vacation\u201d \u2192 End event \u201cRequest approved\u201d<\/li>\n<li>If NO: Activity \u201cNotify employee of insufficient leave\u201d \u2192 End event \u201cRequest denied\u201d<\/li>\n<\/ol>\n<p>Now, suppose the HR manager can also reject the request without checking balance. That\u2019s where <strong>BPMN gateways explained<\/strong> come in. You\u2019d use an inclusive gateway: \u201cIs balance sufficient OR manager rejects?\u201d<\/p>\n<p>This is how you build logic that reflects real decisions, not just flow. The gateway determines the path, but the activity defines the work.<\/p>\n<h2>Common Pitfalls and How to Avoid Them<\/h2>\n<p>I\u2019ve reviewed hundreds of beginner diagrams. Here are the most frequent mistakes\u2014and how to fix them.<\/p>\n<h3>1. Using Events Where Activities Belong<\/h3>\n<p>Don\u2019t label a task as \u201cSend email.\u201d Instead, use \u201cSend approval email.\u201d If you need a message event, mark it with a circle and a message icon.<\/p>\n<p>Start events should be triggers\u2014like \u201cPayment received\u201d or \u201cSystem alert.\u201d They\u2019re not actions.<\/p>\n<h3>2. Overusing Parallel Gateways<\/h3>\n<p>Parallel flows are powerful\u2014but they can overwhelm a process. Use them only when multiple tasks must happen independently and simultaneously.<\/p>\n<p>Ask: \u201cCould this step happen before or after the others?\u201d If not, XOR is better.<\/p>\n<h3>3. Confusing Intermediate Events<\/h3>\n<p>Intermediate events are often misused. They\u2019re not for steps. They\u2019re for catching conditions: \u201cTimer expires,\u201d \u201cError occurs,\u201d or \u201cMessage received.\u201d<\/p>\n<p>Use intermediate events only when the flow must pause to respond to something external or conditional.<\/p>\n<h3>4. Ignoring Sequence Flow Rules<\/h3>\n<p>Sequence flows connect elements. But their direction matters. Always flow from source to target. Never cross flows unless absolutely necessary.<\/p>\n<p>Ensure every activity has a clear path forward. A task with no outgoing flow is invalid.<\/p>\n<h2>Decision Tables: A Practical Application<\/h2>\n<p>When modeling complex logic, decision tables are your friend. They help you map conditions and outcomes clearly\u2014without cluttering the diagram.<\/p>\n<p>For example, in a loan approval process, a decision table can define: \u201cIf credit score &gt; 700 AND income &gt; $50K \u2192 Approve.\u201d<\/p>\n<p>Instead of drawing multiple gateways, you can summarize the logic in a table and link it to a decision activity.<\/p>\n<p>This keeps your diagram clean and makes validation easier. It also aligns with how business rules are often documented.<\/p>\n<h2>Best Practices for Clear, Effective Diagrams<\/h2>\n<p>Here\u2019s what I\u2019ve found works consistently in real teams:<\/p>\n<ul>\n<li>Use consistent naming: \u201cSubmit form\u201d not \u201cDo it.\u201d<\/li>\n<li>Keep flows top-to-bottom unless direction improves readability.<\/li>\n<li>Use swimlanes to assign responsibilities\u2014don\u2019t assume one person handles all tasks.<\/li>\n<li>Limit gateways per task. More than two per decision point gets hard to read.<\/li>\n<li>Always validate your model: does the flow make logical sense? Can it be executed?<\/li>\n<\/ul>\n<p>When in doubt, ask: \u201cWould someone not on the team understand this?\u201d If not, simplify.<\/p>\n<h2>Frequently Asked Questions<\/h2>\n<h3>What are the main BPMN events types?<\/h3>\n<p>Start events (e.g., message start), intermediate events (e.g., timer, message catch), and end events (e.g., success, error). Each has specific triggers and behaviors.<\/p>\n<h3>Can you give a BPMN activity example?<\/h3>\n<p>Yes. \u201cVerify identity documents\u201d is a clear task. \u201cProcess customer application\u201d is a sub-process. \u201cComplete payment processing\u201d is a transaction. These are all valid activities.<\/p>\n<h3>How do BPMN gateways explained in simple terms?<\/h3>\n<p>Gateways decide which path to take. XOR = choose one. AND = take all. OR = one or more. They\u2019re logic switches, not action points.<\/p>\n<h3>What\u2019s the difference between a task and a sub-process?<\/h3>\n<p>A task is a single work unit. A sub-process is a group of tasks that can be collapsed. Use sub-processes to manage complexity.<\/p>\n<h3>Why is my BPMN diagram not flowing correctly?<\/h3>\n<p>Check for missing sequence flows, invalid gateways, or missing start\/end events. Ensure all paths are connected and decisions are clear.<\/p>\n<h3>How do I model a complex decision without clutter?<\/h3>\n<p>Use decision tables or a decision activity linked to a DMN model. This keeps the BPMN diagram clean while preserving logic.<\/p>\n<p>With these fundamentals, you\u2019re not just drawing a picture\u2014you\u2019re building a map of logic. The more clearly you model events, activities, and gateways, the more powerful your process will become. And the best part? You don\u2019t need to be a developer or analyst to start.<\/p>\n<p>Every modeler begins where you are now: with a blank canvas, a few elements, and the courage to connect the dots. You\u2019ve got the tools. Now go build something meaningful.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>When you start drawing your first BPMN diagram, the temptation is to jump straight into boxes and arrows. But here\u2019s the truth: every solid process model begins with a deep understanding of just three building blocks. These aren\u2019t just shapes\u2014they\u2019re logic carriers. Mistakes happen early when we treat them as decoration instead of decision points. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":395,"menu_order":1,"template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"doc_tag":[],"class_list":["post-397","docs","type-docs","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>BPMN Elements: Events, Activities &amp; Gateways<\/title>\n<meta name=\"description\" content=\"Learn the three core BPMN elements\u2014events, activities, and gateways\u2014with real examples and practical insights. Master workflow logic, decision tables, and modeling best practices for business process diagrams.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/bpmn-fundamentals-for-beginners\/bpmn-symbols\/bpmn-elements-events-activities-gateways\/\" \/>\n<meta property=\"og:locale\" content=\"pt_PT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"BPMN Elements: Events, Activities &amp; Gateways\" \/>\n<meta property=\"og:description\" content=\"Learn the three core BPMN elements\u2014events, activities, and gateways\u2014with real examples and practical insights. Master workflow logic, decision tables, and modeling best practices for business process diagrams.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/bpmn-fundamentals-for-beginners\/bpmn-symbols\/bpmn-elements-events-activities-gateways\/\" \/>\n<meta property=\"og:site_name\" content=\"Visual Paradigm Skills Portugu\u00eas\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tempo estimado de leitura\" \/>\n\t<meta name=\"twitter:data1\" content=\"7 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/bpmn-fundamentals-for-beginners\/bpmn-symbols\/bpmn-elements-events-activities-gateways\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/bpmn-fundamentals-for-beginners\/bpmn-symbols\/bpmn-elements-events-activities-gateways\/\",\"name\":\"BPMN Elements: Events, Activities & Gateways\",\"isPartOf\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/#website\"},\"datePublished\":\"2026-02-25T10:17:22+00:00\",\"description\":\"Learn the three core BPMN elements\u2014events, activities, and gateways\u2014with real examples and practical insights. Master workflow logic, decision tables, and modeling best practices for business process diagrams.\",\"breadcrumb\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/bpmn-fundamentals-for-beginners\/bpmn-symbols\/bpmn-elements-events-activities-gateways\/#breadcrumb\"},\"inLanguage\":\"pt-PT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/bpmn-fundamentals-for-beginners\/bpmn-symbols\/bpmn-elements-events-activities-gateways\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/bpmn-fundamentals-for-beginners\/bpmn-symbols\/bpmn-elements-events-activities-gateways\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/skills.visual-paradigm.com\/pt\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"BPMN Fundamentals for Beginners\",\"item\":\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/bpmn-fundamentals-for-beginners\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"BPMN Basics\u2014Symbols, Structure, and Syntax\",\"item\":\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/bpmn-fundamentals-for-beginners\/bpmn-symbols\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Understanding Events, Activities, and Gateways\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/#website\",\"url\":\"https:\/\/skills.visual-paradigm.com\/pt\/\",\"name\":\"Visual Paradigm Skills Portugu\u00eas\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/skills.visual-paradigm.com\/pt\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"pt-PT\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/#organization\",\"name\":\"Visual Paradigm Skills Portugu\u00eas\",\"url\":\"https:\/\/skills.visual-paradigm.com\/pt\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-PT\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/pt\/wp-content\/uploads\/sites\/9\/2026\/02\/favicon.svg\",\"contentUrl\":\"https:\/\/skills.visual-paradigm.com\/pt\/wp-content\/uploads\/sites\/9\/2026\/02\/favicon.svg\",\"width\":70,\"height\":70,\"caption\":\"Visual Paradigm Skills Portugu\u00eas\"},\"image\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"BPMN Elements: Events, Activities & Gateways","description":"Learn the three core BPMN elements\u2014events, activities, and gateways\u2014with real examples and practical insights. Master workflow logic, decision tables, and modeling best practices for business process diagrams.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/bpmn-fundamentals-for-beginners\/bpmn-symbols\/bpmn-elements-events-activities-gateways\/","og_locale":"pt_PT","og_type":"article","og_title":"BPMN Elements: Events, Activities & Gateways","og_description":"Learn the three core BPMN elements\u2014events, activities, and gateways\u2014with real examples and practical insights. Master workflow logic, decision tables, and modeling best practices for business process diagrams.","og_url":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/bpmn-fundamentals-for-beginners\/bpmn-symbols\/bpmn-elements-events-activities-gateways\/","og_site_name":"Visual Paradigm Skills Portugu\u00eas","twitter_card":"summary_large_image","twitter_misc":{"Tempo estimado de leitura":"7 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/bpmn-fundamentals-for-beginners\/bpmn-symbols\/bpmn-elements-events-activities-gateways\/","url":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/bpmn-fundamentals-for-beginners\/bpmn-symbols\/bpmn-elements-events-activities-gateways\/","name":"BPMN Elements: Events, Activities & Gateways","isPartOf":{"@id":"https:\/\/skills.visual-paradigm.com\/pt\/#website"},"datePublished":"2026-02-25T10:17:22+00:00","description":"Learn the three core BPMN elements\u2014events, activities, and gateways\u2014with real examples and practical insights. Master workflow logic, decision tables, and modeling best practices for business process diagrams.","breadcrumb":{"@id":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/bpmn-fundamentals-for-beginners\/bpmn-symbols\/bpmn-elements-events-activities-gateways\/#breadcrumb"},"inLanguage":"pt-PT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/skills.visual-paradigm.com\/pt\/docs\/bpmn-fundamentals-for-beginners\/bpmn-symbols\/bpmn-elements-events-activities-gateways\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/bpmn-fundamentals-for-beginners\/bpmn-symbols\/bpmn-elements-events-activities-gateways\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/skills.visual-paradigm.com\/pt\/"},{"@type":"ListItem","position":2,"name":"BPMN Fundamentals for Beginners","item":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/bpmn-fundamentals-for-beginners\/"},{"@type":"ListItem","position":3,"name":"BPMN Basics\u2014Symbols, Structure, and Syntax","item":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/bpmn-fundamentals-for-beginners\/bpmn-symbols\/"},{"@type":"ListItem","position":4,"name":"Understanding Events, Activities, and Gateways"}]},{"@type":"WebSite","@id":"https:\/\/skills.visual-paradigm.com\/pt\/#website","url":"https:\/\/skills.visual-paradigm.com\/pt\/","name":"Visual Paradigm Skills Portugu\u00eas","description":"","publisher":{"@id":"https:\/\/skills.visual-paradigm.com\/pt\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/skills.visual-paradigm.com\/pt\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pt-PT"},{"@type":"Organization","@id":"https:\/\/skills.visual-paradigm.com\/pt\/#organization","name":"Visual Paradigm Skills Portugu\u00eas","url":"https:\/\/skills.visual-paradigm.com\/pt\/","logo":{"@type":"ImageObject","inLanguage":"pt-PT","@id":"https:\/\/skills.visual-paradigm.com\/pt\/#\/schema\/logo\/image\/","url":"https:\/\/skills.visual-paradigm.com\/pt\/wp-content\/uploads\/sites\/9\/2026\/02\/favicon.svg","contentUrl":"https:\/\/skills.visual-paradigm.com\/pt\/wp-content\/uploads\/sites\/9\/2026\/02\/favicon.svg","width":70,"height":70,"caption":"Visual Paradigm Skills Portugu\u00eas"},"image":{"@id":"https:\/\/skills.visual-paradigm.com\/pt\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/skills.visual-paradigm.com\/pt\/wp-json\/wp\/v2\/docs\/397","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/skills.visual-paradigm.com\/pt\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/skills.visual-paradigm.com\/pt\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/pt\/wp-json\/wp\/v2\/users\/1"}],"version-history":[{"count":0,"href":"https:\/\/skills.visual-paradigm.com\/pt\/wp-json\/wp\/v2\/docs\/397\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/pt\/wp-json\/wp\/v2\/docs\/395"}],"wp:attachment":[{"href":"https:\/\/skills.visual-paradigm.com\/pt\/wp-json\/wp\/v2\/media?parent=397"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/pt\/wp-json\/wp\/v2\/doc_tag?post=397"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}