{"id":613,"date":"2026-02-25T10:20:54","date_gmt":"2026-02-25T10:20:54","guid":{"rendered":"https:\/\/skills.visual-paradigm.com\/de\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-review-practices-checklists-coaching\/bpmn-mistakes-checklist\/"},"modified":"2026-02-25T10:20:54","modified_gmt":"2026-02-25T10:20:54","slug":"bpmn-mistakes-checklist","status":"publish","type":"docs","link":"https:\/\/skills.visual-paradigm.com\/de\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-review-practices-checklists-coaching\/bpmn-mistakes-checklist\/","title":{"rendered":"A Consolidated Checklist: Avoiding Common BPMN Mistakes"},"content":{"rendered":"<p>Most of us write BPMN diagrams under pressure, with little time to pause and reflect. The result? A model that looks correct at a glance but hides structural flaws, ambiguous logic, or communication gaps. You might not notice them until implementation fails, or stakeholders walk away confused.<\/p>\n<p>The truth is, a flawed BPMN diagram is worse than no diagram at all\u2014especially when it misleads developers, distracts business users, or gets reused as a template for future processes. This checklist is the final sanity check before any model goes live.<\/p>\n<p>It\u2019s based on over 20 years of fieldwork, peer reviews, and audit findings. Every item here has been tested in real-world environments\u2014from insurance underwriting to fintech onboarding. No theory. No fluff. Just practical, repeatable quality gates you can apply instantly.<\/p>\n<h2>Notation &amp; Semantics: Are the Symbols Correct?<\/h2>\n<h3>Start and End Events<\/h3>\n<p>Ensure every process has exactly one start event. Use <strong>none<\/strong> start events only for subprocesses or event-driven processes.<\/p>\n<p>End events must be present and unambiguous. Never use a plain end event for cancellation or error conditions\u2014use <strong>terminate<\/strong> or <strong>error<\/strong> end events instead.<\/p>\n<p>Use <strong>message start events<\/strong> only when the process is triggered by an incoming message. For time-based triggers, use <strong>timer start events<\/strong>.<\/p>\n<h3>Gateways: Correct Type, Correct Logic<\/h3>\n<p>Use <strong>XOR (exclusive)<\/strong> gateways when only one path should be taken. Confirm the condition labels are mutually exclusive and exhaustive.<\/p>\n<p>Use <strong>AND (parallel)<\/strong> gateways only for simultaneous branches. If you&#8217;re splitting a decision into two parallel actions, this is correct. If not, reconsider.<\/p>\n<p>Use <strong>OR (inclusive)<\/strong> gateways with caution. Only if more than one path might be taken simultaneously\u2014and you\u2019ve documented the logic clearly.<\/p>\n<p>Never leave gateways unpaired. Every split must have a corresponding join. Unpaired gateways create undefined behavior.<\/p>\n<h3>Sequence Flows vs. Message Flows<\/h3>\n<p>Use <strong>sequence flows<\/strong> to show control flow <em>within<\/em> a single pool or process.<\/p>\n<p>Use <strong>message flows<\/strong> to show communication <em>between<\/em> pools or participants. Message flows are <em>not<\/em> for internal control flow.<\/p>\n<p>Never use sequence flows between pools. It\u2019s a violation of BPMN semantics and confuses the reader.<\/p>\n<h3>Task Types and Markers<\/h3>\n<p>Use <strong>user tasks<\/strong> when a person performs the work. Use <strong>service tasks<\/strong> for system-to-system interactions.<\/p>\n<p>Use <strong>sub-processes<\/strong> only when grouping multiple activities into a logical block. Avoid using them as a container for a few simple steps.<\/p>\n<p>Use <strong>loop markers<\/strong> only when an activity repeats exactly. If it repeats conditionally, use a loop with a condition, not a loop marker.<\/p>\n<p>Use <strong>multi-instance<\/strong> only when the same activity is performed multiple times, possibly in parallel. Never use it as a catch-all for loops.<\/p>\n<h2>Structure &amp; Flow: Is the Logic Sound?<\/h2>\n<h3>Complete Flow Path<\/h3>\n<p>Every activity must lead to another activity or an end event. No orphaned tasks or dead ends.<\/p>\n<p>Every path from start to end must be valid. Use a simple \u201cwalkthrough\u201d from start to end: can you trace the logic without detours or loops?<\/p>\n<p>Check for infinite loops. If a gateway sends flow back to a previous task without a clear exit condition, it\u2019s dangerous.<\/p>\n<h3>Clear Process Scope<\/h3>\n<p>Define clear <strong>preconditions<\/strong> at the start and <strong>postconditions<\/strong> at the end.<\/p>\n<p>Ask: What triggers this process? What data is required? What is produced? If these aren\u2019t clear, the scope is ambiguous.<\/p>\n<p>Do not mix multiple scenarios in one model. If you\u2019re modeling both \u201cstandard\u201d and \u201curgent\u201d cases, split them into separate diagrams or use a sub-process with a condition.<\/p>\n<h3>Responsibility Clarity<\/h3>\n<p>Every task must have a clear owner. Check that every lane has at least one task assigned.<\/p>\n<p>If multiple lanes are involved, ensure message flows align with handoffs. A message flow should start from a task that <em>produces<\/em> the message and end at a task that <em>consumes<\/em> it.<\/p>\n<p>Use separate pools for customers, partners, and internal departments. Never assume shared ownership.<\/p>\n<h2>Naming &amp; Communication: Are You Speaking the Same Language?<\/h2>\n<h3>Activity and Event Names<\/h3>\n<p>Use <strong>verb\u2013object<\/strong> format: \u201cReview Application,\u201d \u201cSend Confirmation Email,\u201d \u201cApprove Invoice.\u201d<\/p>\n<p>Avoid vague labels like \u201cProcess,\u201d \u201cDo Task,\u201d \u201cHandle Request.\u201d These add no value.<\/p>\n<p>Use consistent naming across related diagrams. If \u201cSubmit Application\u201d appears in one, don\u2019t switch to \u201cSend Form\u201d in another.<\/p>\n<h3>Gateway Conditions<\/h3>\n<p>Conditions on gateways must be <strong>clear, testable, and business-acceptable<\/strong>.<\/p>\n<p>Avoid complex logic like \u201cif the application status is not rejected and the user is not a minor and the income is greater than 50K.\u201d<\/p>\n<p>Instead, label the condition: \u201cEligible for Standard Approval.\u201d Then document the rule in an external decision table or in annotations.<\/p>\n<h3>Annotations and Context<\/h3>\n<p>Every complex decision, exception path, or business rule must have a <strong>short annotation<\/strong> explaining the intent.<\/p>\n<p>Use the annotation to reference documentation, policies, or external rules\u2014don\u2019t embed the full rule in the diagram.<\/p>\n<p>Don\u2019t rely on color, size, or font style. Use annotations to explain edge cases that aren\u2019t obvious from the flow.<\/p>\n<h2>Layout &amp; Readability: Is It Easy to Follow?<\/h2>\n<h3>Flow Direction and Consistency<\/h3>\n<p>Choose a single direction\u2014either left-to-right or top-to-bottom\u2014and stick to it.<\/p>\n<p>Never mix directions in the same diagram. It creates visual noise and confuses interpretation.<\/p>\n<p>Use consistent spacing. Elements should be evenly spaced, not crammed or floating.<\/p>\n<h3>Minimize Crossing Flows<\/h3>\n<p>Redraw paths to avoid criss-crossing flows. Use \u201cpush\u201d or \u201cpull\u201d techniques: move tasks to create clean lanes.<\/p>\n<p>If flows cross more than three times, consider splitting the diagram or using a sub-process.<\/p>\n<h3>Visual Hierarchy<\/h3>\n<p>Use sub-processes to group related steps. Collapse them when the detail isn\u2019t needed.<\/p>\n<p>Use color or font style only to emphasize purpose\u2014never to hide mistakes.<\/p>\n<p>Keep the visual center of the diagram uncluttered. Avoid placing critical logic in the middle of a web of lines.<\/p>\n<h2>Tool &amp; Team Practices: Are You Using the Right Checks?<\/h2>\n<h3>Validation Before Review<\/h3>\n<p>Always run the tool\u2019s <strong>validation engine<\/strong> before sharing. Fix all warnings and errors.<\/p>\n<p>Common issues: missing end events, unpaired gateways, invalid event types, dangling flows.<\/p>\n<p>Don\u2019t assume the tool catches everything. Use it as a starting point, not a guarantee.<\/p>\n<h3>Reuse and Versioning<\/h3>\n<p>Use a <strong>shared library<\/strong> of reusable tasks, subprocesses, and templates. Avoid copying and pasting.<\/p>\n<p>When reusing a process, verify it still applies. Old models may be outdated or incompatible.<\/p>\n<p>Use versioning: v1.0, v1.1, v2.0. Avoid \u201cFinal,\u201d \u201cUpdated,\u201d or \u201cFinal Final\u201d labels.<\/p>\n<h3>Team Standards and Checklists<\/h3>\n<p>Adopt a simple <strong>lightweight BPMN standard<\/strong> for your team:<\/p>\n<ul>\n<li>Start events: only one per process, always <strong>none<\/strong> or <strong>message<\/strong><\/li>\n<li>End events: must be <strong>terminate<\/strong>, <strong>error<\/strong>, or <strong>compensation<\/strong> if applicable<\/li>\n<li>Gateways: use XOR for decisions, AND for parallelism<\/li>\n<li>Tasks: user, service, manual, script<\/li>\n<li>Naming: verb\u2013object, consistent across models<\/li>\n<\/ul>\n<p>Review this checklist <em>before<\/em> any diagram goes to peer review or stakeholder walkthrough.<\/p>\n<h2>Frequently Asked Questions<\/h2>\n<h3>Why do I need a BPMN quick review checklist if I use a modeling tool?<\/h3>\n<p>Tools catch technical errors\u2014like missing end events or invalid gateways\u2014but they can\u2019t judge business logic, clarity, or stakeholder alignment. A checklist ensures you\u2019re not just compliant, but actually <em>understandable<\/em>.<\/p>\n<h3>How often should I run this BPMN quality control list?<\/h3>\n<p>Run it once per diagram, before sharing with others. If your team is mature, apply it during peer review. For high-risk processes, run it again after stakeholder feedback.<\/p>\n<h3>Can I use this checklist for any BPMN diagram, even in complex systems?<\/h3>\n<p>Yes. Whether modeling a customer onboarding flow or a multi-organizational collaboration, the principles of clarity, correctness, and consistency apply. The checklist adapts to context.<\/p>\n<h3>What if my team doesn\u2019t agree on naming or layout?<\/h3>\n<p>Start small. Pick one rule\u2014like \u201cuse verb\u2013object for tasks\u201d\u2014and enforce it. Build consensus incrementally. A checklist makes the rules visible and repeatable.<\/p>\n<h3>Do I need to follow every item in the checklist?<\/h3>\n<p>Yes\u2014unless you have a documented reason to deviate. If a business rule is too complex to fit on a gateway, document it externally. Don\u2019t skip the rule just because it\u2019s hard.<\/p>\n<h3>Is it okay to reuse a diagram from another project?<\/h3>\n<p>Only after auditing it with this checklist. Reused diagrams often carry over hidden errors. Always validate, even when copying.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Most of us write BPMN diagrams under pressure, with little time to pause and reflect. The result? A model that looks correct at a glance but hides structural flaws, ambiguous logic, or communication gaps. You might not notice them until implementation fails, or stakeholders walk away confused. The truth is, a flawed BPMN diagram is [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":609,"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-613","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 Mistakes Checklist<\/title>\n<meta name=\"description\" content=\"A concise, actionable BPMN quality control list to avoid common modeling errors. Use this BPMN quick review checklist before finalizing any diagram.\" \/>\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\/de\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-review-practices-checklists-coaching\/bpmn-mistakes-checklist\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"BPMN Mistakes Checklist\" \/>\n<meta property=\"og:description\" content=\"A concise, actionable BPMN quality control list to avoid common modeling errors. Use this BPMN quick review checklist before finalizing any diagram.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/skills.visual-paradigm.com\/de\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-review-practices-checklists-coaching\/bpmn-mistakes-checklist\/\" \/>\n<meta property=\"og:site_name\" content=\"Visual Paradigm Skills Deutsch\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data1\" content=\"7\u00a0Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/de\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-review-practices-checklists-coaching\/bpmn-mistakes-checklist\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/de\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-review-practices-checklists-coaching\/bpmn-mistakes-checklist\/\",\"name\":\"BPMN Mistakes Checklist\",\"isPartOf\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/de\/#website\"},\"datePublished\":\"2026-02-25T10:20:54+00:00\",\"description\":\"A concise, actionable BPMN quality control list to avoid common modeling errors. Use this BPMN quick review checklist before finalizing any diagram.\",\"breadcrumb\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/de\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-review-practices-checklists-coaching\/bpmn-mistakes-checklist\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/skills.visual-paradigm.com\/de\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-review-practices-checklists-coaching\/bpmn-mistakes-checklist\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/de\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-review-practices-checklists-coaching\/bpmn-mistakes-checklist\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/skills.visual-paradigm.com\/de\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Common BPMN Mistakes and How to Avoid Them\",\"item\":\"https:\/\/skills.visual-paradigm.com\/de\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Review Practices, Checklists, and Coaching\",\"item\":\"https:\/\/skills.visual-paradigm.com\/de\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-review-practices-checklists-coaching\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"A Consolidated Checklist: Avoiding Common BPMN Mistakes\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/de\/#website\",\"url\":\"https:\/\/skills.visual-paradigm.com\/de\/\",\"name\":\"Visual Paradigm Skills Deutsch\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/de\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/skills.visual-paradigm.com\/de\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/de\/#organization\",\"name\":\"Visual Paradigm Skills Deutsch\",\"url\":\"https:\/\/skills.visual-paradigm.com\/de\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/de\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/de\/wp-content\/uploads\/sites\/4\/2026\/02\/favicon.svg\",\"contentUrl\":\"https:\/\/skills.visual-paradigm.com\/de\/wp-content\/uploads\/sites\/4\/2026\/02\/favicon.svg\",\"width\":70,\"height\":70,\"caption\":\"Visual Paradigm Skills Deutsch\"},\"image\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/de\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"BPMN Mistakes Checklist","description":"A concise, actionable BPMN quality control list to avoid common modeling errors. Use this BPMN quick review checklist before finalizing any diagram.","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\/de\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-review-practices-checklists-coaching\/bpmn-mistakes-checklist\/","og_locale":"de_DE","og_type":"article","og_title":"BPMN Mistakes Checklist","og_description":"A concise, actionable BPMN quality control list to avoid common modeling errors. Use this BPMN quick review checklist before finalizing any diagram.","og_url":"https:\/\/skills.visual-paradigm.com\/de\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-review-practices-checklists-coaching\/bpmn-mistakes-checklist\/","og_site_name":"Visual Paradigm Skills Deutsch","twitter_card":"summary_large_image","twitter_misc":{"Gesch\u00e4tzte Lesezeit":"7\u00a0Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/skills.visual-paradigm.com\/de\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-review-practices-checklists-coaching\/bpmn-mistakes-checklist\/","url":"https:\/\/skills.visual-paradigm.com\/de\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-review-practices-checklists-coaching\/bpmn-mistakes-checklist\/","name":"BPMN Mistakes Checklist","isPartOf":{"@id":"https:\/\/skills.visual-paradigm.com\/de\/#website"},"datePublished":"2026-02-25T10:20:54+00:00","description":"A concise, actionable BPMN quality control list to avoid common modeling errors. Use this BPMN quick review checklist before finalizing any diagram.","breadcrumb":{"@id":"https:\/\/skills.visual-paradigm.com\/de\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-review-practices-checklists-coaching\/bpmn-mistakes-checklist\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/skills.visual-paradigm.com\/de\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-review-practices-checklists-coaching\/bpmn-mistakes-checklist\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/skills.visual-paradigm.com\/de\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-review-practices-checklists-coaching\/bpmn-mistakes-checklist\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/skills.visual-paradigm.com\/de\/"},{"@type":"ListItem","position":2,"name":"Common BPMN Mistakes and How to Avoid Them","item":"https:\/\/skills.visual-paradigm.com\/de\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/"},{"@type":"ListItem","position":3,"name":"Review Practices, Checklists, and Coaching","item":"https:\/\/skills.visual-paradigm.com\/de\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-review-practices-checklists-coaching\/"},{"@type":"ListItem","position":4,"name":"A Consolidated Checklist: Avoiding Common BPMN Mistakes"}]},{"@type":"WebSite","@id":"https:\/\/skills.visual-paradigm.com\/de\/#website","url":"https:\/\/skills.visual-paradigm.com\/de\/","name":"Visual Paradigm Skills Deutsch","description":"","publisher":{"@id":"https:\/\/skills.visual-paradigm.com\/de\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/skills.visual-paradigm.com\/de\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":"Organization","@id":"https:\/\/skills.visual-paradigm.com\/de\/#organization","name":"Visual Paradigm Skills Deutsch","url":"https:\/\/skills.visual-paradigm.com\/de\/","logo":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/skills.visual-paradigm.com\/de\/#\/schema\/logo\/image\/","url":"https:\/\/skills.visual-paradigm.com\/de\/wp-content\/uploads\/sites\/4\/2026\/02\/favicon.svg","contentUrl":"https:\/\/skills.visual-paradigm.com\/de\/wp-content\/uploads\/sites\/4\/2026\/02\/favicon.svg","width":70,"height":70,"caption":"Visual Paradigm Skills Deutsch"},"image":{"@id":"https:\/\/skills.visual-paradigm.com\/de\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/skills.visual-paradigm.com\/de\/wp-json\/wp\/v2\/docs\/613","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/skills.visual-paradigm.com\/de\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/skills.visual-paradigm.com\/de\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/de\/wp-json\/wp\/v2\/users\/1"}],"version-history":[{"count":0,"href":"https:\/\/skills.visual-paradigm.com\/de\/wp-json\/wp\/v2\/docs\/613\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/de\/wp-json\/wp\/v2\/docs\/609"}],"wp:attachment":[{"href":"https:\/\/skills.visual-paradigm.com\/de\/wp-json\/wp\/v2\/media?parent=613"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/de\/wp-json\/wp\/v2\/doc_tag?post=613"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}