{"id":1185,"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\/from-personas-to-bpmn-models\/"},"modified":"2026-02-25T10:37:21","modified_gmt":"2026-02-25T10:37:21","slug":"from-personas-to-bpmn-models","status":"publish","type":"docs","link":"https:\/\/skills.visual-paradigm.com\/es\/docs\/modeling-customer-journeys-with-bpmn\/connecting-customer-journeys-and-bpmn\/from-personas-to-bpmn-models\/","title":{"rendered":"From Personas and Scenarios to BPMN Models"},"content":{"rendered":"<p>Too many organizations stop at journey maps or persona decks, treating them as final deliverables instead of springboards. The real value emerges only when you connect those human-centered ideas to operational clarity. That\u2019s where BPMN comes in\u2014not as a technical artifact, but as a bridge between empathy and execution.<\/p>\n<p>Over two decades of experience in customer experience design taught me this: no matter how vivid the persona or how rich the scenario, it\u2019s only a starting point. The real work begins when you ask: *How does this play out in process? Who owns what? What happens when things go sideways?*<\/p>\n<p>Mapping personas to BPMN isn\u2019t about copying a narrative into a diagram. It\u2019s about extracting intent, triggers, goals, and failure modes\u2014and turning them into structured, traceable workflows that align customer expectations with internal operations.<\/p>\n<p>This chapter walks you through the exact steps I\u2019ve used in 30+ client engagements: how to take a scenario, identify the hidden logic, and build a BPMN skeleton that preserves customer behavior while revealing operational gaps.<\/p>\n<h2>From Narrative to Process: The Extraction Framework<\/h2>\n<p>Every customer journey starts as a story\u2014sometimes brief, sometimes detailed. The key is not to preserve the story, but to decode it.<\/p>\n<p>Start with this simple framework: identify the <strong>trigger<\/strong>, <strong>goal<\/strong>, <strong>main steps<\/strong>, <strong>decision points<\/strong>, and <strong>exception paths<\/strong>.<\/p>\n<p>Let\u2019s say you have a scenario: \u201cA customer signs up for a digital bank account but gets stuck when the identity verification fails.\u201d That\u2019s not just a pain point\u2014it\u2019s a roadmap.<\/p>\n<h3>Step 1: Identify the Trigger and Goal<\/h3>\n<p>Begin by isolating the event that starts the journey. In this case: \u00abCustomer submits identity verification form.\u00bb<\/p>\n<p>The goal? \u00abSuccessfully complete identity verification and proceed to account activation.\u00bb<\/p>\n<p>These become your <strong>start event<\/strong> and <strong>end event<\/strong> in BPMN. The flow between them is where the real work happens.<\/p>\n<h3>Step 2: Break Down the Main Steps<\/h3>\n<p>List the actions the customer takes\u2014and the systems or teams that support them.<\/p>\n<ul>\n<li>Customer uploads ID and selfie<\/li>\n<li>System validates document format<\/li>\n<li>AI checks for tampering<\/li>\n<li>Human reviewer confirms identity<\/li>\n<li>System sends approval or rejection<\/li>\n<\/ul>\n<p>These map directly to <strong>activities<\/strong> in BPMN. Each step is a task\u2014simple, clear, and measurable.<\/p>\n<h3>Step 3: Map Decision Points and Exceptions<\/h3>\n<p>Where does it go wrong? Where does the customer pause? Where is escalation needed?<\/p>\n<p>Use <strong>gateways<\/strong> to model these. For example:<\/p>\n<ul>\n<li>Does the document pass format check? \u2192 Yes \u2192 AI verification \u2192 No \u2192 Return to customer with feedback<\/li>\n<li>Is AI confidence above 90%? \u2192 Yes \u2192 Auto-approve \u2192 No \u2192 Route to human reviewer<\/li>\n<\/ul>\n<p>These are <strong>exclusive gateways<\/strong>\u2014they split the path based on a condition.<\/p>\n<p>Now, add <strong>boundary events<\/strong> for exceptions: \u201cVerification timeout after 5 minutes\u201d or \u201cUser abandons form.\u201d These capture the moments when the customer gives up\u2014not a failure of process, but a signal that something needs to improve.<\/p>\n<h3>Step 4: Assign Roles and Channels<\/h3>\n<p>Who does what? Use <strong>lanes<\/strong> to assign responsibilities:<\/p>\n<ul>\n<li><strong>Customer<\/strong>: uploads documents, receives feedback<\/li>\n<li><strong>System<\/strong>: validates format, runs AI check<\/li>\n<li><strong>Human Reviewer<\/strong>: confirms identity, approves\/rejects<\/li>\n<\/ul>\n<p>Now, ask: Is this interaction online? A mobile form? A call center? Use <strong>channels<\/strong> to clarify.<\/p>\n<p>For example, if the same verification step can be done via mobile app or web portal, model both paths under one process, but label the channel in the activity description or use colored swimlanes.<\/p>\n<h2>From Story to Skeleton: A Real Example<\/h2>\n<p>Let\u2019s walk through the full transformation of a scenario into a BPMN skeleton.<\/p>\n<h3>Scenario:<\/h3>\n<p>\u201cMaria, a 42-year-old freelance designer, wants to open a checking account online. She starts the application, uploads her driver\u2019s license and a recent utility bill, and proceeds to verify her identity. The system flags her ID as \u201cpartially expired\u201d and requests a second form of ID. She uploads a passport, but the AI detects a mismatch in names. The system sends her a message: \u2018We\u2019re unable to verify your identity. Please contact support.\u2019 She doesn\u2019t reply.\u201d<\/p>\n<h3>Extracted Elements:<\/h3>\n<ul>\n<li><strong>Trigger<\/strong>: Customer clicks \u201cContinue to Identity Verification\u201d<\/li>\n<li><strong>Goal<\/strong>: Complete identity verification and proceed to account setup<\/li>\n<li><strong>Main Steps<\/strong>:\n<ul>\n<li>Upload ID and proof of address<\/li>\n<li>System validates file types and size<\/li>\n<li>AI checks for fraud indicators<\/li>\n<li>AI detects possible mismatch (name)<\/li>\n<li>System requests second ID<\/li>\n<li>Customer uploads passport<\/li>\n<li>AI re-checks; still no match<\/li>\n<li>System sends rejection message<\/li>\n<\/ul>\n<\/li>\n<li><strong>Decision Points<\/strong>:\n<ul>\n<li>Is file valid? (Yes\/No)<\/li>\n<li>Is AI confidence &gt; 90%? (Yes\/No)<\/li>\n<li>Is name match confirmed? (Yes\/No)<\/li>\n<\/ul>\n<\/li>\n<li><strong>Exceptions<\/strong>:\n<ul>\n<li>Form abandoned after 5 minutes<\/li>\n<li>System timeout<\/li>\n<li>Customer does not respond to follow-up<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<h3>BPMN Skeleton Outline:<\/h3>\n<ol>\n<li><strong>Start Event<\/strong>: Customer submits verification form<\/li>\n<li><strong>Activity<\/strong>: Upload ID and proof of address<\/li>\n<li><strong>Exclusive Gateway<\/strong>: File valid? \u2192 No \u2192 <em>Send feedback<\/em> \u2192 Back to upload<\/li>\n<li><strong>Activity<\/strong>: Run AI fraud and data validation<\/li>\n<li><strong>Exclusive Gateway<\/strong>: Confirmed match? \u2192 No \u2192 <em>Request second ID<\/em><\/li>\n<li><strong>Activity<\/strong>: Upload second form of ID (e.g., passport)<\/li>\n<li><strong>Activity<\/strong>: Re-run AI validation<\/li>\n<li><strong>Exclusive Gateway<\/strong>: Match confirmed? \u2192 Yes \u2192 <em>Approve<\/em> \u2192 End<\/li>\n<li>\u2192 No \u2192 <strong>Activity<\/strong>: Send rejection message<\/li>\n<li><strong>End Event<\/strong>: Verification failed<\/li>\n<\/ol>\n<p>Now, add <strong>boundary events<\/strong>:<\/p>\n<ul>\n<li><strong>Timer Event<\/strong> (on \u201cUpload ID\u201d): After 5 min \u2192 <em>Abandonment<\/em><\/li>\n<li><strong>Message Event<\/strong> (on \u201cSend rejection\u201d): Customer replies \u2192 <em>Escalate to support<\/em><\/li>\n<\/ul>\n<p>This skeleton captures the customer\u2019s journey, the logic of the system, and the moments of friction\u2014all in BPMN form.<\/p>\n<h2>Practical Tips for Success<\/h2>\n<p>Here are the five rules I\u2019ve learned from working across industries:<\/p>\n<ol>\n<li><strong>Start with the customer\u2019s view\u2014not the system\u2019s.<\/strong> The journey begins and ends with the customer. Never lose that perspective.<\/li>\n<li><strong>Use swimlanes to clarify ownership.<\/strong> A lane labeled \u201cCustomer\u201d keeps the focus on behavior. \u201cTeam X\u201d or \u201cSystem\u201d should come second.<\/li>\n<li><strong>Label activities with verbs.<\/strong> \u201cVerify identity\u201d is better than \u201cIdentity verification\u201d \u2014 it signals action.<\/li>\n<li><strong>Use consistent gateways.<\/strong> Always use <em>exclusive<\/em> (diamond) for decision points, <em>inclusive<\/em> only when multiple outcomes can happen.<\/li>\n<li><strong>Don\u2019t over-model exceptions.<\/strong> Include only critical ones\u2014abandonment, escalation, failure\u2014to keep the flow readable.<\/li>\n<\/ol>\n<h2>Mapping Personas to BPMN: A Checklist<\/h2>\n<p>When turning a persona into a BPMN model, ask:<\/p>\n<ul>\n<li>Does the journey start with a trigger that matches the persona\u2019s goal?<\/li>\n<li>Are the steps aligned with the persona\u2019s behavior and expectations?<\/li>\n<li>Do responsibilities match real roles, not just job titles?<\/li>\n<li>Are exceptions mapped to moments where the customer might give up?<\/li>\n<li>Can the model be used in workshops with CX, operations, and IT teams?<\/li>\n<\/ul>\n<p>If you can answer \u201cyes\u201d to all five, you\u2019re ready to move from narrative to process.<\/p>\n<h2>Frequently Asked Questions<\/h2>\n<h3>How do I handle multiple personas in one BPMN model?<\/h3>\n<p>Model the journey once, but use annotations to show how different personas might experience it differently. For example, a young user may prefer mobile; a senior user may need phone support. Keep the core process the same, but highlight touchpoints where behavior diverges.<\/p>\n<h3>Can I use BPMN for both self-service and assisted journeys?<\/h3>\n<p>Absolutely. Use gateways to branch after key decisions. For example: \u201cCan the issue be resolved via help center?\u201d \u2192 Yes \u2192 Self-service path; No \u2192 Route to agent. This keeps the model unified while showing both paths.<\/p>\n<h3>Should I model every small step in the customer journey?<\/h3>\n<p>No. Focus on steps that impact customer experience\u2014especially decision points, handoffs, and waiting times. Avoid modeling internal subroutines unless they directly affect the customer\u2019s perception of speed or quality.<\/p>\n<h3>What if the journey is too complex for one BPMN model?<\/h3>\n<p>Use <strong>subprocesses<\/strong> or <strong>collaboration diagrams<\/strong>. Break the journey into stages (e.g., Onboarding \u2192 Verification \u2192 Activation), and link them. Keep each model under 15\u201320 activities. Use swimlanes to show cross-functional handoffs.<\/p>\n<h3>How do I ensure BPMN models stay in sync with journey maps?<\/h3>\n<p>Use traceability. Link each BPMN activity to a stage in the journey map. Add a legend or annotation showing which journey phase it belongs to. When the journey map updates, revisit the model.<\/p>\n<h3>Can BPMN models be used for automation or orchestration?<\/h3>\n<p>Yes\u2014especially when they\u2019re clear, modular, and contain well-defined decision points. BPMN is the ideal blueprint for workflow engines. But remember: automation should not replace empathy. Use it to reduce errors and wait times\u2014not to remove human judgment when it\u2019s needed.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Too many organizations stop at journey maps or persona decks, treating them as final deliverables instead of springboards. The real value emerges only when you connect those human-centered ideas to operational clarity. That\u2019s where BPMN comes in\u2014not as a technical artifact, but as a bridge between empathy and execution. Over two decades of experience in [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":1181,"menu_order":3,"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-1185","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>From Personas to BPMN Models<\/title>\n<meta name=\"description\" content=\"Learn how to transform customer personas, scenarios, and journey narratives into actionable BPMN models. Master mapping personas to BPMN, scenarios to BPMN processes, and turning journey narratives into BPMN with real-world steps and examples.\" \/>\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\/from-personas-to-bpmn-models\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"From Personas to BPMN Models\" \/>\n<meta property=\"og:description\" content=\"Learn how to transform customer personas, scenarios, and journey narratives into actionable BPMN models. Master mapping personas to BPMN, scenarios to BPMN processes, and turning journey narratives into BPMN with real-world steps and examples.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/skills.visual-paradigm.com\/es\/docs\/modeling-customer-journeys-with-bpmn\/connecting-customer-journeys-and-bpmn\/from-personas-to-bpmn-models\/\" \/>\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\/from-personas-to-bpmn-models\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/es\/docs\/modeling-customer-journeys-with-bpmn\/connecting-customer-journeys-and-bpmn\/from-personas-to-bpmn-models\/\",\"name\":\"From Personas to BPMN Models\",\"isPartOf\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/es\/#website\"},\"datePublished\":\"2026-02-25T10:37:21+00:00\",\"description\":\"Learn how to transform customer personas, scenarios, and journey narratives into actionable BPMN models. Master mapping personas to BPMN, scenarios to BPMN processes, and turning journey narratives into BPMN with real-world steps and examples.\",\"breadcrumb\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/es\/docs\/modeling-customer-journeys-with-bpmn\/connecting-customer-journeys-and-bpmn\/from-personas-to-bpmn-models\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/skills.visual-paradigm.com\/es\/docs\/modeling-customer-journeys-with-bpmn\/connecting-customer-journeys-and-bpmn\/from-personas-to-bpmn-models\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/es\/docs\/modeling-customer-journeys-with-bpmn\/connecting-customer-journeys-and-bpmn\/from-personas-to-bpmn-models\/#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\":\"From Personas and Scenarios to BPMN Models\"}]},{\"@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":"From Personas to BPMN Models","description":"Learn how to transform customer personas, scenarios, and journey narratives into actionable BPMN models. Master mapping personas to BPMN, scenarios to BPMN processes, and turning journey narratives into BPMN with real-world steps and examples.","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\/from-personas-to-bpmn-models\/","og_locale":"es_ES","og_type":"article","og_title":"From Personas to BPMN Models","og_description":"Learn how to transform customer personas, scenarios, and journey narratives into actionable BPMN models. Master mapping personas to BPMN, scenarios to BPMN processes, and turning journey narratives into BPMN with real-world steps and examples.","og_url":"https:\/\/skills.visual-paradigm.com\/es\/docs\/modeling-customer-journeys-with-bpmn\/connecting-customer-journeys-and-bpmn\/from-personas-to-bpmn-models\/","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\/from-personas-to-bpmn-models\/","url":"https:\/\/skills.visual-paradigm.com\/es\/docs\/modeling-customer-journeys-with-bpmn\/connecting-customer-journeys-and-bpmn\/from-personas-to-bpmn-models\/","name":"From Personas to BPMN Models","isPartOf":{"@id":"https:\/\/skills.visual-paradigm.com\/es\/#website"},"datePublished":"2026-02-25T10:37:21+00:00","description":"Learn how to transform customer personas, scenarios, and journey narratives into actionable BPMN models. Master mapping personas to BPMN, scenarios to BPMN processes, and turning journey narratives into BPMN with real-world steps and examples.","breadcrumb":{"@id":"https:\/\/skills.visual-paradigm.com\/es\/docs\/modeling-customer-journeys-with-bpmn\/connecting-customer-journeys-and-bpmn\/from-personas-to-bpmn-models\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/skills.visual-paradigm.com\/es\/docs\/modeling-customer-journeys-with-bpmn\/connecting-customer-journeys-and-bpmn\/from-personas-to-bpmn-models\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/skills.visual-paradigm.com\/es\/docs\/modeling-customer-journeys-with-bpmn\/connecting-customer-journeys-and-bpmn\/from-personas-to-bpmn-models\/#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":"From Personas and Scenarios to BPMN Models"}]},{"@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\/1185","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\/1185\/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=1185"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/es\/wp-json\/wp\/v2\/doc_tag?post=1185"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}