{"id":371,"date":"2026-02-25T10:16:49","date_gmt":"2026-02-25T10:16:49","guid":{"rendered":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/bpmn-diagram-types-explained\/bpmn-conversation-diagram\/bpmn-conversation-links-communication-topics\/"},"modified":"2026-02-25T10:16:49","modified_gmt":"2026-02-25T10:16:49","slug":"bpmn-conversation-links-communication-topics","status":"publish","type":"docs","link":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/bpmn-diagram-types-explained\/bpmn-conversation-diagram\/bpmn-conversation-links-communication-topics\/","title":{"rendered":"Conversation Links and Communication Topics"},"content":{"rendered":"<p>When you&#8217;re modeling a system with multiple participants exchanging messages, the real challenge isn&#8217;t just showing what\u2019s sent \u2014 it\u2019s showing what\u2019s being discussed. That\u2019s where BPMN conversation links come in.<\/p>\n<p>My rule of thumb? If your collaboration diagram has more than five message flows between participants, it\u2019s time to step back and ask: \u201cWhat\u2019s the actual topic of this conversation?\u201d<\/p>\n<p>Conversation diagrams aren\u2019t a replacement for collaboration or choreography views. They\u2019re a strategic summary. They help you shift from \u201cwhat\u2019s happening\u201d to \u201cwhat\u2019s being talked about.\u201d<\/p>\n<p>With over 15 years of modeling complex enterprise systems, I\u2019ve seen teams drown in message flows. The solution? Use conversation links to group related exchanges under a single communication topic. It\u2019s not just cleaner \u2014 it\u2019s more truthful.<\/p>\n<p>In this chapter, you\u2019ll learn how to define conversation nodes, structure conversation links, and use them to represent real-world communication patterns. You\u2019ll see how these links connect back to deeper diagrams, and how to apply them in tools like Visual Paradigm without losing traceability.<\/p>\n<h2>Understanding Conversation Diagrams: The Big Picture<\/h2>\n<p>Conversation diagrams are your high-level communication map. They show who talks to whom \u2014 and about what \u2014 without revealing internal process steps.<\/p>\n<p>Think of them as executive summaries of your interaction landscape. They\u2019re not for developers or implementers. They\u2019re for architects, business analysts, and stakeholders who need to grasp the flow of communication across systems or organizations.<\/p>\n<p>Unlike collaboration diagrams, which show every message flow between pools, conversation diagrams abstract those flows into named topics. This reduces noise and increases clarity.<\/p>\n<p>Each conversation node represents a distinct subject of discussion. It\u2019s not a process step. It\u2019s a conversation.<\/p>\n<h3>Key Elements of a Conversation Diagram<\/h3>\n<p>Every conversation diagram contains three core components:<\/p>\n<ul>\n<li><strong>Participants:<\/strong> The roles or systems involved in the conversation \u2014 e.g., Customer, Order System, Payment Gateway.<\/li>\n<li><strong>Conversation Nodes:<\/strong> Named groupings of related message exchanges \u2014 e.g., \u201cOrder Confirmation,\u201d \u201cPayment Status Update.\u201d<\/li>\n<li><strong>Conversation Links:<\/strong> Arrows that connect participants to conversation nodes, showing who initiates or responds to a topic.<\/li>\n<\/ul>\n<p>These links are not sequence flows. They\u2019re not message flows. They\u2019re conversation links \u2014 and they\u2019re unique to conversation diagrams.<\/p>\n<h2>How Conversation Links Work: Structure and Notation<\/h2>\n<p>Each conversation link starts from a participant and points to a conversation node. The direction indicates who is initiating the conversation.<\/p>\n<p>For example, if the Customer sends a message to confirm an order, the link starts at \u201cCustomer\u201d and ends at \u201cOrder Confirmation.\u201d<\/p>\n<p>It\u2019s important to remember: a conversation link doesn\u2019t represent a single message. It represents a topic \u2014 a thread of communication that may involve multiple messages over time.<\/p>\n<p>Here\u2019s how to interpret a conversation link:<\/p>\n<ul>\n<li><strong>From participant \u2192 to conversation node:<\/strong> The participant is initiating the conversation on that topic.<\/li>\n<li><strong>From conversation node \u2192 to participant:<\/strong> The participant is responding or receiving the topic.<\/li>\n<\/ul>\n<p>When multiple participants are involved in a single conversation, you can use multiple links to show the flow of dialogue.<\/p>\n<h3>Notation Rules for BPMN Conversation Links<\/h3>\n<p>Follow these rules to ensure your conversation diagrams are both accurate and readable:<\/p>\n<ol>\n<li>Use a single, clear label for each conversation node \u2014 e.g., \u201cInvoice Reconciliation,\u201d not \u201cInvoice Issue #456.\u201d<\/li>\n<li>Keep conversation links simple: one link per participant per topic.<\/li>\n<li>Do not use sequence flows or message flows inside conversation diagrams. Only conversation links are allowed.<\/li>\n<li>Use consistent naming across all diagrams. If you have a \u201cPayment Status Update\u201d in a conversation diagram, ensure it matches the choreography or collaboration diagram.<\/li>\n<li>Link conversation nodes back to their source diagrams using references or hyperlinks in your tool.<\/li>\n<\/ol>\n<p>These rules prevent confusion and ensure that your high-level view remains trustworthy.<\/p>\n<h2>Mapping Communication Topics in Real-World Scenarios<\/h2>\n<p>Let\u2019s walk through a real example from a retail order system.<\/p>\n<p>Imagine a scenario where a customer places an order. The order system sends confirmation to the warehouse, the warehouse confirms stock availability, the payment gateway confirms payment, and the customer receives a final status.<\/p>\n<p>On a collaboration diagram, you\u2019d see five or six message flows. On a conversation diagram, you\u2019d see three conversation nodes:<\/p>\n<ul>\n<li>\u201cOrder Confirmation\u201d<\/li>\n<li>\u201cStock Availability Check\u201d<\/li>\n<li>\u201cPayment Status Update\u201d<\/li>\n<\/ul>\n<p>Each of these nodes is connected via conversation links to the relevant participants.<\/p>\n<p>Here\u2019s how it breaks down:<\/p>\n<table>\n<tbody>\n<tr>\n<th>Conversation Topic<\/th>\n<th>Initiator<\/th>\n<th>Responder<\/th>\n<th>Link Direction<\/th>\n<\/tr>\n<tr>\n<td>Order Confirmation<\/td>\n<td>Customer<\/td>\n<td>Order System<\/td>\n<td>Customer \u2192 Order Confirmation<\/td>\n<\/tr>\n<tr>\n<td>Stock Availability Check<\/td>\n<td>Order System<\/td>\n<td>Warehouse<\/td>\n<td>Order System \u2192 Stock Availability Check<\/td>\n<\/tr>\n<tr>\n<td>Payment Status Update<\/td>\n<td>Payment Gateway<\/td>\n<td>Customer<\/td>\n<td>Payment Gateway \u2192 Payment Status Update<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>This structure makes it instantly clear: the customer starts the conversation, the order system follows up, and the payment system closes the loop.<\/p>\n<p>Now, imagine you\u2019re presenting this to a business stakeholder. They don\u2019t care about the exact message format. They care about what\u2019s being discussed and who\u2019s involved.<\/p>\n<p>That\u2019s the power of conversation topics in BPMN.<\/p>\n<h3>Summarizing Message Flows BPMN: A Strategic Approach<\/h3>\n<p>One of the most common reasons teams abandon conversation diagrams is the fear of losing detail. But here\u2019s the truth: you\u2019re not losing detail \u2014 you\u2019re organizing it.<\/p>\n<p>When you summarize message flows BPMN using conversation links, you\u2019re not hiding complexity. You\u2019re exposing the right level of complexity for the audience.<\/p>\n<p>Consider this: a collaboration diagram with 12 message flows is overwhelming. A conversation diagram with 4 topics is digestible.<\/p>\n<p>And when you need to drill down, you can link each conversation node to the underlying collaboration or choreography diagram. No information is lost \u2014 just relocated.<\/p>\n<p>This is how professional modeling works. You don\u2019t show everything at once. You show what matters at each level.<\/p>\n<h2>Linking Back to Collaboration and Choreography Diagrams<\/h2>\n<p>Conversation diagrams are not standalone. They\u2019re part of a larger modeling ecosystem.<\/p>\n<p>Each conversation node should have a clear traceability path to a collaboration or choreography diagram. In Visual Paradigm, you can do this by creating a reference or using a \u201cSee Also\u201d note.<\/p>\n<p>For example, the \u201cPayment Status Update\u201d node in your conversation diagram should link to the choreography diagram that defines the exact message sequence between the Payment Gateway and the Order System.<\/p>\n<p>This creates a layered model: high-level overview \u2192 mid-level interaction \u2192 low-level behavior.<\/p>\n<p>It\u2019s like a book with chapters. The conversation diagram is the table of contents. The collaboration diagram is the chapter. The choreography diagram is the section with the full script.<\/p>\n<p>Without traceability, your conversation diagram becomes a map without a compass. With it, it becomes a navigation tool.<\/p>\n<h2>Best Practices for Using Conversation Links and Topics<\/h2>\n<p>Here\u2019s what I\u2019ve learned from working with teams across industries:<\/p>\n<ul>\n<li><strong>Start with a conversation map before diving into details.<\/strong> Use conversation diagrams to align stakeholders early.<\/li>\n<li><strong>Use only one conversation node per topic.<\/strong> Avoid splitting a single topic into multiple nodes \u2014 it defeats the purpose of summarization.<\/li>\n<li><strong>Label nodes with clear, business-relevant terms.<\/strong> \u201cInvoice Reconciliation\u201d is better than \u201cMessage 3A.\u201d<\/li>\n<li><strong>Limit the number of participants per conversation.<\/strong> More than three participants make the diagram hard to read.<\/li>\n<li><strong>Use color or shape to differentiate conversation types.<\/strong> For example, use blue for customer-facing topics, green for internal, red for external.<\/li>\n<\/ul>\n<p>These practices keep your diagrams focused, readable, and actionable.<\/p>\n<h2>Frequently Asked Questions<\/h2>\n<h3>What\u2019s the difference between a conversation link and a message flow?<\/h3>\n<p>Message flows exist in collaboration and choreography diagrams. They represent actual message exchanges between participants. Conversation links exist only in conversation diagrams and represent a topic of discussion. They\u2019re not messages \u2014 they\u2019re conversations.<\/p>\n<h3>Can I use conversation diagrams for internal process documentation?<\/h3>\n<p>Yes \u2014 but only if you\u2019re communicating with non-technical stakeholders. For internal process teams, a collaboration diagram is usually more useful. Conversation diagrams shine when you\u2019re presenting to executives, partners, or cross-functional teams.<\/p>\n<h3>How do I decide what to include in a conversation node?<\/h3>\n<p>Ask: \u201cWhat is the purpose of this exchange?\u201d If the messages are about the same business topic \u2014 like order status, payment, or delivery \u2014 group them into one node. If they\u2019re about different subjects, split them.<\/p>\n<h3>Is it okay to have multiple conversation links from one participant?<\/h3>\n<p>Yes \u2014 but only if they\u2019re about different topics. A participant can initiate multiple conversations. For example, a customer might start both \u201cOrder Confirmation\u201d and \u201cPayment Status Update.\u201d Just make sure each link points to a distinct conversation node.<\/p>\n<h3>How do I maintain consistency between conversation and collaboration diagrams?<\/h3>\n<p>Use the same participant names, same interface names, and same message types across diagrams. In Visual Paradigm, use element reuse and references to keep them synchronized. Always check that a conversation node maps to a real, existing interaction.<\/p>\n<h3>Can I use conversation diagrams in automated processes?<\/h3>\n<p>Not directly. Conversation diagrams are descriptive, not executable. But they\u2019re excellent for designing the communication layer before building automated flows. They help you define what should be communicated \u2014 before you code how.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>When you&#8217;re modeling a system with multiple participants exchanging messages, the real challenge isn&#8217;t just showing what\u2019s sent \u2014 it\u2019s showing what\u2019s being discussed. That\u2019s where BPMN conversation links come in. My rule of thumb? If your collaboration diagram has more than five message flows between participants, it\u2019s time to step back and ask: \u201cWhat\u2019s [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":369,"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-371","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 Conversation Links: Mastering Communication Mapping<\/title>\n<meta name=\"description\" content=\"Learn how to use BPMN conversation links and communication topics to simplify complex message flows. Master the notation, structure, and real-world application of conversation diagrams for clearer process communication.\" \/>\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-diagram-types-explained\/bpmn-conversation-diagram\/bpmn-conversation-links-communication-topics\/\" \/>\n<meta property=\"og:locale\" content=\"pl_PL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"BPMN Conversation Links: Mastering Communication Mapping\" \/>\n<meta property=\"og:description\" content=\"Learn how to use BPMN conversation links and communication topics to simplify complex message flows. Master the notation, structure, and real-world application of conversation diagrams for clearer process communication.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/bpmn-diagram-types-explained\/bpmn-conversation-diagram\/bpmn-conversation-links-communication-topics\/\" \/>\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\/bpmn-diagram-types-explained\/bpmn-conversation-diagram\/bpmn-conversation-links-communication-topics\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/bpmn-diagram-types-explained\/bpmn-conversation-diagram\/bpmn-conversation-links-communication-topics\/\",\"name\":\"BPMN Conversation Links: Mastering Communication Mapping\",\"isPartOf\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/#website\"},\"datePublished\":\"2026-02-25T10:16:49+00:00\",\"description\":\"Learn how to use BPMN conversation links and communication topics to simplify complex message flows. Master the notation, structure, and real-world application of conversation diagrams for clearer process communication.\",\"breadcrumb\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/bpmn-diagram-types-explained\/bpmn-conversation-diagram\/bpmn-conversation-links-communication-topics\/#breadcrumb\"},\"inLanguage\":\"pl-PL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/bpmn-diagram-types-explained\/bpmn-conversation-diagram\/bpmn-conversation-links-communication-topics\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/bpmn-diagram-types-explained\/bpmn-conversation-diagram\/bpmn-conversation-links-communication-topics\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/skills.visual-paradigm.com\/pl\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"BPMN Diagram Types Explained\",\"item\":\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/bpmn-diagram-types-explained\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Conversation Diagrams \u2014 Big-Picture Communication Mapping\",\"item\":\"https:\/\/skills.visual-paradigm.com\/pl\/docs\/bpmn-diagram-types-explained\/bpmn-conversation-diagram\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Conversation Links and Communication Topics\"}]},{\"@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 Conversation Links: Mastering Communication Mapping","description":"Learn how to use BPMN conversation links and communication topics to simplify complex message flows. Master the notation, structure, and real-world application of conversation diagrams for clearer process communication.","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-diagram-types-explained\/bpmn-conversation-diagram\/bpmn-conversation-links-communication-topics\/","og_locale":"pl_PL","og_type":"article","og_title":"BPMN Conversation Links: Mastering Communication Mapping","og_description":"Learn how to use BPMN conversation links and communication topics to simplify complex message flows. Master the notation, structure, and real-world application of conversation diagrams for clearer process communication.","og_url":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/bpmn-diagram-types-explained\/bpmn-conversation-diagram\/bpmn-conversation-links-communication-topics\/","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\/bpmn-diagram-types-explained\/bpmn-conversation-diagram\/bpmn-conversation-links-communication-topics\/","url":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/bpmn-diagram-types-explained\/bpmn-conversation-diagram\/bpmn-conversation-links-communication-topics\/","name":"BPMN Conversation Links: Mastering Communication Mapping","isPartOf":{"@id":"https:\/\/skills.visual-paradigm.com\/pl\/#website"},"datePublished":"2026-02-25T10:16:49+00:00","description":"Learn how to use BPMN conversation links and communication topics to simplify complex message flows. Master the notation, structure, and real-world application of conversation diagrams for clearer process communication.","breadcrumb":{"@id":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/bpmn-diagram-types-explained\/bpmn-conversation-diagram\/bpmn-conversation-links-communication-topics\/#breadcrumb"},"inLanguage":"pl-PL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/skills.visual-paradigm.com\/pl\/docs\/bpmn-diagram-types-explained\/bpmn-conversation-diagram\/bpmn-conversation-links-communication-topics\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/bpmn-diagram-types-explained\/bpmn-conversation-diagram\/bpmn-conversation-links-communication-topics\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/skills.visual-paradigm.com\/pl\/"},{"@type":"ListItem","position":2,"name":"BPMN Diagram Types Explained","item":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/bpmn-diagram-types-explained\/"},{"@type":"ListItem","position":3,"name":"Conversation Diagrams \u2014 Big-Picture Communication Mapping","item":"https:\/\/skills.visual-paradigm.com\/pl\/docs\/bpmn-diagram-types-explained\/bpmn-conversation-diagram\/"},{"@type":"ListItem","position":4,"name":"Conversation Links and Communication Topics"}]},{"@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\/371","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\/371\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/pl\/wp-json\/wp\/v2\/docs\/369"}],"wp:attachment":[{"href":"https:\/\/skills.visual-paradigm.com\/pl\/wp-json\/wp\/v2\/media?parent=371"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/pl\/wp-json\/wp\/v2\/doc_tag?post=371"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}