{"id":554,"date":"2026-02-25T10:19:58","date_gmt":"2026-02-25T10:19:58","guid":{"rendered":"https:\/\/skills.visual-paradigm.com\/de\/docs\/cmmn-vs-bpmn-when-to-use-which\/cmmn-vs-bpmn-examples\/bpmn-cmmn-tutorial-build-compare-evaluate\/"},"modified":"2026-02-25T10:19:58","modified_gmt":"2026-02-25T10:19:58","slug":"bpmn-cmmn-tutorial-build-compare-evaluate","status":"publish","type":"docs","link":"https:\/\/skills.visual-paradigm.com\/de\/docs\/cmmn-vs-bpmn-when-to-use-which\/cmmn-vs-bpmn-examples\/bpmn-cmmn-tutorial-build-compare-evaluate\/","title":{"rendered":"Hands\u2011On Exercise: Build, Compare, Evaluate"},"content":{"rendered":"<p>Modeling isn&#8217;t about following a checklist\u2014it&#8217;s about building clarity. When you model a real business process, the choice between BPMN and CMMN isn&#8217;t just technical. It shapes how teams understand, execute, and adapt work. Too often, analysts default to BPMN because it&#8217;s familiar. But over-structuring a complex, adaptive scenario with BPMN leads to brittle models that don\u2019t reflect reality.<\/p>\n<p>That\u2019s where this exercise becomes essential. It\u2019s not just about drawing diagrams. It\u2019s about experiencing the difference in how each notation handles uncertainty, control, and collaboration. You&#8217;ll build the same business scenario in both BPMN and CMMN using Visual Paradigm\u2014then compare readability, flexibility, and maintainability.<\/p>\n<p>This isn\u2019t theoretical. I\u2019ve seen teams waste weeks trying to enforce a rigid BPMN flow on a claim investigation. The result? A 30-step process with 12 exception paths that no one can read. Shifting to CMMN didn\u2019t reduce structure\u2014it reorganized it around the real drivers: case context, knowledge, and adaptive tasks. That shift saves time, reduces errors, and builds trust.<\/p>\n<p>By the end of this exercise, you\u2019ll have a clear framework for when to use each notation. More importantly, you\u2019ll have a practical benchmark for evaluating models\u2014because the best models don&#8217;t just follow rules. They reflect how work actually happens.<\/p>\n<h2>Step 1: Define the Scenario<\/h2>\n<p>Start with a realistic, real-world business scenario: <strong>Insurance Claim Investigation<\/strong>.<\/p>\n<p>Here\u2019s the core context:<\/p>\n<ul>\n<li>A customer submits a claim after a car accident.<\/li>\n<li>The claim is initially auto-validated for completeness.<\/li>\n<li>If the claim is incomplete, the system routes it to an agent for data collection.<\/li>\n<li>Once complete, the case enters investigation: a mix of automated checks, manual reviews, and field inspections.<\/li>\n<li>Outcomes vary: some claims settle quickly; others require legal review or fraud investigation.<\/li>\n<li>Decisions are made by a team based on evidence, not a fixed sequence.<\/li>\n<\/ul>\n<p>Now, the challenge: model this scenario in both BPMN and CMMN. Use the same data, same actors, same logic\u2014only the notation changes.<\/p>\n<h2>Step 2: Model in BPMN<\/h2>\n<p>Open Visual Paradigm and create a new BPMN diagram. Name it <strong>Claim Investigation (BPMN)<\/strong>.<\/p>\n<p>Start with the initial event: <em>Claim Submitted<\/em>. Use a start event with a message flow.<\/p>\n<p>Add a User Task: <em>Validate Claim Data<\/em>. Use a rectangular box with an envelope icon.<\/p>\n<p>Now add a gateway: <em>Is Claim Complete?<\/em>. Use an exclusive choice gateway with two outcomes: Yes \u2192 <em>Assign to Investigator<\/em>, No \u2192 <em>Request Missing Documents<\/em>.<\/p>\n<p>For the path of higher complexity, insert a series of sequential tasks:<\/p>\n<ul>\n<li>Conduct Vehicle Inspection<\/li>\n<li>Review Police Report<\/li>\n<li>Check Prior Claims History<\/li>\n<li>Assign to Risk Analyst<\/li>\n<\/ul>\n<p>Add a decision gateway: <em>Is Fraud Suspected?<\/em>. If yes, route to <em>Fraud Investigation Subprocess<\/em>\u2014another BPMN subprocess.<\/p>\n<p>Finally, add end events: <em>Settle Claim<\/em> and <em>Escalate to Legal<\/em>.<\/p>\n<p>Once complete, evaluate this model using the following checklist:<\/p>\n<ul>\n<li>Is the flow predictable and linear?<\/li>\n<li>How many exception paths are explicitly modeled?<\/li>\n<li>Can the model be updated without re-drawing the entire flow?<\/li>\n<li>Is the logic clear to a non-technical stakeholder?<\/li>\n<\/ul>\n<p>Now, pause. This model works *only* if the process is fixed. But in reality, the investigation path shifts based on evidence. The model starts to feel rigid, even if correct.<\/p>\n<h2>Step 3: Model in CMMN<\/h2>\n<p>Create a new CMMN diagram. Name it <strong>Claim Investigation (CMMN)<\/strong>.<\/p>\n<p>Start with the case: <em>Insurance Claim Investigation<\/em>. Use a case box with an optional header.<\/p>\n<p>Add four stages:<\/p>\n<ul>\n<li><strong>Initial Review<\/strong> \u2014 includes tasks: Validate Claim, Request Missing Data<\/li>\n<li><strong>Field Investigation<\/strong> \u2014 includes tasks: Conduct Vehicle Inspection, Review Police Report<\/li>\n<li><strong>Risk Assessment<\/strong> \u2014 includes tasks: Check Prior Claims, Assign to Risk Analyst<\/li>\n<li><strong>Decision &amp; Resolution<\/strong> \u2014 includes tasks: Determine Fraud Risk, Settle Claim, Escalate to Legal<\/li>\n<\/ul>\n<p>Now define sentries (conditions) that control stage transitions:<\/p>\n<ul>\n<li><em>After all data is collected<\/em> \u2192 Enter <strong>Field Investigation<\/strong><\/li>\n<li><em>If fraud risk detected<\/em> \u2192 Trigger <strong>Fraud Investigation<\/strong> as a subcase<\/li>\n<li><em>After risk analysis complete<\/em> \u2192 Enter <strong>Decision &amp; Resolution<\/strong><\/li>\n<\/ul>\n<p>Set up a case file with key data: Claim ID, Date of Incident, Evidence List, Adjuster Assigned.<\/p>\n<p>Add a task: <em>Update Case Notes<\/em> \u2014 this is a manual, ad-hoc task that can be completed at any time.<\/p>\n<p>Compare this model to the BPMN version. Notice:<\/p>\n<ul>\n<li>There\u2019s no fixed sequence. Stages are entered based on conditions.<\/li>\n<li>Fraud investigation is a <strong>subcase<\/strong>, not a subprocess. It\u2019s triggered only if needed.<\/li>\n<li>Knowledge workers can add tasks dynamically\u2014no need to re-plan the whole flow.<\/li>\n<li>The model reflects the reality of adaptive work.<\/li>\n<\/ul>\n<p>This model isn\u2019t less structured. It\u2019s <em>differently<\/em> structured\u2014around control points, conditions, and human judgment.<\/p>\n<h2>Step 4: Compare and Evaluate<\/h2>\n<p>Now, step back and compare the two models side by side. Use this table to evaluate key dimensions:<\/p>\n<table>\n<tbody>\n<tr>\n<th>Aspect<\/th>\n<th>BPMN Model<\/th>\n<th>CMMN Model<\/th>\n<\/tr>\n<tr>\n<td>Control Flow<\/td>\n<td>Fixed, sequential<\/td>\n<td>Constraint-based, event-driven<\/td>\n<\/tr>\n<tr>\n<td>Flexibility<\/td>\n<td>Low \u2014 hard to adapt<\/td>\n<td>High \u2014 supports dynamic task addition<\/td>\n<\/tr>\n<tr>\n<td>Readability<\/td>\n<td>Good for routine work<\/td>\n<td>Excellent for complex, adaptive cases<\/td>\n<\/tr>\n<tr>\n<td>Change Management<\/td>\n<td>Requires rework for new paths<\/td>\n<td>Tasks and stages added dynamically<\/td>\n<\/tr>\n<tr>\n<td>Best For<\/td>\n<td>High-volume, repeatable processes<\/td>\n<td>Knowledge-intensive, unpredictable work<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Ask yourself:<\/p>\n<ul>\n<li>Which model is easier to explain to a claims adjuster?<\/li>\n<li>Which one can evolve as new evidence emerges?<\/li>\n<li>Which one makes it clearer that decisions are context-driven?<\/li>\n<li>Which one aligns with how the team actually works?<\/li>\n<\/ul>\n<p>The answer often surprises people. CMMN isn\u2019t &#8222;less formal.&#8220; It\u2019s <em>more accurate<\/em> for adaptive scenarios.<\/p>\n<p>But here\u2019s the deeper insight: <strong>you don\u2019t have to choose one or the other.<\/strong> In real systems, you\u2019ll often see <em>hybrid models<\/em>. Use BPMN for the high-frequency, repeatable parts\u2014like validation and routing. Use CMMN to manage the core case investigation.<\/p>\n<p>This is the power of combining both. The best models aren\u2019t always the most rigid or the most free-form. They\u2019re the ones that mirror real-world behavior.<\/p>\n<h2>Key Takeaways<\/h2>\n<p>After this business analysis exercise, you\u2019ve done more than build two diagrams. You\u2019ve learned to think in two modeling paradigms.<\/p>\n<p><strong>When to use BPMN<\/strong> \u2014 for predictable, rule-based workflows like approvals, onboarding, or order fulfillment.<\/p>\n<p><strong>When to use CMMN<\/strong> \u2014 for adaptive, knowledge-driven work like investigations, claims, or legal cases.<\/p>\n<p><strong>When to combine them<\/strong> \u2014 when a process has both structured and unstructured phases. Use BPMN for the flow, CMMN for the case.<\/p>\n<p>Remember: the goal isn\u2019t to master every symbol. It\u2019s to choose the right tool for the work at hand. <strong>BPMN CMMN tutorial<\/strong> isn\u2019t about memorization. It\u2019s about judgment.<\/p>\n<p>And that judgment? It comes from experience, reflection, and yes\u2014hands-on practice.<\/p>\n<h2>Frequently Asked Questions<\/h2>\n<h3>Can I use both BPMN and CMMN in the same project?<\/h3>\n<p>Yes, and it\u2019s common in mature organizations. Use BPMN for standardized, repeatable workflows and CMMN for knowledge-centric, adaptive processes. You can embed CMMN case plans inside BPMN subprocesses, or invoke BPMN workflows from CMMN stages.<\/p>\n<h3>How do I know which notation to pick for my process?<\/h3>\n<p>Ask: Is the sequence fixed? If yes, use BPMN. If the path depends on evidence, decisions, or human judgment, use CMMN. Use the <em>predictability<\/em> and <em>control<\/em> test: if the next step isn&#8217;t known in advance, CMMN is likely better.<\/p>\n<h3>Is CMMN harder to learn than BPMN?<\/h3>\n<p>Not necessarily. CMMN uses fewer symbols but introduces new concepts like stages, sentries, and case files. It\u2019s different, not more complex. The real challenge is shifting from a flow-based to a constraint-based mindset.<\/p>\n<h3>What tools support both BPMN and CMMN modeling?<\/h3>\n<p>Visual Paradigm is one of the few tools that supports both standards in a single environment. It allows seamless integration, model validation, and simulation. Other tools like Camunda or Signavio support one or both depending on the version.<\/p>\n<h3>Why is readability important in modeling?<\/h3>\n<p>Models are communication tools. If stakeholders can\u2019t read them, they won\u2019t trust them. CMMN often scores better on readability for complex cases because it structures work around events and conditions, not fixed paths.<\/p>\n<h3>How often should I re-evaluate my model choice?<\/h3>\n<p>Re-evaluate when the process changes significantly\u2014like adding new decision points, introducing new roles, or shifting from manual to automated handling. A model that worked six months ago may no longer reflect reality.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Modeling isn&#8217;t about following a checklist\u2014it&#8217;s about building clarity. When you model a real business process, the choice between BPMN and CMMN isn&#8217;t just technical. It shapes how teams understand, execute, and adapt work. Too often, analysts default to BPMN because it&#8217;s familiar. But over-structuring a complex, adaptive scenario with BPMN leads to brittle models [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":550,"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-554","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 CMMN Tutorial: Build, Compare, Evaluate<\/title>\n<meta name=\"description\" content=\"Master the BPMN CMMN tutorial with hands-on modeling in Visual Paradigm. Learn to build, compare, and evaluate both models through a real-world business analysis exercise.\" \/>\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\/cmmn-vs-bpmn-when-to-use-which\/cmmn-vs-bpmn-examples\/bpmn-cmmn-tutorial-build-compare-evaluate\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"BPMN CMMN Tutorial: Build, Compare, Evaluate\" \/>\n<meta property=\"og:description\" content=\"Master the BPMN CMMN tutorial with hands-on modeling in Visual Paradigm. Learn to build, compare, and evaluate both models through a real-world business analysis exercise.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/skills.visual-paradigm.com\/de\/docs\/cmmn-vs-bpmn-when-to-use-which\/cmmn-vs-bpmn-examples\/bpmn-cmmn-tutorial-build-compare-evaluate\/\" \/>\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\/cmmn-vs-bpmn-when-to-use-which\/cmmn-vs-bpmn-examples\/bpmn-cmmn-tutorial-build-compare-evaluate\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/de\/docs\/cmmn-vs-bpmn-when-to-use-which\/cmmn-vs-bpmn-examples\/bpmn-cmmn-tutorial-build-compare-evaluate\/\",\"name\":\"BPMN CMMN Tutorial: Build, Compare, Evaluate\",\"isPartOf\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/de\/#website\"},\"datePublished\":\"2026-02-25T10:19:58+00:00\",\"description\":\"Master the BPMN CMMN tutorial with hands-on modeling in Visual Paradigm. Learn to build, compare, and evaluate both models through a real-world business analysis exercise.\",\"breadcrumb\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/de\/docs\/cmmn-vs-bpmn-when-to-use-which\/cmmn-vs-bpmn-examples\/bpmn-cmmn-tutorial-build-compare-evaluate\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/skills.visual-paradigm.com\/de\/docs\/cmmn-vs-bpmn-when-to-use-which\/cmmn-vs-bpmn-examples\/bpmn-cmmn-tutorial-build-compare-evaluate\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/de\/docs\/cmmn-vs-bpmn-when-to-use-which\/cmmn-vs-bpmn-examples\/bpmn-cmmn-tutorial-build-compare-evaluate\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/skills.visual-paradigm.com\/de\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"CMMN vs BPMN: When to Use Which?\",\"item\":\"https:\/\/skills.visual-paradigm.com\/de\/docs\/cmmn-vs-bpmn-when-to-use-which\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Practical Modeling and Case Studies\",\"item\":\"https:\/\/skills.visual-paradigm.com\/de\/docs\/cmmn-vs-bpmn-when-to-use-which\/cmmn-vs-bpmn-examples\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Hands\u2011On Exercise: Build, Compare, Evaluate\"}]},{\"@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 CMMN Tutorial: Build, Compare, Evaluate","description":"Master the BPMN CMMN tutorial with hands-on modeling in Visual Paradigm. Learn to build, compare, and evaluate both models through a real-world business analysis exercise.","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\/cmmn-vs-bpmn-when-to-use-which\/cmmn-vs-bpmn-examples\/bpmn-cmmn-tutorial-build-compare-evaluate\/","og_locale":"de_DE","og_type":"article","og_title":"BPMN CMMN Tutorial: Build, Compare, Evaluate","og_description":"Master the BPMN CMMN tutorial with hands-on modeling in Visual Paradigm. Learn to build, compare, and evaluate both models through a real-world business analysis exercise.","og_url":"https:\/\/skills.visual-paradigm.com\/de\/docs\/cmmn-vs-bpmn-when-to-use-which\/cmmn-vs-bpmn-examples\/bpmn-cmmn-tutorial-build-compare-evaluate\/","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\/cmmn-vs-bpmn-when-to-use-which\/cmmn-vs-bpmn-examples\/bpmn-cmmn-tutorial-build-compare-evaluate\/","url":"https:\/\/skills.visual-paradigm.com\/de\/docs\/cmmn-vs-bpmn-when-to-use-which\/cmmn-vs-bpmn-examples\/bpmn-cmmn-tutorial-build-compare-evaluate\/","name":"BPMN CMMN Tutorial: Build, Compare, Evaluate","isPartOf":{"@id":"https:\/\/skills.visual-paradigm.com\/de\/#website"},"datePublished":"2026-02-25T10:19:58+00:00","description":"Master the BPMN CMMN tutorial with hands-on modeling in Visual Paradigm. Learn to build, compare, and evaluate both models through a real-world business analysis exercise.","breadcrumb":{"@id":"https:\/\/skills.visual-paradigm.com\/de\/docs\/cmmn-vs-bpmn-when-to-use-which\/cmmn-vs-bpmn-examples\/bpmn-cmmn-tutorial-build-compare-evaluate\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/skills.visual-paradigm.com\/de\/docs\/cmmn-vs-bpmn-when-to-use-which\/cmmn-vs-bpmn-examples\/bpmn-cmmn-tutorial-build-compare-evaluate\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/skills.visual-paradigm.com\/de\/docs\/cmmn-vs-bpmn-when-to-use-which\/cmmn-vs-bpmn-examples\/bpmn-cmmn-tutorial-build-compare-evaluate\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/skills.visual-paradigm.com\/de\/"},{"@type":"ListItem","position":2,"name":"CMMN vs BPMN: When to Use Which?","item":"https:\/\/skills.visual-paradigm.com\/de\/docs\/cmmn-vs-bpmn-when-to-use-which\/"},{"@type":"ListItem","position":3,"name":"Practical Modeling and Case Studies","item":"https:\/\/skills.visual-paradigm.com\/de\/docs\/cmmn-vs-bpmn-when-to-use-which\/cmmn-vs-bpmn-examples\/"},{"@type":"ListItem","position":4,"name":"Hands\u2011On Exercise: Build, Compare, Evaluate"}]},{"@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\/554","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\/554\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/de\/wp-json\/wp\/v2\/docs\/550"}],"wp:attachment":[{"href":"https:\/\/skills.visual-paradigm.com\/de\/wp-json\/wp\/v2\/media?parent=554"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/de\/wp-json\/wp\/v2\/doc_tag?post=554"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}