{"id":527,"date":"2026-02-25T10:19:30","date_gmt":"2026-02-25T10:19:30","guid":{"rendered":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/cmmn-explained-practical-guide-for-modelers\/future-of-cmmn\/cmmn-analytics-measure-adaptive-case-performance\/"},"modified":"2026-02-25T10:19:30","modified_gmt":"2026-02-25T10:19:30","slug":"cmmn-analytics-measure-adaptive-case-performance","status":"publish","type":"docs","link":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/cmmn-explained-practical-guide-for-modelers\/future-of-cmmn\/cmmn-analytics-measure-adaptive-case-performance\/","title":{"rendered":"Analytics and Monitoring of Adaptive Cases"},"content":{"rendered":"<p>Most modelers assume that a well-structured CMMN case plan is sufficient on its own. But the reality is that adaptive cases evolve unpredictably, and their success hinges not just on design\u2014but on measurable outcomes. I\u2019ve seen teams deploy flawless models only to realize later that critical decisions were being made in silence, with no visibility into cycle times or bottlenecks.<\/p>\n<p>CMMN analytics isn\u2019t just about reporting\u2014it\u2019s about turning raw case data into actionable insight. It reveals where delays occur, which tasks are consistently delayed, and how different case types respond to environmental triggers. This chapter cuts through the noise, showing how to build a monitoring strategy that adapts to your case workflows, not the other way around.<\/p>\n<p>By the end, you\u2019ll know how to measure CMMN performance across multiple dimensions, identify improvement opportunities using real data, and apply adaptive process analysis to continuously refine your models\u2014not just for compliance, but for real business impact.<\/p>\n<h2>Why CMMN Analytics Is Different from Process Monitoring<\/h2>\n<p>Traditional BPMN analytics focuses on predefined paths, making it ideal for structured, repeatable processes. CMMN, by contrast, is built for uncertainty. Its workflows aren\u2019t linear, tasks aren\u2019t always scheduled, and entry conditions depend on events that may occur at any time.<\/p>\n<p>That means standard KPIs like &#8222;cycle time&#8221; or &#8222;throughput&#8221; must be reinterpreted. In an adaptive case, a task might be completed in 10 minutes or 10 days\u2014depending on data availability, stakeholder availability, or external events. CMMN analytics must account for this variability.<\/p>\n<p>As a mentor once told me: \u201cIf you can\u2019t measure it, you can\u2019t improve it. But if you measure the wrong thing, you might improve the wrong thing.\u201d For adaptive cases, that often means tracking not just <em>when<\/em> a task was completed\u2014but <em>why<\/em> it took that long, and what triggered the completion.<\/p>\n<h2>Core Metrics for CMMN Performance<\/h2>\n<p>Adaptive case management isn&#8217;t about ticking boxes\u2014it\u2019s about understanding behavior. The right metrics help you see patterns, not just numbers.<\/p>\n<p>Here are the five most actionable metrics for CMMN performance:<\/p>\n<ul>\n<li><strong>Case Cycle Time<\/strong>: From case initiation to closure. Measures overall efficiency.<\/li>\n<li><strong>Task Duration by Type<\/strong>: How long specific tasks take, grouped by task type (e.g., &#8222;Review Document,&#8221; &#8222;Approve Claim&#8221;). Reveals task-level inefficiencies.<\/li>\n<li><strong>Time-to-Trigger<\/strong>: How long it takes for a task to be activated after its entry condition is met. Highlights delays caused by data dependency or unavailability of actors.<\/li>\n<li><strong>Re-Entry Frequency<\/strong>: How often a task is reactivated after completion. Indicates incomplete or incorrect initial outcomes.<\/li>\n<li><strong>Event Impact Rate<\/strong>: How often events (e.g., &#8222;Document Received&#8221;) trigger task activation. Shows responsiveness to real-world triggers.<\/li>\n<\/ul>\n<p>Each of these metrics gives you a different lens into how your model is actually performing\u2014beyond the diagram.<\/p>\n<h3>Tracking Case Cycle Time: From Start to Finish<\/h3>\n<p>Case cycle time isn\u2019t a single number\u2014it\u2019s a distribution. A case may close in 2 hours or 37 days. To measure this accurately, you need to log timestamps at two key points:<\/p>\n<ol>\n<li>Case creation (or first entry condition activation)<\/li>\n<li>Case closure (when the last milestone is reached and the case is marked complete)<\/li>\n<\/ol>\n<p>Use a database or analytics tool to store these timestamps. Then compute the difference in minutes or hours. You can then generate a histogram to visualize the distribution.<\/p>\n<p>For example, if 80% of claims close within 48 hours, but 15% take more than 7 days, you know that a small subset of cases is dragging down performance. That\u2019s where adaptive process analysis pays off\u2014identify what\u2019s different about those long-running cases.<\/p>\n<h2>Mapping Data Flow to Measure Adaptive Process Analysis<\/h2>\n<p>Adaptive process analysis starts with understanding data dependencies. In a CMMN model, tasks are activated by sentry conditions\u2014often based on data availability or external events.<\/p>\n<p>So, to track performance, you need to connect the dots between:<\/p>\n<ul>\n<li>When data was created or received<\/li>\n<li>When the event triggered the sentry<\/li>\n<li>When the task actually started<\/li>\n<\/ul>\n<p>This reveals the <strong>time-to-trigger<\/strong> gap. If data arrives at 9:00 AM, but the task only activates at 3:00 PM, you\u2019ve got a 6-hour delay. That delay might be due to a lack of real-time monitoring, poor event routing, or system configuration.<\/p>\n<p>Use a simple table to track this relationship:<\/p>\n<table border=\"1\" cellpadding=\"4\" cellspacing=\"0\">\n<tbody>\n<tr>\n<th>Case ID<\/th>\n<th>Data Received Time<\/th>\n<th>Event Detected<\/th>\n<th>Task Activated<\/th>\n<th>Time-to-Trigger (hrs)<\/th>\n<\/tr>\n<tr>\n<td>C001<\/td>\n<td>2025-04-05 09:15<\/td>\n<td>2025-04-05 09:17<\/td>\n<td>2025-04-05 14:30<\/td>\n<td>5.2<\/td>\n<\/tr>\n<tr>\n<td>C002<\/td>\n<td>2025-04-05 10:00<\/td>\n<td>2025-04-05 10:02<\/td>\n<td>2025-04-05 10:05<\/td>\n<td>0.05<\/td>\n<\/tr>\n<tr>\n<td>C003<\/td>\n<td>2025-04-05 14:20<\/td>\n<td>2025-04-05 14:22<\/td>\n<td>2025-04-05 22:10<\/td>\n<td>7.8<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Now you can see outliers\u2014cases where the time-to-trigger exceeds acceptable thresholds. This is where you dig deeper: Was the event not properly routed? Was the sentry condition misconfigured? Was the responsible actor unavailable?<\/p>\n<h2>Using Adaptive Process Analysis to Identify Improvement Opportunities<\/h2>\n<p>Once you\u2019ve collected data, the next step is pattern recognition. Not every long-running case is a problem\u2014but repeated patterns are.<\/p>\n<p>Ask these questions during your adaptive process analysis:<\/p>\n<ul>\n<li>Are certain case types consistently taking longer than others?<\/li>\n<li>Do tasks involving external parties (e.g., lawyers, auditors) show higher delay rates?<\/li>\n<li>Are there common entry conditions that never get met?<\/li>\n<li>Are sentry conditions too strict or too vague?<\/li>\n<\/ul>\n<p>For example, I once audited a healthcare intake model where 40% of cases stalled because the &#8222;Patient Consent Form&#8221; sentry was triggered only if the form was signed and scanned. But the system didn\u2019t account for handwritten forms submitted by courier. The fix wasn\u2019t in the model\u2014it was in the event definition. We updated the condition to include \u201creceived via courier\u201d and the delay dropped by 60%.<\/p>\n<p>That\u2019s the power of CMMN analytics: not just measuring, but diagnosing.<\/p>\n<h2>Tools and Techniques for Real-Time Monitoring<\/h2>\n<p>You don\u2019t need a data science team to start. Most CMMN modeling tools\u2014like Visual Paradigm, Camunda, or Signavio\u2014can export case event logs with minimal setup.<\/p>\n<p>Here\u2019s how to get started:<\/p>\n<ol>\n<li>Enable event logging in your CMMN tool.<\/li>\n<li>Export logs to CSV or JSON.<\/li>\n<li>Import into a simple dashboard (Power BI, Excel, or even a Google Sheet).<\/li>\n<li>Build basic visualizations: bar charts for task duration, time series for case volume, heatmaps for event frequency.<\/li>\n<li>Review weekly and flag anomalies.<\/li>\n<\/ol>\n<p>For advanced teams, consider integrating with a process mining engine like Celonis or UiPath Process Mining. These tools automatically reconstruct case flows from event logs, highlighting deviations, bottlenecks, and non-compliant paths.<\/p>\n<p>But remember: tools only help if you\u2019re asking the right questions. Never start with a dashboard\u2014start with a hypothesis. \u201cWe think the delay in claim approval comes from delayed document uploads.\u201d Then validate it with data.<\/p>\n<h2>Frequently Asked Questions<\/h2>\n<h3>What\u2019s the difference between CMMN performance and process performance?<\/h3>\n<p>Process performance assumes a fixed path. CMMN performance acknowledges variation. In CMMN, the path is defined by events, data, and decisions\u2014not a flowchart. So performance metrics must reflect this adaptability. For example, a task that\u2019s \u201clate\u201d might still be on track if it was triggered by an event that arrived later than expected.<\/p>\n<h3>How often should I analyze adaptive case data?<\/h3>\n<p>Start with weekly reviews. Focus on the top 5 to 10 longest-running cases each week. After 3 months, you\u2019ll start to see patterns. Then shift to monthly deep dives and quarterly model optimization cycles. Never wait longer than a quarter to reassess your model\u2019s behavior.<\/p>\n<h3>Can I use the same metrics for all case types?<\/h3>\n<p>No. A claim in insurance may have a 72-hour SLA, while a patient intake in healthcare may have a 24-hour window. The metrics must align with business rules. Always tie KPIs back to operational or compliance requirements. Otherwise, you&#8217;re measuring noise.<\/p>\n<h3>How do I handle missing event logs or incomplete data?<\/h3>\n<p>First, audit the source system. Is the event being logged correctly? Are sentry conditions being triggered? Then, use statistical methods to estimate missing values\u2014like median fill for task duration, or imputing based on similar case types. But flag these cases for manual review.<\/p>\n<h3>What if my CMMN model is too complex to analyze?<\/h3>\n<p>Break it down. Focus on one case type at a time. Use a top-down approach: start with the overall cycle time, then drill into key stages (e.g., \u201cDocument Review\u201d), then into individual tasks. You don\u2019t need to analyze everything at once. Prioritize based on volume and business impact.<\/p>\n<h3>Is CMMN analytics only useful after deployment?<\/h3>\n<p>No. You can simulate and test your model for performance before deployment. Use historical case data to simulate task durations, event timing, and activation patterns. This lets you test how changes affect cycle time and bottlenecks\u2014before you even deploy the model.<\/p>\n<p>Remember: the goal of CMMN analytics isn\u2019t to control the case\u2014but to guide its evolution. A model that doesn\u2019t adapt to data is just a static diagram. A model that listens to its own performance? That\u2019s a living system.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Most modelers assume that a well-structured CMMN case plan is sufficient on its own. But the reality is that adaptive cases evolve unpredictably, and their success hinges not just on design\u2014but on measurable outcomes. I\u2019ve seen teams deploy flawless models only to realize later that critical decisions were being made in silence, with no visibility [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":525,"menu_order":1,"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-527","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>CMMN Analytics: Measure Adaptive Case Performance<\/title>\n<meta name=\"description\" content=\"Discover how to track CMMN performance, analyze adaptive process behavior, and unlock continuous improvement with real-time analytics and monitoring.\" \/>\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\/cmmn-explained-practical-guide-for-modelers\/future-of-cmmn\/cmmn-analytics-measure-adaptive-case-performance\/\" \/>\n<meta property=\"og:locale\" content=\"pl_PL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"CMMN Analytics: Measure Adaptive Case Performance\" \/>\n<meta property=\"og:description\" content=\"Discover how to track CMMN performance, analyze adaptive process behavior, and unlock continuous improvement with real-time analytics and monitoring.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/cmmn-explained-practical-guide-for-modelers\/future-of-cmmn\/cmmn-analytics-measure-adaptive-case-performance\/\" \/>\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=\"7 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\/cmmn-explained-practical-guide-for-modelers\/future-of-cmmn\/cmmn-analytics-measure-adaptive-case-performance\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/cmmn-explained-practical-guide-for-modelers\/future-of-cmmn\/cmmn-analytics-measure-adaptive-case-performance\/\",\"name\":\"CMMN Analytics: Measure Adaptive Case Performance\",\"isPartOf\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/#website\"},\"datePublished\":\"2026-02-25T10:19:30+00:00\",\"description\":\"Discover how to track CMMN performance, analyze adaptive process behavior, and unlock continuous improvement with real-time analytics and monitoring.\",\"breadcrumb\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/cmmn-explained-practical-guide-for-modelers\/future-of-cmmn\/cmmn-analytics-measure-adaptive-case-performance\/#breadcrumb\"},\"inLanguage\":\"pl-PL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/cmmn-explained-practical-guide-for-modelers\/future-of-cmmn\/cmmn-analytics-measure-adaptive-case-performance\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/cmmn-explained-practical-guide-for-modelers\/future-of-cmmn\/cmmn-analytics-measure-adaptive-case-performance\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/skills.visual-paradigm.com\/pl\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"CMMN Explained: A Practical Guide for Modelers\",\"item\":\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/cmmn-explained-practical-guide-for-modelers\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"The Broader Landscape and Future\",\"item\":\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/cmmn-explained-practical-guide-for-modelers\/future-of-cmmn\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Analytics and Monitoring of Adaptive Cases\"}]},{\"@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":"CMMN Analytics: Measure Adaptive Case Performance","description":"Discover how to track CMMN performance, analyze adaptive process behavior, and unlock continuous improvement with real-time analytics and monitoring.","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\/cmmn-explained-practical-guide-for-modelers\/future-of-cmmn\/cmmn-analytics-measure-adaptive-case-performance\/","og_locale":"pl_PL","og_type":"article","og_title":"CMMN Analytics: Measure Adaptive Case Performance","og_description":"Discover how to track CMMN performance, analyze adaptive process behavior, and unlock continuous improvement with real-time analytics and monitoring.","og_url":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/cmmn-explained-practical-guide-for-modelers\/future-of-cmmn\/cmmn-analytics-measure-adaptive-case-performance\/","og_site_name":"Visual Paradigm Skills Polski","twitter_card":"summary_large_image","twitter_misc":{"Szacowany czas czytania":"7 minut"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/cmmn-explained-practical-guide-for-modelers\/future-of-cmmn\/cmmn-analytics-measure-adaptive-case-performance\/","url":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/cmmn-explained-practical-guide-for-modelers\/future-of-cmmn\/cmmn-analytics-measure-adaptive-case-performance\/","name":"CMMN Analytics: Measure Adaptive Case Performance","isPartOf":{"@id":"https:\/\/skills.visual-paradigm.com\/pl\/#website"},"datePublished":"2026-02-25T10:19:30+00:00","description":"Discover how to track CMMN performance, analyze adaptive process behavior, and unlock continuous improvement with real-time analytics and monitoring.","breadcrumb":{"@id":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/cmmn-explained-practical-guide-for-modelers\/future-of-cmmn\/cmmn-analytics-measure-adaptive-case-performance\/#breadcrumb"},"inLanguage":"pl-PL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/skills.visual-paradigm.com\/pl\/docs\/cmmn-explained-practical-guide-for-modelers\/future-of-cmmn\/cmmn-analytics-measure-adaptive-case-performance\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/cmmn-explained-practical-guide-for-modelers\/future-of-cmmn\/cmmn-analytics-measure-adaptive-case-performance\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/skills.visual-paradigm.com\/pl\/"},{"@type":"ListItem","position":2,"name":"CMMN Explained: A Practical Guide for Modelers","item":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/cmmn-explained-practical-guide-for-modelers\/"},{"@type":"ListItem","position":3,"name":"The Broader Landscape and Future","item":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/cmmn-explained-practical-guide-for-modelers\/future-of-cmmn\/"},{"@type":"ListItem","position":4,"name":"Analytics and Monitoring of Adaptive Cases"}]},{"@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\/527","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\/527\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/pl\/wp-json\/wp\/v2\/docs\/525"}],"wp:attachment":[{"href":"https:\/\/skills.visual-paradigm.com\/pl\/wp-json\/wp\/v2\/media?parent=527"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/pl\/wp-json\/wp\/v2\/doc_tag?post=527"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}