{"id":1205,"date":"2026-02-25T10:37:29","date_gmt":"2026-02-25T10:37:29","guid":{"rendered":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/modeling-customer-journeys-with-bpmn\/linking-journey-maps-and-bpmn\/validate-journey-maps-with-bpmn\/"},"modified":"2026-02-25T10:37:29","modified_gmt":"2026-02-25T10:37:29","slug":"validate-journey-maps-with-bpmn","status":"publish","type":"docs","link":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/modeling-customer-journeys-with-bpmn\/linking-journey-maps-and-bpmn\/validate-journey-maps-with-bpmn\/","title":{"rendered":"Using BPMN to Validate and Refine Journey Maps"},"content":{"rendered":"<p>Most journey maps begin as empathy exercises\u2014visual stories of emotion, touchpoints, and expectations. But they rarely reveal the silent forces behind the scenes: handoffs, delays, system dependencies, and unspoken assumptions. I\u2019ve seen teams spend weeks refining a journey map\u2014only to discover, after rollout, that a critical step was never actually in their process. That\u2019s where BPMN becomes indispensable.<\/p>\n<p>Modeling the same journey in BPMN doesn\u2019t replace the emotional layer of a map. Instead, it tests it. It forces alignment between perception and reality. When a journey map shows a seamless \u201cinstant confirmation\u201d after a purchase, BPMN can expose whether that&#8217;s truly possible\u2014or whether an approval queue, manual entry, or system timeout is silently eroding trust.<\/p>\n<p>Here, you\u2019ll learn how to turn a journey map into a living BPMN model: not to replace CX thinking, but to validate it. You\u2019ll discover how to uncover missing steps, challenge assumptions, and collaborate across teams\u2014using process logic as a mirror to reflect and refine your customer view.<\/p>\n<h2>From Journey Map to BPMN Model: A Step-by-Step Translation<\/h2>\n<h3>Step 1: Extract the Core Journey Path<\/h3>\n<p>Start by isolating the main customer path from your journey map\u2014typically the \u201chappy path\u201d from trigger to resolution. Identify key stages: awareness, consideration, purchase, onboarding, support, renewal.<\/p>\n<p>These stages become the backbone of your BPMN model. Use swimlanes to represent roles: Customer, Web Portal, Support Team, Back-Office, Billing System.<\/p>\n<h3>Step 2: Convert Touchpoints into BPMN Activities<\/h3>\n<p>Each customer action becomes a task. A journey map showing \u201centers payment details\u201d becomes a BPMN activity: <code>Enter Payment Information<\/code>.<\/p>\n<p>But unlike journey maps, BPMN forces you to ask: Who owns this? What happens next? Is there a delay? Is data validated? These questions expose assumptions.<\/p>\n<h3>Step 3: Map Decision Points with Gateways<\/h3>\n<p>Journey maps often imply \u201cif this, then that\u201d\u2014but in practice, many decisions are buried. BPMN makes them explicit.<\/p>\n<p>Use exclusive gateways (<code>?<\/code>) to represent choices: Was the payment successful? Is the customer a returning user? Does the address need verification?<\/p>\n<p>Each branch must lead to a real process step. If a condition leads to no action, it\u2019s a red flag\u2014it means a gap in the customer journey.<\/p>\n<h3>Step 4: Anchor the Customer\u2019s Experience in the Flow<\/h3>\n<p>Place the customer as a separate pool or lane. This isn\u2019t just for show\u2014it keeps the focus on the experience. If a step occurs outside their view (e.g., back-office review), label it clearly: <em>(Behind the scenes)<\/em>.<\/p>\n<p>Use message flows to show communications. A customer sends a request. A system responds. A support agent replies. These messages reveal wait times, miscommunications, and gaps.<\/p>\n<h3>Step 5: Validate with Real Process Logic<\/h3>\n<p>Now run your model through a reality check:<\/p>\n<ul>\n<li>Does every customer action lead to a clear outcome?<\/li>\n<li>Are handoffs documented with clear ownership?<\/li>\n<li>Can any path lead to a dead end?<\/li>\n<li>Are delays modeled with timers or queues?<\/li>\n<\/ul>\n<p>If yes, you\u2019re not just visualizing a journey\u2014you\u2019re modeling its operational reality.<\/p>\n<h2>How BPMN Uncovers Hidden Gaps in Customer Journeys<\/h2>\n<p>One of my clients believed their onboarding was smooth. Their journey map showed \u201cinstant access\u201d after signup. But when we converted the journey into BPMN, we found that the \u201cinstant access\u201d step required manual approval from a compliance officer\u2014often taking 2\u20133 business days.<\/p>\n<p>That delay wasn\u2019t in the map. It was invisible. But in BPMN, it stood out: a 48-hour delay between <code>Submit Application<\/code> and <code>Grant Access<\/code>. The customer wasn\u2019t just waiting\u2014they were anxious, frustrated, and likely abandoning.<\/p>\n<p>BPMN revealed not just a gap, but a misalignment between perception and process. That\u2019s why BPMN is more than a tool\u2014it\u2019s a validation engine for CX.<\/p>\n<h3>Common Gaps Revealed by BPMN Modeling<\/h3>\n<table>\n<tbody>\n<tr>\n<th>Gap Type<\/th>\n<th>What It Looks Like in BPMN<\/th>\n<th>Why It Matters<\/th>\n<\/tr>\n<tr>\n<td>Missing handoff<\/td>\n<td>No outgoing flow from a task<\/td>\n<td>Customer action isn\u2019t followed by a response<\/td>\n<\/tr>\n<tr>\n<td>Unidentified owner<\/td>\n<td>Task without a swimlane<\/td>\n<td>No accountability, delays, blame games<\/td>\n<\/tr>\n<tr>\n<td>Unrealistic timeline<\/td>\n<td>Immediate outcome without delay<\/td>\n<td>Underestimates response time, damages trust<\/td>\n<\/tr>\n<tr>\n<td>Dead-end branch<\/td>\n<td>Gateway with no path to resolution<\/td>\n<td>Customer stuck, no next step<\/td>\n<\/tr>\n<tr>\n<td>Assumed automation<\/td>\n<td>No error handling or fallback<\/td>\n<td>System failure blocks journey, no recovery path<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>These gaps aren\u2019t rare. They\u2019re everywhere. BPMN makes them visible\u2014often before a single line of code is written.<\/p>\n<h2>Refining Journey Maps Using Processes: A Collaborative Method<\/h2>\n<p>Validation isn\u2019t a one-person job. It\u2019s a workshop. I recommend running a \u201cBPMN Reality Check\u201d session with stakeholders from CX, operations, IT, and support.<\/p>\n<p>Use this simple method:<\/p>\n<ol>\n<li>Start with the journey map. Share the high-level emotional arc.<\/li>\n<li>Present the corresponding BPMN model. Highlight key steps and decision points.<\/li>\n<li>Ask: \u201cDo we actually do this?\u201d \u201cWho owns this?\u201d \u201cIs this realistic?\u201d<\/li>\n<li>Mark discrepancies. Add notes: \u201cUnconfirmed,\u201d \u201cNeeds validation,\u201d \u201cNo handoff documented.\u201d<\/li>\n<li>Refine the journey map based on process reality.<\/li>\n<\/ol>\n<p>That\u2019s how you turn a map into a living document\u2014one that reflects not just how customers feel, but how they\u2019re actually treated.<\/p>\n<h3>Why This Works: The Power of Shared Reality<\/h3>\n<p>When CX teams see a process step labeled \u201cAwaiting manual approval,\u201d they realize their emotional journey isn\u2019t just blocked by time\u2014it\u2019s blocked by a human bottleneck.<\/p>\n<p>When operations teams see a journey showing \u201cinstant resolution,\u201d they challenge the assumption: \u201cWe can\u2019t do that\u2014our system takes 15 minutes to process.\u201d<\/p>\n<p>These aren\u2019t conflicts. They\u2019re conversations. BPMN is the common language that turns opinion into insight.<\/p>\n<h2>BPMN as a Validation Tool for CX: Beyond the Obvious<\/h2>\n<p>Some assume BPMN is only for IT or operations. But its real power lies in uncovering hidden customer friction.<\/p>\n<p>Consider a support journey: the map says \u201cQuick resolution in 24 hours.\u201d But BPMN shows a ticket must pass through three queues: Tier 1 \u2192 Tier 2 \u2192 Escalation \u2192 Backlog. Each step adds time. And no one owns the end-to-end flow.<\/p>\n<p>That\u2019s not a support issue. It\u2019s a process design failure. BPMN exposes it.<\/p>\n<p>Now, ask: \u201cCan we make this faster?\u201d \u201cWhat if we automate routing?\u201d \u201cCan we reduce handoffs?\u201d The answers emerge not from guesswork\u2014but from the model itself.<\/p>\n<h3>Key Questions to Ask During Validation<\/h3>\n<ul>\n<li>Is there a clear path from every customer action to a result?<\/li>\n<li>Are delays modeled with timers or queues? If not, are they underestimated?<\/li>\n<li>Are exceptions handled? What happens if a system fails?<\/li>\n<li>Does the model reflect real-world constraints (e.g., business hours, staffing)?<\/li>\n<li>Could a customer abandon at any point? Is that represented?<\/li>\n<\/ul>\n<p>If any answer is \u201cno,\u201d you\u2019ve found a gap. And that\u2019s where refinement begins.<\/p>\n<h2>Frequently Asked Questions<\/h2>\n<h3>How do I start validating a journey map with BPMN if I\u2019m not a process expert?<\/h3>\n<p>Begin with a simple model. Use the journey map as a guide. Translate each major step into a task. Add swimlanes for roles. Use gateways only where a decision is involved. You don\u2019t need to master BPMN\u2014just enough to surface assumptions. The goal is clarity, not perfection.<\/p>\n<h3>Can BPMN really reveal gaps that journey maps miss?<\/h3>\n<p>Yes. Journey maps focus on perception\u2014what the customer experiences. BPMN focuses on reality\u2014what actually happens. A journey map may show \u201cfast response,\u201d but BPMN can show a 2-hour delay due to queueing. It\u2019s not about being right or wrong\u2014it\u2019s about bridging the gap between view and execution.<\/p>\n<h3>How often should I revisit and re-validate journey maps with BPMN?<\/h3>\n<p>At least once per major process change\u2014system updates, role changes, automation rollouts. Also, during quarterly CX reviews. The journey is dynamic. So should be your model. A static journey map becomes outdated. A living BPMN model keeps pace.<\/p>\n<h3>What if stakeholders don\u2019t agree on a BPMN step?<\/h3>\n<p>Use the model as a conversation starter. Say: \u201cThis step is missing ownership. Let\u2019s clarify who does it and how.\u201d Disagreement is not a problem\u2014it\u2019s a sign the model is working. The goal isn\u2019t consensus\u2014it\u2019s clarity. Once you see the gap, solving it is easier.<\/p>\n<h3>Do I need a BPMN tool to validate journey maps?<\/h3>\n<p>Tools help, but aren\u2019t required. You can sketch a basic model on paper or in a whiteboard. Use rectangles for tasks, diamonds for decisions, arrows for flow. The key is structure\u2014ensuring every action has an owner, a result, and a path forward. Tools just make it easier to revise and share.<\/p>\n<h3>How do I balance customer experience with process efficiency in BPMN?<\/h3>\n<p>Never sacrifice experience for efficiency. Use BPMN to show where efficiency gains can be made without harming the journey. For example, automate a step but keep a human review for exceptions. Or reduce handoffs but ensure the customer is informed. BPMN should support, not replace, empathy.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Most journey maps begin as empathy exercises\u2014visual stories of emotion, touchpoints, and expectations. But they rarely reveal the silent forces behind the scenes: handoffs, delays, system dependencies, and unspoken assumptions. I\u2019ve seen teams spend weeks refining a journey map\u2014only to discover, after rollout, that a critical step was never actually in their process. That\u2019s where [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":1203,"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-1205","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>Validate Journey Maps with BPMN<\/title>\n<meta name=\"description\" content=\"Use BPMN to validate journey maps, uncover hidden gaps, and refine customer experiences through process-driven insight. A practical guide to refining journey maps using processes.\" \/>\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\/modeling-customer-journeys-with-bpmn\/linking-journey-maps-and-bpmn\/validate-journey-maps-with-bpmn\/\" \/>\n<meta property=\"og:locale\" content=\"pt_PT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Validate Journey Maps with BPMN\" \/>\n<meta property=\"og:description\" content=\"Use BPMN to validate journey maps, uncover hidden gaps, and refine customer experiences through process-driven insight. A practical guide to refining journey maps using processes.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/modeling-customer-journeys-with-bpmn\/linking-journey-maps-and-bpmn\/validate-journey-maps-with-bpmn\/\" \/>\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\/modeling-customer-journeys-with-bpmn\/linking-journey-maps-and-bpmn\/validate-journey-maps-with-bpmn\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/modeling-customer-journeys-with-bpmn\/linking-journey-maps-and-bpmn\/validate-journey-maps-with-bpmn\/\",\"name\":\"Validate Journey Maps with BPMN\",\"isPartOf\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/#website\"},\"datePublished\":\"2026-02-25T10:37:29+00:00\",\"description\":\"Use BPMN to validate journey maps, uncover hidden gaps, and refine customer experiences through process-driven insight. A practical guide to refining journey maps using processes.\",\"breadcrumb\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/modeling-customer-journeys-with-bpmn\/linking-journey-maps-and-bpmn\/validate-journey-maps-with-bpmn\/#breadcrumb\"},\"inLanguage\":\"pt-PT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/modeling-customer-journeys-with-bpmn\/linking-journey-maps-and-bpmn\/validate-journey-maps-with-bpmn\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/modeling-customer-journeys-with-bpmn\/linking-journey-maps-and-bpmn\/validate-journey-maps-with-bpmn\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/skills.visual-paradigm.com\/pt\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Modeling Customer Journeys with BPMN\",\"item\":\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/modeling-customer-journeys-with-bpmn\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Linking Journey Maps and BPMN in Practice\",\"item\":\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/modeling-customer-journeys-with-bpmn\/linking-journey-maps-and-bpmn\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Using BPMN to Validate and Refine Journey Maps\"}]},{\"@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":"Validate Journey Maps with BPMN","description":"Use BPMN to validate journey maps, uncover hidden gaps, and refine customer experiences through process-driven insight. A practical guide to refining journey maps using processes.","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\/modeling-customer-journeys-with-bpmn\/linking-journey-maps-and-bpmn\/validate-journey-maps-with-bpmn\/","og_locale":"pt_PT","og_type":"article","og_title":"Validate Journey Maps with BPMN","og_description":"Use BPMN to validate journey maps, uncover hidden gaps, and refine customer experiences through process-driven insight. A practical guide to refining journey maps using processes.","og_url":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/modeling-customer-journeys-with-bpmn\/linking-journey-maps-and-bpmn\/validate-journey-maps-with-bpmn\/","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\/modeling-customer-journeys-with-bpmn\/linking-journey-maps-and-bpmn\/validate-journey-maps-with-bpmn\/","url":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/modeling-customer-journeys-with-bpmn\/linking-journey-maps-and-bpmn\/validate-journey-maps-with-bpmn\/","name":"Validate Journey Maps with BPMN","isPartOf":{"@id":"https:\/\/skills.visual-paradigm.com\/pt\/#website"},"datePublished":"2026-02-25T10:37:29+00:00","description":"Use BPMN to validate journey maps, uncover hidden gaps, and refine customer experiences through process-driven insight. A practical guide to refining journey maps using processes.","breadcrumb":{"@id":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/modeling-customer-journeys-with-bpmn\/linking-journey-maps-and-bpmn\/validate-journey-maps-with-bpmn\/#breadcrumb"},"inLanguage":"pt-PT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/skills.visual-paradigm.com\/pt\/docs\/modeling-customer-journeys-with-bpmn\/linking-journey-maps-and-bpmn\/validate-journey-maps-with-bpmn\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/modeling-customer-journeys-with-bpmn\/linking-journey-maps-and-bpmn\/validate-journey-maps-with-bpmn\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/skills.visual-paradigm.com\/pt\/"},{"@type":"ListItem","position":2,"name":"Modeling Customer Journeys with BPMN","item":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/modeling-customer-journeys-with-bpmn\/"},{"@type":"ListItem","position":3,"name":"Linking Journey Maps and BPMN in Practice","item":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/modeling-customer-journeys-with-bpmn\/linking-journey-maps-and-bpmn\/"},{"@type":"ListItem","position":4,"name":"Using BPMN to Validate and Refine Journey Maps"}]},{"@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\/1205","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\/1205\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/pt\/wp-json\/wp\/v2\/docs\/1203"}],"wp:attachment":[{"href":"https:\/\/skills.visual-paradigm.com\/pt\/wp-json\/wp\/v2\/media?parent=1205"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/pt\/wp-json\/wp\/v2\/doc_tag?post=1205"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}