{"id":896,"date":"2026-02-25T10:26:13","date_gmt":"2026-02-25T10:26:13","guid":{"rendered":"https:\/\/skills.visual-paradigm.com\/es\/docs\/epc-diagram-fundamentals\/epc-learning-resources\/epc-exercises-step-by-step-modeling-practice\/"},"modified":"2026-02-25T10:26:13","modified_gmt":"2026-02-25T10:26:13","slug":"epc-exercises-step-by-step-modeling-practice","status":"publish","type":"docs","link":"https:\/\/skills.visual-paradigm.com\/es\/docs\/epc-diagram-fundamentals\/epc-learning-resources\/epc-exercises-step-by-step-modeling-practice\/","title":{"rendered":"Workbook: Step-by-Step Exercises for Reinforcement"},"content":{"rendered":"<p>Modeling isn\u2019t just about drawing boxes and arrows. It\u2019s about precision, logic, and consistency\u2014especially when translating real business scenarios into structured EPC diagrams. The most overlooked element in EPC modeling is not the symbols, but the *decision logic* behind flow transitions. Too many beginners focus on drawing first, validating later. That\u2019s why every exercise here begins with a clear decision tree: What triggers the next event? What conditions must be met? When does the path split?<\/p>\n<p>These EPC exercises are designed not as academic drills, but as practical, real-world simulations. Each task mirrors actual workflows I\u2019ve mapped in healthcare, logistics, and HR departments\u2014where misaligned events or incorrect gateways caused real delays. You\u2019ll learn to spot hidden flaws before they become systemic issues.<\/p>\n<p>You\u2019ll walk through two full scenarios: HR onboarding and customer support escalation. By the end, you\u2019ll not only understand how to model them\u2014but how to validate, refine, and present your EPCs with confidence. This is how you learn EPC by example. Not just theory. Real application.<\/p>\n<h2>Exercise 1: HR Onboarding Process<\/h2>\n<h3>Scenario Summary<\/h3>\n<p>A new employee is hired. The onboarding process begins and must be completed within 72 hours. The HR team coordinates document collection, system access setup, and orientation scheduling.<\/p>\n<h3>Step-by-Step EPC Modeling<\/h3>\n<ol>\n<li>\n<p>Start with the initial event: <strong>\u00abNew Hire Offer Accepted\u00bb<\/strong>. This is the trigger.<\/p>\n<\/li>\n<li>\n<p>Identify the first function: <strong>\u00abSend Welcome Email with Onboarding Checklist\u00bb<\/strong>. This event must follow the trigger with a direct line.<\/p>\n<\/li>\n<li>\n<p>Next, two parallel functions must occur. Use <strong>AND connector<\/strong> to model:<\/p>\n<ul>\n<li>\u00abCollect Employee Documents (ID, Tax Forms)\u00bb<\/li>\n<li>\u00abCreate HR System Profile\u00bb<\/li>\n<\/ul>\n<\/li>\n<li>\n<p>Both must be completed before the next event: <strong>\u00abAll Documents Verified\u00bb<\/strong>.<\/p>\n<\/li>\n<li>\n<p>Now, two logical paths emerge:<\/p>\n<ul>\n<li>If <strong>all documents valid<\/strong>, proceed to <em>\u00abRequest System Access\u00bb<\/em>.<\/li>\n<li>If <strong>any documents missing<\/strong>, trigger <em>\u00abNotify HR and Reschedule\u00bb<\/em>. This is a <strong>XOR gate<\/strong>.<\/li>\n<\/ul>\n<\/li>\n<li>\n<p>After system access is granted, the next event is: <strong>\u00abSystem Access Approved\u00bb<\/strong>.<\/p>\n<\/li>\n<li>\n<p>Then, schedule orientation: <strong>\u00abSchedule Onboarding Orientation\u00bb<\/strong>.<\/p>\n<\/li>\n<li>\n<p>Finally, end with: <strong>\u00abOnboarding Complete\u00bb<\/strong>.<\/p>\n<\/li>\n<\/ol>\n<h3>Key Modeling Tips<\/h3>\n<ul>\n<li>\n<p>Use <strong>consistent naming<\/strong>: Always start verbs. \u00abCollect\u00bb not \u00abCollection of documents\u00bb.<\/p>\n<\/li>\n<li>\n<p>Use AND gates when <strong>all paths must be completed<\/strong>. Common in HR onboarding.<\/p>\n<\/li>\n<li>\n<p>XOR gates should reflect <strong>mutually exclusive outcomes<\/strong>. Here, either all documents pass, or they don\u2019t.<\/p>\n<\/li>\n<li>\n<p>Always verify that <strong>events are triggered by prior functions<\/strong>, and functions are triggered by events.<\/p>\n<\/li>\n<\/ul>\n<h3>Check Your Work<\/h3>\n<table>\n<tbody>\n<tr>\n<th>Element<\/th>\n<th>Correct?<\/th>\n<th>Why<\/th>\n<\/tr>\n<tr>\n<td>Initial event linked to first function<\/td>\n<td>\u2714\ufe0f<\/td>\n<td>Logical start of process<\/td>\n<\/tr>\n<tr>\n<td>AND gate for parallel tasks<\/td>\n<td>\u2714\ufe0f<\/td>\n<td>Both required for next state<\/td>\n<\/tr>\n<tr>\n<td>Correct use of XOR for document validation<\/td>\n<td>\u2714\ufe0f<\/td>\n<td>Only one outcome possible<\/td>\n<\/tr>\n<tr>\n<td>All flows lead to end event<\/td>\n<td>\u2714\ufe0f<\/td>\n<td>No dead ends<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2>Exercise 2: Customer Support Escalation Workflow<\/h2>\n<h3>Scenario Summary<\/h3>\n<p>A customer reports a defect in a product. Support agents triage the issue. If unresolved within 24 hours, the case escalates to a senior agent. If still unresolved, it goes to the technical team.<\/p>\n<h3>Step-by-Step EPC Modeling<\/h3>\n<ol>\n<li>\n<p>Start: <strong>\u00abCustomer Reports Product Defect\u00bb<\/strong>.<\/p>\n<\/li>\n<li>\n<p>Function: <strong>\u00abInitial Support Agent Reviews Issue\u00bb<\/strong>.<\/p>\n<\/li>\n<li>\n<p>Now, apply XOR gate:<\/p>\n<ul>\n<li>If resolved \u2192 <em>\u00abClose Ticket\u00bb<\/em><\/li>\n<li>If not resolved \u2192 <em>\u00abEscalate to Senior Agent\u00bb<\/em><\/li>\n<\/ul>\n<\/li>\n<li>\n<p>At senior agent level:<\/p>\n<ul>\n<li>If resolved \u2192 <em>\u00abClose Ticket\u00bb<\/em><\/li>\n<li>If unresolved \u2192 <em>\u00abForward to Technical Team\u00bb<\/em><\/li>\n<\/ul>\n<\/li>\n<li>\n<p>Technical team function: <em>\u00abDiagnose and Resolve\u00bb<\/em>.<\/p>\n<\/li>\n<li>\n<p>Final event: <em>\u00abIssue Resolved and Customer Notified\u00bb<\/em>.<\/p>\n<\/li>\n<\/ol>\n<h3>Modeling Challenge: Looping Logic<\/h3>\n<p>Some models incorrectly place the <em>\u00abClose Ticket\u00bb<\/em> function in multiple places. That creates redundancy. Instead, use a <strong>single exit path<\/strong> from each decision point.<\/p>\n<p>Here\u2019s how to do it right:<\/p>\n<ul>\n<li>\n<p>Every function should lead to a single event.<\/p>\n<\/li>\n<li>\n<p>Every decision should have exactly two outcomes (XOR), with no ambiguity.<\/p>\n<\/li>\n<li>\n<p>Use <strong>reuse<\/strong>: \u00abClose Ticket\u00bb can be reused in both the agent and senior agent paths\u2014just ensure it\u2019s triggered by different events.<\/p>\n<\/li>\n<\/ul>\n<h3>Pro Tip: Use Visual Paradigm\u2019s Auto-Layout<\/h3>\n<p>After drawing the EPC, use the <strong>Auto-Layout<\/strong> feature. It doesn\u2019t fix logic\u2014but it organizes the flow so you can spot missing links and loop anomalies faster.<\/p>\n<h2>Self-Assessment: 5 Questions to Validate Your EPC<\/h2>\n<ol>\n<li>\n<p>Does every function have a clear trigger (event)?<\/p>\n<\/li>\n<li>\n<p>Are all decision points either AND, OR, or XOR? No ambiguous connectors.<\/p>\n<\/li>\n<li>\n<p>Does every path lead to a defined next event or end point?<\/p>\n<\/li>\n<li>\n<p>Are functions verb-based, and events state-based?<\/p>\n<\/li>\n<li>\n<p>Can you explain the entire flow in under 90 seconds?<\/p>\n<\/li>\n<\/ol>\n<p>If you answered \u201cyes\u201d to all, your EPC is logically sound and ready for review.<\/p>\n<h2>Frequently Asked Questions<\/h2>\n<h3>How do I know which logical operator (AND, OR, XOR) to use?<\/h3>\n<p>Use <strong>XOR<\/strong> when only one path should occur (e.g., \u00abresolved\u00bb or \u00abnot resolved\u00bb). Use <strong>AND<\/strong> when all paths must complete (e.g., HR and IT tasks). Use <strong>OR<\/strong> when any path can trigger the next (e.g., \u00abcustomer complaint OR system error\u00bb). I\u2019ve seen teams misuse OR for parallel tasks\u2014this leads to oversights. Stick to AND for concurrent dependencies.<\/p>\n<h3>Can I model loops in EPC diagrams?<\/h3>\n<p>Yes, but only with caution. Use feedback loops when a function triggers its own input event. Example: \u00abRe-review application\u00bb \u2192 \u00abApplication Still Pending\u00bb \u2192 \u00abRe-review application\u00bb. This is valid, but ensure the loop has an exit condition. Never model infinite loops. Always validate with a time or count limit.<\/p>\n<h3>How do I handle multiple people or departments in one function?<\/h3>\n<p>Don\u2019t. Use separate functions or assign the function to a <strong>unit<\/strong>. For example, \u00abHR: Verify Documents\u00bb or \u00abIT: Grant Access\u00bb. The unit helps clarify responsibility. Never list \u00abHR and IT\u00bb as a single function\u2014this obscures ownership and leads to accountability gaps.<\/p>\n<h3>What if the process has multiple valid start events?<\/h3>\n<p>That\u2019s acceptable in EPC. Use <strong>multiple initial events<\/strong> with separate lines to the first function. But always validate that the same end state is reached regardless of entry. This is common in customer service, where a support ticket can be opened via email, phone, or chat\u2014each a valid start.<\/p>\n<h3>How detailed should EPC functions be?<\/h3>\n<p>Functions should be <strong>atomic<\/strong>. They should represent one discrete action. Avoid \u00abHandle Customer Request\u00bb \u2014 too vague. Instead, use \u00abUpdate Customer Record\u00bb or \u00abSend Escalation Email\u00bb. This clarity makes validation, automation, and integration much easier.<\/p>\n<h3>Can EPC diagrams be converted to BPMN?<\/h3>\n<p>Yes, but not automatically. EPCs are <em>analytical<\/em>; BPMN is <em>execution-oriented<\/em>. You must restructure EPCs into BPMN tasks, gateways, and events. Use EPCs to map logic first. Then, convert each function to a BPMN task, and each decision to a gateway. This is how you learn EPC by example and prepare for real-world automation.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Modeling isn\u2019t just about drawing boxes and arrows. It\u2019s about precision, logic, and consistency\u2014especially when translating real business scenarios into structured EPC diagrams. The most overlooked element in EPC modeling is not the symbols, but the *decision logic* behind flow transitions. Too many beginners focus on drawing first, validating later. That\u2019s why every exercise here [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":895,"menu_order":0,"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-896","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>EPC Exercises: Step-by-Step Modeling Practice<\/title>\n<meta name=\"description\" content=\"Master EPC diagramming with real-world EPC practice examples. Complete model process exercises using Visual Paradigm to learn EPC by example and build confidence in business process modeling.\" \/>\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\/epc-diagram-fundamentals\/epc-learning-resources\/epc-exercises-step-by-step-modeling-practice\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"EPC Exercises: Step-by-Step Modeling Practice\" \/>\n<meta property=\"og:description\" content=\"Master EPC diagramming with real-world EPC practice examples. Complete model process exercises using Visual Paradigm to learn EPC by example and build confidence in business process modeling.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/skills.visual-paradigm.com\/es\/docs\/epc-diagram-fundamentals\/epc-learning-resources\/epc-exercises-step-by-step-modeling-practice\/\" \/>\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=\"5 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\/epc-diagram-fundamentals\/epc-learning-resources\/epc-exercises-step-by-step-modeling-practice\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/es\/docs\/epc-diagram-fundamentals\/epc-learning-resources\/epc-exercises-step-by-step-modeling-practice\/\",\"name\":\"EPC Exercises: Step-by-Step Modeling Practice\",\"isPartOf\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/es\/#website\"},\"datePublished\":\"2026-02-25T10:26:13+00:00\",\"description\":\"Master EPC diagramming with real-world EPC practice examples. Complete model process exercises using Visual Paradigm to learn EPC by example and build confidence in business process modeling.\",\"breadcrumb\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/es\/docs\/epc-diagram-fundamentals\/epc-learning-resources\/epc-exercises-step-by-step-modeling-practice\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/skills.visual-paradigm.com\/es\/docs\/epc-diagram-fundamentals\/epc-learning-resources\/epc-exercises-step-by-step-modeling-practice\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/es\/docs\/epc-diagram-fundamentals\/epc-learning-resources\/epc-exercises-step-by-step-modeling-practice\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/skills.visual-paradigm.com\/es\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"EPC Diagram Fundamentals: A Beginner\u2019s Guide to Process Modeling\",\"item\":\"https:\/\/skills.visual-paradigm.com\/es\/docs\/epc-diagram-fundamentals\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Practice, Reflection, and Next Steps\",\"item\":\"https:\/\/skills.visual-paradigm.com\/es\/docs\/epc-diagram-fundamentals\/epc-learning-resources\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Workbook: Step-by-Step Exercises for Reinforcement\"}]},{\"@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":"EPC Exercises: Step-by-Step Modeling Practice","description":"Master EPC diagramming with real-world EPC practice examples. Complete model process exercises using Visual Paradigm to learn EPC by example and build confidence in business process modeling.","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\/epc-diagram-fundamentals\/epc-learning-resources\/epc-exercises-step-by-step-modeling-practice\/","og_locale":"es_ES","og_type":"article","og_title":"EPC Exercises: Step-by-Step Modeling Practice","og_description":"Master EPC diagramming with real-world EPC practice examples. Complete model process exercises using Visual Paradigm to learn EPC by example and build confidence in business process modeling.","og_url":"https:\/\/skills.visual-paradigm.com\/es\/docs\/epc-diagram-fundamentals\/epc-learning-resources\/epc-exercises-step-by-step-modeling-practice\/","og_site_name":"Visual Paradigm Skills Espa\u00f1ol","twitter_card":"summary_large_image","twitter_misc":{"Tiempo de lectura":"5 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/skills.visual-paradigm.com\/es\/docs\/epc-diagram-fundamentals\/epc-learning-resources\/epc-exercises-step-by-step-modeling-practice\/","url":"https:\/\/skills.visual-paradigm.com\/es\/docs\/epc-diagram-fundamentals\/epc-learning-resources\/epc-exercises-step-by-step-modeling-practice\/","name":"EPC Exercises: Step-by-Step Modeling Practice","isPartOf":{"@id":"https:\/\/skills.visual-paradigm.com\/es\/#website"},"datePublished":"2026-02-25T10:26:13+00:00","description":"Master EPC diagramming with real-world EPC practice examples. Complete model process exercises using Visual Paradigm to learn EPC by example and build confidence in business process modeling.","breadcrumb":{"@id":"https:\/\/skills.visual-paradigm.com\/es\/docs\/epc-diagram-fundamentals\/epc-learning-resources\/epc-exercises-step-by-step-modeling-practice\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/skills.visual-paradigm.com\/es\/docs\/epc-diagram-fundamentals\/epc-learning-resources\/epc-exercises-step-by-step-modeling-practice\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/skills.visual-paradigm.com\/es\/docs\/epc-diagram-fundamentals\/epc-learning-resources\/epc-exercises-step-by-step-modeling-practice\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/skills.visual-paradigm.com\/es\/"},{"@type":"ListItem","position":2,"name":"EPC Diagram Fundamentals: A Beginner\u2019s Guide to Process Modeling","item":"https:\/\/skills.visual-paradigm.com\/es\/docs\/epc-diagram-fundamentals\/"},{"@type":"ListItem","position":3,"name":"Practice, Reflection, and Next Steps","item":"https:\/\/skills.visual-paradigm.com\/es\/docs\/epc-diagram-fundamentals\/epc-learning-resources\/"},{"@type":"ListItem","position":4,"name":"Workbook: Step-by-Step Exercises for Reinforcement"}]},{"@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\/896","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\/896\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/es\/wp-json\/wp\/v2\/docs\/895"}],"wp:attachment":[{"href":"https:\/\/skills.visual-paradigm.com\/es\/wp-json\/wp\/v2\/media?parent=896"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/es\/wp-json\/wp\/v2\/doc_tag?post=896"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}