{"id":1184,"date":"2026-02-25T10:37:21","date_gmt":"2026-02-25T10:37:21","guid":{"rendered":"https:\/\/skills.visual-paradigm.com\/es\/docs\/modeling-customer-journeys-with-bpmn\/connecting-customer-journeys-and-bpmn\/bpmn-basics-for-customer-experience\/"},"modified":"2026-02-25T10:37:21","modified_gmt":"2026-02-25T10:37:21","slug":"bpmn-basics-for-customer-experience","status":"publish","type":"docs","link":"https:\/\/skills.visual-paradigm.com\/es\/docs\/modeling-customer-journeys-with-bpmn\/connecting-customer-journeys-and-bpmn\/bpmn-basics-for-customer-experience\/","title":{"rendered":"Core BPMN Concepts for Customer Experience Work"},"content":{"rendered":"<p>Why do so many customer journey initiatives stall before they begin? Because they stop at the map \u2014 without a shared language to explain how the experience actually unfolds behind the scenes. I\u2019ve seen teams spend months on emotion lines and touchpoint matrices, only to realize their process models are silent on who does what, what happens when things go wrong, or how long a customer waits.<\/p>\n<p>BPMN isn\u2019t just for IT or operations. It\u2019s a tool to make customer experiences visible, accountable, and improvable. When you learn BPMN elements for customer journeys, you\u2019re not learning software design \u2014 you\u2019re learning to speak the language of service delivery in a way that unites CX, operations, and technology.<\/p>\n<p>This chapter gives you the core building blocks: events, activities, gateways, pools, lanes, and message flows \u2014 each explained through the lens of real customer journeys. You\u2019ll see how a simple sign-up flow becomes a story of responsibility, timing, and empathy, all laid out in plain but precise notation.<\/p>\n<h2>Understanding BPMN Elements for Customer Journeys<\/h2>\n<h3>Events: The Moments That Matter<\/h3>\n<p>Events are the heartbeat of any customer journey. They mark starts, stops, and turning points \u2014 not just for systems, but for people.<\/p>\n<p>Start events (a circle with a dot) signal the moment a customer takes action: signing up, reporting an issue, or clicking \u201cbuy now.\u201d End events (a circle with a thick outline) show the outcome: success, cancellation, or escalation.<\/p>\n<p>Consider a customer who starts an online account application. The journey begins with a start event: \u201cCustomer submits application.\u201d If the application is incomplete, a separate event \u2014 \u201cApplication rejected due to missing documents\u201d \u2014 triggers a corrective loop.<\/p>\n<p>Boundary events (a rectangle with a diamond border) are especially powerful in CX. They capture what happens *after* a process step but don\u2019t alter the main flow. For instance, a \u201cPayment failed\u201d boundary event can trigger an immediate retry or a fallback to a customer service agent.<\/p>\n<h3>Activities: The Core of the Customer Experience<\/h3>\n<p>Activities represent the actual work done \u2014 or expected \u2014 during a journey. They\u2019re the tasks, forms, and interactions that customers see and feel.<\/p>\n<p>For example, a customer applying for a loan goes through activities like \u201cComplete online form,\u201d \u201cUpload ID and proof of income,\u201d and \u201cWait for underwriting review.\u201d Each is a distinct step with a clear owner and expected duration.<\/p>\n<p>Use swimlanes to assign responsibility. The \u201cCustomer\u201d lane may contain \u201cFill out application,\u201d while the \u201cBack Office\u201d lane has \u201cVerify documents\u201d and \u201cApprove or reject loan.\u201d This clarity reveals where delays happen \u2014 and who\u2019s responsible.<\/p>\n<p>Keep activities descriptive, not technical. \u201cProcess application\u201d is not customer-facing. \u201cSubmit your application\u201d is. The goal is to mirror the customer\u2019s perception \u2014 not the system\u2019s.<\/p>\n<h3>Gateways: When Choices Shape the Journey<\/h3>\n<p>Gateways are where the customer journey diverges. They represent decisions: yes\/no, approval\/rejection, or conditions like \u201cIs payment confirmed?\u201d<\/p>\n<p>For example, in a purchase journey, a gateway checks: \u201cIs the item in stock?\u201d If yes \u2014 \u201cShip immediately.\u201d If no \u2014 \u201cNotify customer and offer alternative.\u201d<\/p>\n<p>Exclusive gateways (XOR) are common in CX. Only one path should be taken. But avoid overusing them. Too many decisions make a process feel like a maze, frustrating both customers and analysts.<\/p>\n<p>Use parallel gateways (AND) when multiple actions happen at once \u2014 such as \u201cSend confirmation email\u201d and \u201cUpdate inventory\u201d \u2014 but only when both are needed and independent.<\/p>\n<h3>Pools and Lanes: Mapping Responsibility and Collaboration<\/h3>\n<p>Think of a pool as a participant in the journey \u2014 a company, a team, or a channel. Each pool contains lanes that represent roles or departments.<\/p>\n<p>Always include the customer as a separate pool. Even if they\u2019re not \u201cdoing\u201d something, their presence defines the journey\u2019s perspective.<\/p>\n<p>For example, in a support journey:<\/p>\n<ul>\n<li>Customer pool<\/li>\n<li>Self-Service lane (chatbot, knowledge base)<\/li>\n<li>Call Center lane<\/li>\n<li>Back Office lane (if resolution requires backend systems)<\/li>\n<\/ul>\n<p>This structure makes it clear who handles what \u2014 and where handoffs occur. If a customer is stuck in the \u201cWait for agent\u201d lane, it\u2019s easy to spot a bottleneck.<\/p>\n<h3>Message Flows: How Communication Travels<\/h3>\n<p>Message flows show how information moves between pools or lanes \u2014 not within a single process.<\/p>\n<p>When a customer submits a feedback form, and the response is sent via email, that\u2019s a message flow: \u201cSend feedback acknowledgment\u201d from the Customer pool to the Support pool.<\/p>\n<p>Use message flows to model interactions that cross organizational lines \u2014 like when a customer service agent sends a request to a technical team, or when a back-office system sends a status update to the customer.<\/p>\n<p>They\u2019re not decision points. They\u2019re connection points \u2014 and their clarity prevents miscommunication.<\/p>\n<h2>Putting It Together: A Real-World Customer Journey<\/h2>\n<p>Let\u2019s walk through a simple onboarding journey using BPMN notation.<\/p>\n<ol>\n<li><strong>Start Event<\/strong>: Customer clicks \u201cStart Free Trial\u201d on the website.<\/li>\n<li><strong>Activity<\/strong>: Customer fills out registration form (in the \u201cCustomer\u201d lane).<\/li>\n<li><strong>Gateway<\/strong>: Is the email valid? If no \u2014 \u201cSend error message and retry.\u201d If yes \u2014 continue.<\/li>\n<li><strong>Activity<\/strong>: System sends confirmation email (in the \u201cSystem\u201d lane).<\/li>\n<li><strong>Gateway<\/strong>: Did the user click the link within 24 hours? If no \u2014 \u201cSend reminder.\u201d If yes \u2014 continue.<\/li>\n<li><strong>Activity<\/strong>: Customer completes onboarding tutorial (in the \u201cCustomer\u201d lane).<\/li>\n<li><strong>End Event<\/strong>: \u201cTrial activated\u201d \u2014 customer is now engaged.<\/li>\n<\/ol>\n<p>Notice how time, responsibility, and decision points are clearly visible. This isn\u2019t just documentation \u2014 it\u2019s a living model for improvement.<\/p>\n<p>When teams use BPMN notation for CX, they stop arguing about \u201cwhat happened.\u201d They start asking \u201cHow long does this take?\u201d \u201cWho\u2019s waiting?\u201d and \u201cWhere can we reduce friction?\u201d<\/p>\n<h2>Best Practices for CX-Centered BPMN Modeling<\/h2>\n<h3>Keep the Customer at the Center<\/h3>\n<p>Use the customer as a pool or a lane \u2014 even for self-service flows. This prevents the model from becoming an internal IT narrative.<\/p>\n<h3>Use Consistent Naming<\/h3>\n<p>Label activities with verbs: \u201cSubmit application,\u201d \u201cVerify identity,\u201d \u201cReceive confirmation.\u201d Avoid passive language: \u201cApplication is processed.\u201d<\/p>\n<h3>Limit Gateways to Key Moments<\/h3>\n<p>Too many decisions confuse the reader. Prioritize gateways where outcomes significantly affect the customer \u2014 like approval, escalation, or failure.<\/p>\n<h3>Document Exceptions Inline<\/h3>\n<p>Use boundary events for common exceptions: \u201cPayment failed,\u201d \u201cDocument not accepted,\u201d \u201cAgent unavailable.\u201d Annotate them with expected wait times or fallback actions.<\/p>\n<h3>Use Color to Signal Direction<\/h3>\n<p>Color code lanes: green for customer, blue for front-line, red for back office. This makes the journey visually intuitive \u2014 even for non-technical stakeholders.<\/p>\n<table>\n<tbody>\n<tr>\n<th>BPMN Element<\/th>\n<th>Represents<\/th>\n<th>CX Use Case<\/th>\n<\/tr>\n<tr>\n<td>Start Event<\/td>\n<td>When the customer begins<\/td>\n<td>\u201cCustomer starts application\u201d<\/td>\n<\/tr>\n<tr>\n<td>Activity<\/td>\n<td>The actual action<\/td>\n<td>\u201cFill out form,\u201d \u201cWait for response\u201d<\/td>\n<\/tr>\n<tr>\n<td>Gateway<\/td>\n<td>Decision point<\/td>\n<td>\u201cIs data valid?\u201d \u201cIs payment received?\u201d<\/td>\n<\/tr>\n<tr>\n<td>Message Flow<\/td>\n<td>Communication between parties<\/td>\n<td>\u201cSend confirmation email\u201d<\/td>\n<\/tr>\n<tr>\n<td>End Event<\/td>\n<td>Outcome of the journey<\/td>\n<td>\u201cOnboarding complete,\u201d \u201cService unavailable\u201d<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2>Frequently Asked Questions<\/h2>\n<h3>Do I need to be a technical expert to use BPMN for customer experience?<\/h3>\n<p>No. The beauty of BPMN is that it\u2019s designed to be understood by business people, CX designers, and IT teams alike. You don\u2019t need to code \u2014 just focus on the customer\u2019s path, responsibilities, and decisions.<\/p>\n<h3>Can BPMN work for self-service or chatbot journeys?<\/h3>\n<p>Absolutely. Self-service flows are often simpler \u2014 and even more valuable \u2014 when modeled with BPMN. A chatbot journey can be represented as a sequence of message flows, decision gateways, and activities that mirror real conversations.<\/p>\n<h3>How detailed should my BPMN model be?<\/h3>\n<p>Start high-level: focus on key steps, decisions, and handoffs. Add detail only when needed for analysis, automation, or stakeholder alignment. A model with 8\u201312 key activities is often more effective than one with 50.<\/p>\n<h3>Why use pools and lanes instead of just one flow?<\/h3>\n<p>Pools and lanes make responsibilities visible. Without them, you can\u2019t tell who\u2019s supposed to act \u2014 or why a step takes too long. They also help identify handoff delays and duplicate efforts.<\/p>\n<h3>What if my team doesn\u2019t agree on what a step means?<\/h3>\n<p>Use joint workshops. Draw the model together. The act of mapping \u2014 not just the final diagram \u2014 reveals assumptions, gaps, and misalignments. BPMN becomes a conversation tool, not just a documentation tool.<\/p>\n<h3>Can BPMN help me automate parts of the customer journey?<\/h3>\n<p>Yes. BPMN is the gold standard for process automation. When a journey is modeled clearly, it becomes a blueprint for workflow engines, bots, and system integrations. But automation should serve the customer \u2014 not the other way around.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Why do so many customer journey initiatives stall before they begin? Because they stop at the map \u2014 without a shared language to explain how the experience actually unfolds behind the scenes. I\u2019ve seen teams spend months on emotion lines and touchpoint matrices, only to realize their process models are silent on who does what, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":1181,"menu_order":2,"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-1184","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 Basics for Customer Experience<\/title>\n<meta name=\"description\" content=\"Learn the essential BPMN elements for customer experience design. This CX-focused BPMN tutorial explains events, activities, gateways, pools, lanes, and message flows with real-world examples to improve customer journeys.\" \/>\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\/es\/docs\/modeling-customer-journeys-with-bpmn\/connecting-customer-journeys-and-bpmn\/bpmn-basics-for-customer-experience\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"BPMN Basics for Customer Experience\" \/>\n<meta property=\"og:description\" content=\"Learn the essential BPMN elements for customer experience design. This CX-focused BPMN tutorial explains events, activities, gateways, pools, lanes, and message flows with real-world examples to improve customer journeys.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/skills.visual-paradigm.com\/es\/docs\/modeling-customer-journeys-with-bpmn\/connecting-customer-journeys-and-bpmn\/bpmn-basics-for-customer-experience\/\" \/>\n<meta property=\"og:site_name\" content=\"Visual Paradigm Skills Espa\u00f1ol\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\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\/es\/docs\/modeling-customer-journeys-with-bpmn\/connecting-customer-journeys-and-bpmn\/bpmn-basics-for-customer-experience\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/es\/docs\/modeling-customer-journeys-with-bpmn\/connecting-customer-journeys-and-bpmn\/bpmn-basics-for-customer-experience\/\",\"name\":\"BPMN Basics for Customer Experience\",\"isPartOf\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/es\/#website\"},\"datePublished\":\"2026-02-25T10:37:21+00:00\",\"description\":\"Learn the essential BPMN elements for customer experience design. This CX-focused BPMN tutorial explains events, activities, gateways, pools, lanes, and message flows with real-world examples to improve customer journeys.\",\"breadcrumb\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/es\/docs\/modeling-customer-journeys-with-bpmn\/connecting-customer-journeys-and-bpmn\/bpmn-basics-for-customer-experience\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/skills.visual-paradigm.com\/es\/docs\/modeling-customer-journeys-with-bpmn\/connecting-customer-journeys-and-bpmn\/bpmn-basics-for-customer-experience\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/es\/docs\/modeling-customer-journeys-with-bpmn\/connecting-customer-journeys-and-bpmn\/bpmn-basics-for-customer-experience\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/skills.visual-paradigm.com\/es\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Modeling Customer Journeys with BPMN\",\"item\":\"https:\/\/skills.visual-paradigm.com\/es\/docs\/modeling-customer-journeys-with-bpmn\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Connecting Customer Journeys and BPMN\",\"item\":\"https:\/\/skills.visual-paradigm.com\/es\/docs\/modeling-customer-journeys-with-bpmn\/connecting-customer-journeys-and-bpmn\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Core BPMN Concepts for Customer Experience Work\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/es\/#website\",\"url\":\"https:\/\/skills.visual-paradigm.com\/es\/\",\"name\":\"Visual Paradigm Skills Espa\u00f1ol\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/es\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/skills.visual-paradigm.com\/es\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/es\/#organization\",\"name\":\"Visual Paradigm Skills Espa\u00f1ol\",\"url\":\"https:\/\/skills.visual-paradigm.com\/es\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/es\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/es\/wp-content\/uploads\/sites\/5\/2026\/02\/favicon.svg\",\"contentUrl\":\"https:\/\/skills.visual-paradigm.com\/es\/wp-content\/uploads\/sites\/5\/2026\/02\/favicon.svg\",\"width\":70,\"height\":70,\"caption\":\"Visual Paradigm Skills Espa\u00f1ol\"},\"image\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/es\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"BPMN Basics for Customer Experience","description":"Learn the essential BPMN elements for customer experience design. This CX-focused BPMN tutorial explains events, activities, gateways, pools, lanes, and message flows with real-world examples to improve customer journeys.","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\/es\/docs\/modeling-customer-journeys-with-bpmn\/connecting-customer-journeys-and-bpmn\/bpmn-basics-for-customer-experience\/","og_locale":"es_ES","og_type":"article","og_title":"BPMN Basics for Customer Experience","og_description":"Learn the essential BPMN elements for customer experience design. This CX-focused BPMN tutorial explains events, activities, gateways, pools, lanes, and message flows with real-world examples to improve customer journeys.","og_url":"https:\/\/skills.visual-paradigm.com\/es\/docs\/modeling-customer-journeys-with-bpmn\/connecting-customer-journeys-and-bpmn\/bpmn-basics-for-customer-experience\/","og_site_name":"Visual Paradigm Skills Espa\u00f1ol","twitter_card":"summary_large_image","twitter_misc":{"Tiempo de lectura":"7 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/skills.visual-paradigm.com\/es\/docs\/modeling-customer-journeys-with-bpmn\/connecting-customer-journeys-and-bpmn\/bpmn-basics-for-customer-experience\/","url":"https:\/\/skills.visual-paradigm.com\/es\/docs\/modeling-customer-journeys-with-bpmn\/connecting-customer-journeys-and-bpmn\/bpmn-basics-for-customer-experience\/","name":"BPMN Basics for Customer Experience","isPartOf":{"@id":"https:\/\/skills.visual-paradigm.com\/es\/#website"},"datePublished":"2026-02-25T10:37:21+00:00","description":"Learn the essential BPMN elements for customer experience design. This CX-focused BPMN tutorial explains events, activities, gateways, pools, lanes, and message flows with real-world examples to improve customer journeys.","breadcrumb":{"@id":"https:\/\/skills.visual-paradigm.com\/es\/docs\/modeling-customer-journeys-with-bpmn\/connecting-customer-journeys-and-bpmn\/bpmn-basics-for-customer-experience\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/skills.visual-paradigm.com\/es\/docs\/modeling-customer-journeys-with-bpmn\/connecting-customer-journeys-and-bpmn\/bpmn-basics-for-customer-experience\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/skills.visual-paradigm.com\/es\/docs\/modeling-customer-journeys-with-bpmn\/connecting-customer-journeys-and-bpmn\/bpmn-basics-for-customer-experience\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/skills.visual-paradigm.com\/es\/"},{"@type":"ListItem","position":2,"name":"Modeling Customer Journeys with BPMN","item":"https:\/\/skills.visual-paradigm.com\/es\/docs\/modeling-customer-journeys-with-bpmn\/"},{"@type":"ListItem","position":3,"name":"Connecting Customer Journeys and BPMN","item":"https:\/\/skills.visual-paradigm.com\/es\/docs\/modeling-customer-journeys-with-bpmn\/connecting-customer-journeys-and-bpmn\/"},{"@type":"ListItem","position":4,"name":"Core BPMN Concepts for Customer Experience Work"}]},{"@type":"WebSite","@id":"https:\/\/skills.visual-paradigm.com\/es\/#website","url":"https:\/\/skills.visual-paradigm.com\/es\/","name":"Visual Paradigm Skills Espa\u00f1ol","description":"","publisher":{"@id":"https:\/\/skills.visual-paradigm.com\/es\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/skills.visual-paradigm.com\/es\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/skills.visual-paradigm.com\/es\/#organization","name":"Visual Paradigm Skills Espa\u00f1ol","url":"https:\/\/skills.visual-paradigm.com\/es\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/skills.visual-paradigm.com\/es\/#\/schema\/logo\/image\/","url":"https:\/\/skills.visual-paradigm.com\/es\/wp-content\/uploads\/sites\/5\/2026\/02\/favicon.svg","contentUrl":"https:\/\/skills.visual-paradigm.com\/es\/wp-content\/uploads\/sites\/5\/2026\/02\/favicon.svg","width":70,"height":70,"caption":"Visual Paradigm Skills Espa\u00f1ol"},"image":{"@id":"https:\/\/skills.visual-paradigm.com\/es\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/skills.visual-paradigm.com\/es\/wp-json\/wp\/v2\/docs\/1184","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/skills.visual-paradigm.com\/es\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/skills.visual-paradigm.com\/es\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/es\/wp-json\/wp\/v2\/users\/1"}],"version-history":[{"count":0,"href":"https:\/\/skills.visual-paradigm.com\/es\/wp-json\/wp\/v2\/docs\/1184\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/es\/wp-json\/wp\/v2\/docs\/1181"}],"wp:attachment":[{"href":"https:\/\/skills.visual-paradigm.com\/es\/wp-json\/wp\/v2\/media?parent=1184"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/es\/wp-json\/wp\/v2\/doc_tag?post=1184"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}