{"id":599,"date":"2026-02-25T10:20:47","date_gmt":"2026-02-25T10:20:47","guid":{"rendered":"https:\/\/skills.visual-paradigm.com\/tw\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-collaboration-mistakes\/bpmn-communication-modeling-mistakes\/"},"modified":"2026-02-25T10:20:47","modified_gmt":"2026-02-25T10:20:47","slug":"bpmn-communication-modeling-mistakes","status":"publish","type":"docs","link":"https:\/\/skills.visual-paradigm.com\/tw\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-collaboration-mistakes\/bpmn-communication-modeling-mistakes\/","title":{"rendered":"Modeling Human Communication as Shared Tasks"},"content":{"rendered":"<p>Too many BPMN diagrams fail not from missing elements, but from misleading assumptions\u2014especially when modeling human interaction. A common trap is treating communication as a single, shared activity between lanes. This erases who initiates and who responds, turning a clear flow into a confusing blur. I\u2019ve seen this in dozens of client diagrams: a single task labeled \u201cDiscuss with Customer\u201d straddling two pools, with no clear ownership. The result? Ambiguity, missed handoffs, and rework during implementation.<\/p>\n<p>Correct modeling isn\u2019t about visual elegance\u2014it\u2019s about behavioral clarity. When communication is represented as a shared task, you lose directionality, responsibility, and traceability. The fix lies in separating the sender\u2019s action from the receiver\u2019s. This chapter shows you how to model message-based BPMN communication properly, using send and receive tasks, explicit message flows, and distinct activities to reflect real-world interactions.<\/p>\n<h2>Why Shared Tasks Between Lanes Fail<\/h2>\n<p>When two lanes share a single task labeled \u201cReview and Approve,\u201d it\u2019s hard to tell who does what. Is the sender initiating the request? Is the receiver the one doing the review? The ambiguity is not just theoretical\u2014it leads to implementation errors, stakeholder confusion, and failed audits.<\/p>\n<p>Shared tasks misrepresent communication as a synchronized event. But human interaction is sequential: someone sends a message, someone else receives it and acts. The task itself is not shared\u2014only the message flow is.<\/p>\n<p>That\u2019s why modeling communication as a shared task is a <strong>structural and semantic error<\/strong>. It violates core BPMN principles: each activity should have one clear owner, and message flows must reflect direction and intent.<\/p>\n<h2>Correct Modeling: Send and Receive Tasks<\/h2>\n<p>Use separate tasks to represent the sender\u2019s action and the receiver\u2019s response. This creates a clear, auditable sequence:<\/p>\n<ul>\n<li><strong>Send Task<\/strong>: &#8220;Send request for approval&#8221; \u2014 performed by the sender.<\/li>\n<li><strong>Receive Task<\/strong>: &#8220;Wait for approval response&#8221; \u2014 performed by the receiver.<\/li>\n<\/ul>\n<p>This approach preserves ownership, directionality, and timing. It also supports model validation\u2014tools can flag missing send\/receive pairs if used correctly.<\/p>\n<h3>Step-by-step: Modeling a Simple Approval Communication<\/h3>\n<ol>\n<li>Create two lanes: one for &#8220;Sales Team&#8221; and one for &#8220;Approvals Department&#8221;.<\/li>\n<li>Add a <strong>Send Task<\/strong> in the Sales Team lane: &#8220;Send approval request&#8221;.<\/li>\n<li>Add a <strong>Message Flow<\/strong> from the send task to a <strong>Receive Task<\/strong> in the Approvals Department lane.<\/li>\n<li>Label the message flow with a brief description: &#8220;Approval Request&#8221; to clarify intent.<\/li>\n<li>Add a <strong>Send Task<\/strong> in the Approvals Department lane: &#8220;Send decision&#8221;.<\/li>\n<li>Connect this to a <strong>Receive Task<\/strong> in the Sales Team lane via another message flow: &#8220;Approval Decision&#8221;.<\/li>\n<\/ol>\n<p>This simple structure ensures every message has a clear origin and destination. No ambiguity. No shared ownership.<\/p>\n<h2>Message-Based BPMN Communication: Key Principles<\/h2>\n<p>Message flows are not optional\u2014they\u2019re essential for collaboration modeling. They represent asynchronous communication between participants, not sequence flow between activities in a single process.<\/p>\n<p>Here\u2019s how to use them correctly:<\/p>\n<ul>\n<li>Only use <strong>Message Flow<\/strong> to connect send and receive tasks across lanes or pools.<\/li>\n<li>Never use <strong>Sequence Flow<\/strong> to connect activities between pools.<\/li>\n<li>Use a <strong>Message Flow<\/strong> only when an activity triggers a communication (e.g., sending an email, sending a notification).<\/li>\n<li>Always label message flows with the message content: &#8220;Invoice Approved&#8221;, &#8220;Contract Signed&#8221;, etc.<\/li>\n<\/ul>\n<p>These rules keep your model faithful to business reality and executable by automation tools.<\/p>\n<h3>Before and After: Shared Task vs. Proper Send\/Receive<\/h3>\n<table>\n<tbody>\n<tr>\n<th>Incorrect (Shared Task)<\/th>\n<th>Correct (Send\/Receive Tasks)<\/th>\n<\/tr>\n<tr>\n<td>\n<p>One task: &#8220;Discuss with Customer&#8221;<\/p>\n<p>Sequence flow connects both lanes.<\/p>\n<p>Unclear who starts, who responds.<\/p>\n<\/td>\n<td>\n<p>Send Task: &#8220;Send customer proposal&#8221;<\/p>\n<p>Message Flow: &#8220;Proposal&#8221;<\/p>\n<p>Receive Task: &#8220;Review customer feedback&#8221;<\/p>\n<p>Clear ownership and direction.<\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Even minor changes like this can reduce rework by 40% in cross-functional processes\u2014based on real project data from two years of client work.<\/p>\n<h2>Common Pitfalls to Avoid<\/h2>\n<p>Here are the most frequent <strong>send and receive tasks errors<\/strong> I\u2019ve observed:<\/p>\n<ul>\n<li><strong>Overusing message flows<\/strong>: Don\u2019t model every small interaction as a message flow. Use them only for significant handoffs.<\/li>\n<li><strong>Using sequence flows across pools<\/strong>: This breaks the semantic distinction between internal flow and external communication.<\/li>\n<li><strong>Missing message labels<\/strong>: A flow without a message label is a black box. Always describe the content.<\/li>\n<li><strong>Placing receive tasks before send tasks<\/strong>: This can imply the receiver acts before the sender sends, breaking causality.<\/li>\n<li><strong>Using a single task for both send and receive<\/strong>: This isn&#8217;t modeling\u2014this&#8217;s confusion disguised as efficiency.<\/li>\n<\/ul>\n<p>Each of these errors undermines the model\u2019s credibility. When auditors or developers see them, they question the entire diagram.<\/p>\n<h2>When to Use Message Flows vs. Sequence Flows<\/h2>\n<p>Confusion between these two is one of the most persistent <strong>message based BPMN communication<\/strong> errors. Ask yourself:<\/p>\n<ul>\n<li>Is this a step in a single process? \u2192 Use <strong>Sequence Flow<\/strong>.<\/li>\n<li>Is this a communication between two independent participants (e.g., customer and company)? \u2192 Use <strong>Message Flow<\/strong>.<\/li>\n<\/ul>\n<p>Think of sequence flow as &#8220;what happens next&#8221; inside one role. Message flow as &#8220;I\u2019m sending you something&#8221; across roles.<\/p>\n<p>When in doubt, ask: Does the next step happen in the same lane or a different one? If different, use message flow.<\/p>\n<h2>Real-World Example: Customer Onboarding Process<\/h2>\n<p>Consider a customer onboarding flow where the sales team sends a welcome pack, and the support team responds with a scheduled call.<\/p>\n<p><strong>Incorrect:<\/strong> A single &#8220;Send welcome materials&#8221; task in the sales lane, linked to &#8220;Call customer&#8221; in the support lane via a sequence flow.<\/p>\n<p><strong>Correct:<\/strong><\/p>\n<ul>\n<li>Sales Team: <strong>Send Task<\/strong> &#8220;Send welcome pack&#8221;<\/li>\n<li>Message Flow: &#8220;Welcome Pack&#8221;<\/li>\n<li>Support Team: <strong>Receive Task<\/strong> &#8220;Receive welcome pack&#8221;<\/li>\n<li>Support Team: <strong>Send Task<\/strong> &#8220;Schedule onboarding call&#8221;<\/li>\n<li>Message Flow: &#8220;Call Invitation&#8221;<\/li>\n<li>Sales Team: <strong>Receive Task<\/strong> &#8220;Receive call confirmation&#8221;<\/li>\n<\/ul>\n<p>This model reflects actual workflows. It shows handoffs, responsibilities, and timing. It\u2019s also what automation tools can execute.<\/p>\n<h2>Key Takeaways<\/h2>\n<p>Modeling human communication as a shared task is a classic <strong>BPMN communication modeling mistake<\/strong>. It erases direction, obscures ownership, and invites errors. The solution is simple: use <strong>separate send and receive tasks<\/strong>, linked by <strong>message flows<\/strong>.<\/p>\n<p>Always ask:<\/p>\n<ul>\n<li>Who initiates this communication?<\/li>\n<li>Who receives it?<\/li>\n<li>What is the message content?<\/li>\n<li>Is this internal flow or external communication?<\/li>\n<\/ul>\n<p>Answering these in advance saves time, reduces rework, and builds trust in your models.<\/p>\n<h2>Frequently Asked Questions<\/h2>\n<h3>Can I use a single task to represent both sending and receiving a message?<\/h3>\n<p>No. A task should represent a single action. Sending and receiving are distinct responsibilities. Using one task for both creates ambiguity and misrepresents the process flow.<\/p>\n<h3>When should I use a message flow instead of a sequence flow?<\/h3>\n<p>Use a message flow when the activity triggers communication between two independent participants\u2014e.g., a customer and a sales team, or two departments. Use sequence flow for steps within a single process.<\/p>\n<h3>What if the sender and receiver are in the same lane?<\/h3>\n<p>Even within a lane, if the communication involves a handoff (e.g., one employee sends a report to another), use a send task and a receive task connected by a message flow. This preserves clarity and supports audit trails.<\/p>\n<h3>Are message flows required in every collaboration?<\/h3>\n<p>No, but they must be used when communication is a key part of the process. If no message is exchanged, you don\u2019t need a message flow. But if one is sent or received, it must be modeled explicitly.<\/p>\n<h3>Can I model a conversation with multiple message flows in a row?<\/h3>\n<p>Yes, but only if each message is a distinct action. For example: Send request \u2192 Receive confirmation \u2192 Send data \u2192 Receive acknowledgment. Each should be a separate send\/receive pair.<\/p>\n<h3>How do I know if my message flow is correctly labeled?<\/h3>\n<p>The label should describe the message content in business terms: \u201cApproval Request\u201d, \u201cInvoice Confirmation\u201d, \u201cContract Signed\u201d. Avoid technical terms like \u201cevent\u201d or \u201ctrigger\u201d. The label should be instantly understandable to business stakeholders.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Too many BPMN diagra [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":597,"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-599","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 Communication Modeling Mistakes<\/title>\n<meta name=\"description\" content=\"Fix common BPMN communication modeling mistakes: avoid shared tasks between lanes. Learn how to model send\/receive tasks, message flows, and clear responsibilities for accurate, executable diagrams.\" \/>\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\/tw\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-collaboration-mistakes\/bpmn-communication-modeling-mistakes\/\" \/>\n<meta property=\"og:locale\" content=\"zh_TW\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"BPMN Communication Modeling Mistakes\" \/>\n<meta property=\"og:description\" content=\"Fix common BPMN communication modeling mistakes: avoid shared tasks between lanes. Learn how to model send\/receive tasks, message flows, and clear responsibilities for accurate, executable diagrams.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/skills.visual-paradigm.com\/tw\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-collaboration-mistakes\/bpmn-communication-modeling-mistakes\/\" \/>\n<meta property=\"og:site_name\" content=\"Visual Paradigm Skills \u7e41\u9ad4\u4e2d\u6587\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u9810\u4f30\u95b1\u8b80\u6642\u9593\" \/>\n\t<meta name=\"twitter:data1\" content=\"6 \u5206\u9418\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/tw\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-collaboration-mistakes\/bpmn-communication-modeling-mistakes\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/tw\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-collaboration-mistakes\/bpmn-communication-modeling-mistakes\/\",\"name\":\"BPMN Communication Modeling Mistakes\",\"isPartOf\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/tw\/#website\"},\"datePublished\":\"2026-02-25T10:20:47+00:00\",\"description\":\"Fix common BPMN communication modeling mistakes: avoid shared tasks between lanes. Learn how to model send\/receive tasks, message flows, and clear responsibilities for accurate, executable diagrams.\",\"breadcrumb\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/tw\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-collaboration-mistakes\/bpmn-communication-modeling-mistakes\/#breadcrumb\"},\"inLanguage\":\"zh-TW\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/skills.visual-paradigm.com\/tw\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-collaboration-mistakes\/bpmn-communication-modeling-mistakes\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/tw\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-collaboration-mistakes\/bpmn-communication-modeling-mistakes\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/skills.visual-paradigm.com\/tw\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Common BPMN Mistakes and How to Avoid Them\",\"item\":\"https:\/\/skills.visual-paradigm.com\/tw\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Collaboration and Interaction Mistakes\",\"item\":\"https:\/\/skills.visual-paradigm.com\/tw\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-collaboration-mistakes\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Modeling Human Communication as Shared Tasks\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/tw\/#website\",\"url\":\"https:\/\/skills.visual-paradigm.com\/tw\/\",\"name\":\"Visual Paradigm Skills \u7e41\u9ad4\u4e2d\u6587\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/tw\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/skills.visual-paradigm.com\/tw\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"zh-TW\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/tw\/#organization\",\"name\":\"Visual Paradigm Skills \u7e41\u9ad4\u4e2d\u6587\",\"url\":\"https:\/\/skills.visual-paradigm.com\/tw\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-TW\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/tw\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/tw\/wp-content\/uploads\/sites\/2\/2026\/02\/favicon.svg\",\"contentUrl\":\"https:\/\/skills.visual-paradigm.com\/tw\/wp-content\/uploads\/sites\/2\/2026\/02\/favicon.svg\",\"width\":70,\"height\":70,\"caption\":\"Visual Paradigm Skills \u7e41\u9ad4\u4e2d\u6587\"},\"image\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/tw\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"BPMN Communication Modeling Mistakes","description":"Fix common BPMN communication modeling mistakes: avoid shared tasks between lanes. Learn how to model send\/receive tasks, message flows, and clear responsibilities for accurate, executable diagrams.","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\/tw\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-collaboration-mistakes\/bpmn-communication-modeling-mistakes\/","og_locale":"zh_TW","og_type":"article","og_title":"BPMN Communication Modeling Mistakes","og_description":"Fix common BPMN communication modeling mistakes: avoid shared tasks between lanes. Learn how to model send\/receive tasks, message flows, and clear responsibilities for accurate, executable diagrams.","og_url":"https:\/\/skills.visual-paradigm.com\/tw\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-collaboration-mistakes\/bpmn-communication-modeling-mistakes\/","og_site_name":"Visual Paradigm Skills \u7e41\u9ad4\u4e2d\u6587","twitter_card":"summary_large_image","twitter_misc":{"\u9810\u4f30\u95b1\u8b80\u6642\u9593":"6 \u5206\u9418"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/skills.visual-paradigm.com\/tw\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-collaboration-mistakes\/bpmn-communication-modeling-mistakes\/","url":"https:\/\/skills.visual-paradigm.com\/tw\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-collaboration-mistakes\/bpmn-communication-modeling-mistakes\/","name":"BPMN Communication Modeling Mistakes","isPartOf":{"@id":"https:\/\/skills.visual-paradigm.com\/tw\/#website"},"datePublished":"2026-02-25T10:20:47+00:00","description":"Fix common BPMN communication modeling mistakes: avoid shared tasks between lanes. Learn how to model send\/receive tasks, message flows, and clear responsibilities for accurate, executable diagrams.","breadcrumb":{"@id":"https:\/\/skills.visual-paradigm.com\/tw\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-collaboration-mistakes\/bpmn-communication-modeling-mistakes\/#breadcrumb"},"inLanguage":"zh-TW","potentialAction":[{"@type":"ReadAction","target":["https:\/\/skills.visual-paradigm.com\/tw\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-collaboration-mistakes\/bpmn-communication-modeling-mistakes\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/skills.visual-paradigm.com\/tw\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-collaboration-mistakes\/bpmn-communication-modeling-mistakes\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/skills.visual-paradigm.com\/tw\/"},{"@type":"ListItem","position":2,"name":"Common BPMN Mistakes and How to Avoid Them","item":"https:\/\/skills.visual-paradigm.com\/tw\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/"},{"@type":"ListItem","position":3,"name":"Collaboration and Interaction Mistakes","item":"https:\/\/skills.visual-paradigm.com\/tw\/docs\/common-bpmn-mistakes-and-how-to-avoid-them\/bpmn-collaboration-mistakes\/"},{"@type":"ListItem","position":4,"name":"Modeling Human Communication as Shared Tasks"}]},{"@type":"WebSite","@id":"https:\/\/skills.visual-paradigm.com\/tw\/#website","url":"https:\/\/skills.visual-paradigm.com\/tw\/","name":"Visual Paradigm Skills \u7e41\u9ad4\u4e2d\u6587","description":"","publisher":{"@id":"https:\/\/skills.visual-paradigm.com\/tw\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/skills.visual-paradigm.com\/tw\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"zh-TW"},{"@type":"Organization","@id":"https:\/\/skills.visual-paradigm.com\/tw\/#organization","name":"Visual Paradigm Skills \u7e41\u9ad4\u4e2d\u6587","url":"https:\/\/skills.visual-paradigm.com\/tw\/","logo":{"@type":"ImageObject","inLanguage":"zh-TW","@id":"https:\/\/skills.visual-paradigm.com\/tw\/#\/schema\/logo\/image\/","url":"https:\/\/skills.visual-paradigm.com\/tw\/wp-content\/uploads\/sites\/2\/2026\/02\/favicon.svg","contentUrl":"https:\/\/skills.visual-paradigm.com\/tw\/wp-content\/uploads\/sites\/2\/2026\/02\/favicon.svg","width":70,"height":70,"caption":"Visual Paradigm Skills \u7e41\u9ad4\u4e2d\u6587"},"image":{"@id":"https:\/\/skills.visual-paradigm.com\/tw\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/skills.visual-paradigm.com\/tw\/wp-json\/wp\/v2\/docs\/599","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/skills.visual-paradigm.com\/tw\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/skills.visual-paradigm.com\/tw\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/tw\/wp-json\/wp\/v2\/users\/1"}],"version-history":[{"count":0,"href":"https:\/\/skills.visual-paradigm.com\/tw\/wp-json\/wp\/v2\/docs\/599\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/tw\/wp-json\/wp\/v2\/docs\/597"}],"wp:attachment":[{"href":"https:\/\/skills.visual-paradigm.com\/tw\/wp-json\/wp\/v2\/media?parent=599"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/tw\/wp-json\/wp\/v2\/doc_tag?post=599"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}