{"id":405,"date":"2026-02-25T10:17:26","date_gmt":"2026-02-25T10:17:26","guid":{"rendered":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/bpmn-fundamentals-for-beginners\/bpmn-process-modeling\/bpmn-subprocess-reusable-process\/"},"modified":"2026-02-25T10:17:26","modified_gmt":"2026-02-25T10:17:26","slug":"bpmn-subprocess-reusable-process","status":"publish","type":"docs","link":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/bpmn-fundamentals-for-beginners\/bpmn-process-modeling\/bpmn-subprocess-reusable-process\/","title":{"rendered":"Working with Sub-Processes and Reuse"},"content":{"rendered":"<p>Most beginners start by drawing a single, continuous flow from start to finish\u2014and then quickly hit a wall when the process grows beyond a few steps.<\/p>\n<p>That\u2019s not a failure. It\u2019s the natural consequence of trying to model complex business logic without breaking it down.<\/p>\n<p>When I first started teaching BPMN, I watched people struggle with sprawling diagrams that looked like tangled spaghetti. They\u2019d add more tasks, more gateways, more text boxes\u2014only to lose the forest for the trees.<\/p>\n<p>The real breakthrough came when they learned to think not just in flows, but in **BPMN subprocess** structures. Breaking a large process into digestible, reusable units isn\u2019t just a best practice\u2014it\u2019s the foundation of professional modeling.<\/p>\n<p>Here, you\u2019ll learn how to use sub-processes to manage complexity, apply **BPMN call activity** to reuse logic, and maintain a clean **BPMN hierarchy**. You\u2019ll see real examples and practical guidelines that work across teams and tools, especially in Visual Paradigm.<\/p>\n<h2>Understanding BPMN Subprocesses<\/h2>\n<p>A **BPMN subprocess** is a container that groups related tasks and events into a single, collapsible unit. It acts like a black box: you can see the inputs and outputs, but the internal logic is hidden\u2014until you expand it.<\/p>\n<p>This is not just a visual trick. It\u2019s a powerful way to manage complexity and build scalable models.<\/p>\n<p>For example, in a customer onboarding process, the steps \u201cVerify Identity,\u201d \u201cCheck Credit Score,\u201d and \u201cSubmit Documentation\u201d can be bundled into a single subprocess called \u201cValidate Applicant.\u201d<\/p>\n<h3>Types of Subprocesses<\/h3>\n<p>There are two main types of subprocesses, each serving a different purpose:<\/p>\n<ul>\n<li><strong>Collapsed Subprocess:<\/strong> Shows only the main task name. The internal steps are hidden. Ideal for high-level diagrams.<\/li>\n<li><strong>Expanded Subprocess:<\/strong> Displays all internal activities. Used when you need to show detailed logic.<\/li>\n<\/ul>\n<p>Use collapsed mode when presenting to executives. Use expanded when working with developers or auditors.<\/p>\n<p>Always place the subprocess inside a pool or lane to maintain ownership and clarity.<\/p>\n<h2>Building Reusable Process Logic with BPMN Call Activity<\/h2>\n<p>While a subprocess groups logic within a single process, the **BPMN call activity** allows you to reuse the same flow across multiple diagrams.<\/p>\n<p>This is where **BPMN reusable process** design truly shines. Instead of duplicating logic, you define it once and call it from anywhere.<\/p>\n<p>For instance, \u201cVerify Identity\u201d might be used in onboarding, loan approval, and account recovery. You model it once as a call activity, and reuse it across processes.<\/p>\n<h3>How Call Activity Works<\/h3>\n<p>A call activity is represented by a rounded rectangle with a small square in the bottom-right corner\u2014similar to a subprocess, but with a distinct icon.<\/p>\n<p>When you click on it, you can link to another BPMN diagram, such as \u201cVerify Identity.bpmn.\u201d<\/p>\n<p>This is especially powerful in large organizations where teams collaborate on shared processes.<\/p>\n<p>It also supports **BPMN hierarchy**, where the parent process calls child processes, creating a modular and maintainable design.<\/p>\n<h3>When to Use Call Activity vs. Subprocess<\/h3>\n<p>Use a subprocess when:<\/p>\n<ul>\n<li>Logic is only used in one place.<\/li>\n<li>You want to hide complexity for readability.<\/li>\n<li>The steps are part of the current process\u2019s scope.<\/li>\n<\/ul>\n<p>Use a call activity when:<\/p>\n<ul>\n<li>You need to reuse the same logic in multiple processes.<\/li>\n<li>Multiple teams are responsible for maintaining the same flow.<\/li>\n<li>You want to standardize processes across departments.<\/li>\n<\/ul>\n<p>Think of it like a function in programming: a subprocess is a function you write inline. A call activity is a function you define once and call from multiple places.<\/p>\n<h2>Designing with BPMN Hierarchy for Clarity and Control<\/h2>\n<p>As your processes grow, so does the need for structure. The **BPMN hierarchy** ensures your diagrams remain intuitive, even with dozens of steps.<\/p>\n<p>Here\u2019s how to apply it effectively:<\/p>\n<ol>\n<li><strong>Define process boundaries<\/strong> early. A subprocess should represent a logical phase\u2014like \u201cCustomer Approval\u201d or \u201cTechnical Review.\u201d<\/li>\n<li><strong>Use swimlanes<\/strong> to assign ownership. A subprocess should be linked to a role or department.<\/li>\n<li><strong>Label clearly<\/strong>. \u201cVerify Identity\u201d is better than \u201cStep 4A.\u201d<\/li>\n<li><strong>Apply consistent naming<\/strong>. If one process uses \u201cSubmit Application,\u201d others should too\u2014no \u201cFile Request.\u201d<\/li>\n<\/ol>\n<p>These habits may seem small, but they make a huge difference when others read your diagrams\u2014especially during audits, training, or automation handoffs.<\/p>\n<p>Remember: clarity isn\u2019t just about looks. It\u2019s about trust.<\/p>\n<h2>Practical Example: Customer Onboarding Process<\/h2>\n<p>Let\u2019s walk through a real example using **BPMN subprocess** and **BPMN call activity**.<\/p>\n<p><strong>Process:<\/strong> Onboard New Customer<\/p>\n<ul>\n<li>Start: Customer submits application<\/li>\n<li>Step 1: Call activity \u2192 &#8222;Verify Identity&#8221; (reusable)<\/li>\n<li>Step 2: Call activity \u2192 &#8222;Check Credit Score&#8221; (reusable)<\/li>\n<li>Step 3: <strong>Subprocess<\/strong> \u2192 &#8222;Review Application&#8221;<\/li>\n<ul>\n<li>Check documents<\/li>\n<li>Verify employment<\/li>\n<li>Approve or reject<\/li>\n<\/ul>\n<li>End: Notify customer<\/li>\n<\/ul>\n<p>Notice how the two reusable flows are called from the main process. The \u201cReview Application\u201d step is expanded\u2014because it\u2019s unique to this process.<\/p>\n<p>This design keeps the main diagram clean, while allowing deep dives into specific flows when needed.<\/p>\n<h2>Common Pitfalls and How to Avoid Them<\/h2>\n<p>Even experienced modelers make mistakes. Here are the most common ones\u2014and how to fix them:<\/p>\n<ul>\n<li><strong>Overusing subprocesses:<\/strong> Too many collapsed units make it hard to understand the overall flow. Use only when logic is complex or lengthy.<\/li>\n<li><strong>Confusing call activity with subprocess:<\/strong> A call activity must point to a real diagram. A subprocess lives inside the current model.<\/li>\n<li><strong>Reusing processes without version control:<\/strong> If \u201cVerify Identity\u201d changes, all calling processes must update. Use shared repositories or tools like Visual Paradigm to manage versions.<\/li>\n<li><strong>Ignoring BPMN hierarchy:<\/strong> Don\u2019t mix roles. If one subprocess is for Sales and another for IT, keep them separate.<\/li>\n<\/ul>\n<p>Good modeling isn\u2019t about making the diagram look busy. It\u2019s about making it understandable.<\/p>\n<h2>Frequently Asked Questions<\/h2>\n<h3>What\u2019s the difference between a BPMN subprocess and a call activity?<\/h3>\n<p>A subprocess is a container that lives within a process. A call activity is a task that invokes a separate diagram. Use subprocess for internal grouping. Use call activity for reuse.<\/p>\n<h3>Can I reuse the same BPMN reusable process in multiple diagrams?<\/h3>\n<p>Yes. Use a call activity to reference the same BPMN file across multiple processes. This ensures consistency and reduces duplication.<\/p>\n<h3>How do I manage BPMN hierarchy when multiple teams are involved?<\/h3>\n<p>Assign each subprocess to a swimlane. Use clear labels. Maintain a central library of reusable processes. Tools like Visual Paradigm support this with shared repositories.<\/p>\n<h3>Is it better to expand a subprocess or keep it collapsed?<\/h3>\n<p>For high-level stakeholders: keep it collapsed. For technical teams: expand when detail matters. The key is consistency\u2014don\u2019t switch modes mid-diagram without a reason.<\/p>\n<h3>Can a subprocess call another subprocess?<\/h3>\n<p>Yes. A subprocess can contain a call activity to another diagram, creating a multi-level hierarchy. This is common in enterprise-grade process modeling.<\/p>\n<h3>Do I need special software to use BPMN call activity?<\/h3>\n<p>Yes, but most modern BPMN tools\u2014like Visual Paradigm\u2014support call activities. Make sure the tool allows linking to external diagrams.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Most beginners start by drawing a single, continuous flow from start to finish\u2014and then quickly hit a wall when the process grows beyond a few steps. That\u2019s not a failure. It\u2019s the natural consequence of trying to model complex business logic without breaking it down. When I first started teaching BPMN, I watched people struggle [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":402,"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-405","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 Subprocess: Master Reusable Process Design<\/title>\n<meta name=\"description\" content=\"Learn how to use BPMN subprocess and call activities to build modular, reusable process models. Master BPMN hierarchy and design for complex workflows with practical 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\/pl\/docs\/bpmn-fundamentals-for-beginners\/bpmn-process-modeling\/bpmn-subprocess-reusable-process\/\" \/>\n<meta property=\"og:locale\" content=\"pl_PL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"BPMN Subprocess: Master Reusable Process Design\" \/>\n<meta property=\"og:description\" content=\"Learn how to use BPMN subprocess and call activities to build modular, reusable process models. Master BPMN hierarchy and design for complex workflows with practical examples.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/bpmn-fundamentals-for-beginners\/bpmn-process-modeling\/bpmn-subprocess-reusable-process\/\" \/>\n<meta property=\"og:site_name\" content=\"Visual Paradigm Skills Polski\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Szacowany czas czytania\" \/>\n\t<meta name=\"twitter:data1\" content=\"6 minut\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/bpmn-fundamentals-for-beginners\/bpmn-process-modeling\/bpmn-subprocess-reusable-process\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/bpmn-fundamentals-for-beginners\/bpmn-process-modeling\/bpmn-subprocess-reusable-process\/\",\"name\":\"BPMN Subprocess: Master Reusable Process Design\",\"isPartOf\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/#website\"},\"datePublished\":\"2026-02-25T10:17:26+00:00\",\"description\":\"Learn how to use BPMN subprocess and call activities to build modular, reusable process models. Master BPMN hierarchy and design for complex workflows with practical examples.\",\"breadcrumb\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/bpmn-fundamentals-for-beginners\/bpmn-process-modeling\/bpmn-subprocess-reusable-process\/#breadcrumb\"},\"inLanguage\":\"pl-PL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/bpmn-fundamentals-for-beginners\/bpmn-process-modeling\/bpmn-subprocess-reusable-process\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/bpmn-fundamentals-for-beginners\/bpmn-process-modeling\/bpmn-subprocess-reusable-process\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/skills.visual-paradigm.com\/pl\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"BPMN Fundamentals for Beginners\",\"item\":\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/bpmn-fundamentals-for-beginners\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Building Realistic Process Models\",\"item\":\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/bpmn-fundamentals-for-beginners\/bpmn-process-modeling\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Working with Sub-Processes and Reuse\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/#website\",\"url\":\"https:\/\/skills.visual-paradigm.com\/pl\/\",\"name\":\"Visual Paradigm Skills Polski\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/skills.visual-paradigm.com\/pl\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"pl-PL\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/#organization\",\"name\":\"Visual Paradigm Skills Polski\",\"url\":\"https:\/\/skills.visual-paradigm.com\/pl\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pl-PL\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/pl\/wp-content\/uploads\/sites\/8\/2026\/02\/favicon.svg\",\"contentUrl\":\"https:\/\/skills.visual-paradigm.com\/pl\/wp-content\/uploads\/sites\/8\/2026\/02\/favicon.svg\",\"width\":70,\"height\":70,\"caption\":\"Visual Paradigm Skills Polski\"},\"image\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"BPMN Subprocess: Master Reusable Process Design","description":"Learn how to use BPMN subprocess and call activities to build modular, reusable process models. Master BPMN hierarchy and design for complex workflows with practical 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\/pl\/docs\/bpmn-fundamentals-for-beginners\/bpmn-process-modeling\/bpmn-subprocess-reusable-process\/","og_locale":"pl_PL","og_type":"article","og_title":"BPMN Subprocess: Master Reusable Process Design","og_description":"Learn how to use BPMN subprocess and call activities to build modular, reusable process models. Master BPMN hierarchy and design for complex workflows with practical examples.","og_url":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/bpmn-fundamentals-for-beginners\/bpmn-process-modeling\/bpmn-subprocess-reusable-process\/","og_site_name":"Visual Paradigm Skills Polski","twitter_card":"summary_large_image","twitter_misc":{"Szacowany czas czytania":"6 minut"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/bpmn-fundamentals-for-beginners\/bpmn-process-modeling\/bpmn-subprocess-reusable-process\/","url":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/bpmn-fundamentals-for-beginners\/bpmn-process-modeling\/bpmn-subprocess-reusable-process\/","name":"BPMN Subprocess: Master Reusable Process Design","isPartOf":{"@id":"https:\/\/skills.visual-paradigm.com\/pl\/#website"},"datePublished":"2026-02-25T10:17:26+00:00","description":"Learn how to use BPMN subprocess and call activities to build modular, reusable process models. Master BPMN hierarchy and design for complex workflows with practical examples.","breadcrumb":{"@id":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/bpmn-fundamentals-for-beginners\/bpmn-process-modeling\/bpmn-subprocess-reusable-process\/#breadcrumb"},"inLanguage":"pl-PL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/skills.visual-paradigm.com\/pl\/docs\/bpmn-fundamentals-for-beginners\/bpmn-process-modeling\/bpmn-subprocess-reusable-process\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/bpmn-fundamentals-for-beginners\/bpmn-process-modeling\/bpmn-subprocess-reusable-process\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/skills.visual-paradigm.com\/pl\/"},{"@type":"ListItem","position":2,"name":"BPMN Fundamentals for Beginners","item":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/bpmn-fundamentals-for-beginners\/"},{"@type":"ListItem","position":3,"name":"Building Realistic Process Models","item":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/bpmn-fundamentals-for-beginners\/bpmn-process-modeling\/"},{"@type":"ListItem","position":4,"name":"Working with Sub-Processes and Reuse"}]},{"@type":"WebSite","@id":"https:\/\/skills.visual-paradigm.com\/pl\/#website","url":"https:\/\/skills.visual-paradigm.com\/pl\/","name":"Visual Paradigm Skills Polski","description":"","publisher":{"@id":"https:\/\/skills.visual-paradigm.com\/pl\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/skills.visual-paradigm.com\/pl\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pl-PL"},{"@type":"Organization","@id":"https:\/\/skills.visual-paradigm.com\/pl\/#organization","name":"Visual Paradigm Skills Polski","url":"https:\/\/skills.visual-paradigm.com\/pl\/","logo":{"@type":"ImageObject","inLanguage":"pl-PL","@id":"https:\/\/skills.visual-paradigm.com\/pl\/#\/schema\/logo\/image\/","url":"https:\/\/skills.visual-paradigm.com\/pl\/wp-content\/uploads\/sites\/8\/2026\/02\/favicon.svg","contentUrl":"https:\/\/skills.visual-paradigm.com\/pl\/wp-content\/uploads\/sites\/8\/2026\/02\/favicon.svg","width":70,"height":70,"caption":"Visual Paradigm Skills Polski"},"image":{"@id":"https:\/\/skills.visual-paradigm.com\/pl\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/skills.visual-paradigm.com\/pl\/wp-json\/wp\/v2\/docs\/405","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/skills.visual-paradigm.com\/pl\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/skills.visual-paradigm.com\/pl\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/pl\/wp-json\/wp\/v2\/users\/1"}],"version-history":[{"count":0,"href":"https:\/\/skills.visual-paradigm.com\/pl\/wp-json\/wp\/v2\/docs\/405\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/pl\/wp-json\/wp\/v2\/docs\/402"}],"wp:attachment":[{"href":"https:\/\/skills.visual-paradigm.com\/pl\/wp-json\/wp\/v2\/media?parent=405"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/pl\/wp-json\/wp\/v2\/doc_tag?post=405"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}