{"id":390,"date":"2026-02-25T10:17:18","date_gmt":"2026-02-25T10:17:18","guid":{"rendered":"https:\/\/skills.visual-paradigm.com\/cn\/docs\/bpmn-fundamentals-for-beginners\/introduction-to-bpmn\/bpmn-core-concepts-explained\/"},"modified":"2026-02-25T10:17:18","modified_gmt":"2026-02-25T10:17:18","slug":"bpmn-core-concepts-explained","status":"publish","type":"docs","link":"https:\/\/skills.visual-paradigm.com\/cn\/docs\/bpmn-fundamentals-for-beginners\/introduction-to-bpmn\/bpmn-core-concepts-explained\/","title":{"rendered":"Core Concepts Every Modeler Must Know"},"content":{"rendered":"<p>Every effective BPMN diagram begins with a clear grasp of its foundational elements. There\u2019s no need to memorize every symbol at first\u2014just understand how events, activities, and gateways work together to form a logical flow. Think of them not as isolated shapes but as building blocks that speak the language of process.<\/p>\n<p>As someone who\u2019s guided hundreds through their first BPMN model, I\u2019ve found that beginners often overthink complexity. The truth is, you don\u2019t need advanced tools or perfect layout to start. What matters is consistency and clarity. Each element serves a purpose: events mark moments, activities represent work, and gateways control decision points.<\/p>\n<p>By focusing on these core concepts, you\u2019ll learn to interpret and build diagrams that communicate effectively across teams. This chapter gives you the essential knowledge to move from blank canvas to meaningful workflow\u2014without the confusion.<\/p>\n<h2>The Three Pillars of BPMN: Events, Activities, and Gateways<\/h2>\n<h3>What is a BPMN Event?<\/h3>\n<p>Events signal something that happens\u2014either at the start, end, or somewhere in the middle of a process. They are always represented as circles and define a moment in time.<\/p>\n<p>There are three main types:<\/p>\n<ul>\n<li><strong>Start Events:<\/strong> Trigger the process. Can be message-based, timer-triggered, or conditional.<\/li>\n<li><strong>Intermediate Events:<\/strong> Occur during a process\u2014often to capture a condition, cancellation, or message.<\/li>\n<li><strong>End Events:<\/strong> Signal the conclusion of a process. Can represent normal completion, errors, or termination.<\/li>\n<\/ul>\n<p>For example, a \u201cCustomer places order\u201d event is a start event. An \u201cInvoice received\u201d event might be an intermediate event. A \u201cProcess completed\u201d message would be an end event.<\/p>\n<h3>Understanding BPMN Activities<\/h3>\n<p>Activities are the actual work being done. They appear as rectangles with rounded corners and represent a task or a group of tasks.<\/p>\n<p>There are three types:<\/p>\n<ul>\n<li><strong>Task:<\/strong> A single work item\u2014like \u201cApprove invoice\u201d or \u201cSend confirmation email.\u201d<\/li>\n<li><strong>Sub-Process:<\/strong> A set of activities nested within a larger task. Use this for complex steps that don\u2019t need full detail upfront.<\/li>\n<li><strong>Transaction:<\/strong> A transactional activity that includes a boundary event and can fail or roll back.<\/li>\n<\/ul>\n<p>When modeling, ask: \u201cWhat is the actual work happening here?\u201d If it\u2019s a single, atomic action, it\u2019s a task. If it\u2019s a cluster of related actions, consider grouping them into a sub-process.<\/p>\n<p>Think of a task like a single instruction in a recipe. You can\u2019t break it down further. But a sub-process is like a full cooking step\u2014bake the cake\u2014which contains multiple smaller actions.<\/p>\n<h3>Mastering the Gateway in BPMN<\/h3>\n<p>Gateways are the decision-makers of a BPMN diagram. They control how flows branch and merge, using logical conditions to guide execution.<\/p>\n<p>There are three main types:<\/p>\n<ul>\n<li><strong>Exclusive Gateway (XOR):<\/strong> Only one outgoing flow can be taken. Think \u201cIf this, then that.\u201d<\/li>\n<li><strong>Parallel Gateway (AND):<\/strong> All outgoing flows are taken simultaneously. Use for steps that must all happen.<\/li>\n<li><strong>Inclusive Gateway (OR):<\/strong> One or more outgoing flows can be taken. Ideal for \u201cif any of these conditions apply.\u201d<\/li>\n<\/ul>\n<p>Here\u2019s a common real-world example:<\/p>\n<p>When processing a loan application:<\/p>\n<ul>\n<li>Use an exclusive gateway: \u201cIs credit score above 700?\u201d \u2192 Yes \u2192 Approve, No \u2192 Reject.<\/li>\n<li>Use a parallel gateway: \u201cVerify income\u201d and \u201cCheck employment history\u201d \u2192 both must run.<\/li>\n<li>Use an inclusive gateway: \u201cDoes applicant have at least one of these documents?\u201d \u2192 Passport, ID card, or driver\u2019s license.<\/li>\n<\/ul>\n<p>Always ensure that gateways are used to represent real decisions\u2014never just for visual separation.<\/p>\n<h2>BPMN Elements Guide: How to Use Each Effectively<\/h2>\n<p>Understanding the core elements is only half the journey. Applying them correctly is where clarity and communication shine. Here\u2019s how to align your modeling with best practices.<\/p>\n<h3>BPMN Tasks and Events: When to Use What<\/h3>\n<p>Don\u2019t confuse a \u201ctask\u201d with an \u201cevent.\u201d A task is an action. An event is a trigger or milestone.<\/p>\n<p>Use a task when you\u2019re describing what someone or something does\u2014like \u201cReview application,\u201d \u201cGenerate report,\u201d or \u201cUpdate database.\u201d<\/p>\n<p>Use an event when you\u2019re capturing what happens\u2014like \u201cApplication submitted,\u201d \u201cSystem failure detected,\u201d or \u201cPayment received.\u201d<\/p>\n<p>When in doubt, ask: \u201cIs this a moment in time or an action?\u201d If it\u2019s a moment, it\u2019s an event. If it\u2019s a job to be done, it\u2019s a task.<\/p>\n<p>For example, in a customer onboarding workflow:<\/p>\n<ul>\n<li>\u201cCustomer submits application\u201d \u2192 Start Event<\/li>\n<li>\u201cSend onboarding email\u201d \u2192 Task<\/li>\n<li>\u201cOnboarding completed\u201d \u2192 End Event<\/li>\n<\/ul>\n<h3>Designing Smarter Flows with the Gateway in BPMN<\/h3>\n<p>One of the biggest mistakes beginners make is overusing the exclusive gateway. Remember: if multiple paths must run together, use a parallel gateway. If only one path should be chosen, use XOR. If any of several conditions can trigger, use OR.<\/p>\n<p>Always validate that all outgoing flows from a gateway are accounted for. A missing path can create an incomplete model.<\/p>\n<p>Use gateways to represent real decisions\u2014not assumptions. For instance:<\/p>\n<ul>\n<li>\u201cIs the document approved?\u201d \u2192 XOR gateway<\/li>\n<li>\u201cIs the customer a VIP?\u201d \u2192 OR gateway<\/li>\n<li>\u201cVerify identity and credit status\u201d \u2192 AND gateway<\/li>\n<\/ul>\n<p>These choices ensure the model reflects real business behavior.<\/p>\n<h2>Practical Guidelines for BPMN Modeling<\/h2>\n<p>Let\u2019s walk through a simple but realistic example to reinforce everything so far.<\/p>\n<p>Consider a loan approval process:<\/p>\n<ol>\n<li><strong>Start Event:<\/strong> \u201cLoan application received\u201d<\/li>\n<li><strong>Task:<\/strong> \u201cVerify customer identity\u201d<\/li>\n<li><strong>Gateway in BPMN:<\/strong> \u201cIs identity valid?\u201d (XOR)<\/li>\n<li>If yes \u2192 \u201cCheck credit score\u201d<\/li>\n<li>If no \u2192 \u201cNotify applicant: identity not verified\u201d \u2192 End Event<\/li>\n<li>\u201cCheck credit score\u201d \u2192 \u201cIs score \u2265 700?\u201d (XOR)<\/li>\n<li>If yes \u2192 \u201cApprove loan\u201d \u2192 End Event<\/li>\n<li>If no \u2192 \u201cReject loan\u201d \u2192 End Event<\/li>\n<\/ol>\n<p>This simple flow uses only core elements but captures the logic accurately. The key is to keep the model focused, avoid unnecessary branches, and always link decisions to real business logic.<\/p>\n<h2>Frequently Asked Questions<\/h2>\n<h3>What are the three primary BPMN elements?<\/h3>\n<p>The three core elements are events, activities, and gateways. Events mark moments, activities represent work, and gateways control decision paths.<\/p>\n<h3>How do I know which gateway in BPMN to use?<\/h3>\n<p>Use XOR for exclusive decisions (one path only), AND for parallel execution (all paths), and OR for inclusive conditions (any one or more). Always tie the choice to actual business rules.<\/p>\n<h3>Can I use multiple start events in a single BPMN diagram?<\/h3>\n<p>Yes, but each should represent a distinct trigger\u2014like \u201cemail received\u201d and \u201csystem alert.\u201d Avoid multiple start events unless they represent unique entry points.<\/p>\n<h3>Is a task the same as a subprocess in BPMN?<\/h3>\n<p>No. A task is a single work item. A subprocess is a group of tasks bundled into a single activity. Use subprocesses to simplify complex steps without losing clarity.<\/p>\n<h3>How do events improve process readability?<\/h3>\n<p>Events signal key milestones\u2014like when work begins or ends. They make it easier for stakeholders to understand the timeline and flow without reading every task.<\/p>\n<h3>What\u2019s the biggest mistake when modeling with BPMN tasks and events?<\/h3>\n<p>Confusing events with tasks. Mistaking a \u201cPayment received\u201d event for a \u201cProcess payment\u201d task leads to logic gaps. Always ask: \u201cIs this an action or a trigger?\u201d<\/p>\n<p>Mastering these core concepts isn\u2019t about memorizing shapes. It\u2019s about seeing the workflow through the lens of logic, clarity, and real-world behavior. With consistent practice, you\u2019ll begin to think in BPMN\u2014not just draw it.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Every effective BPMN diagram begins with a clear grasp  [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":387,"menu_order":2,"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-390","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 Core Concepts Explained<\/title>\n<meta name=\"description\" content=\"Learn the essential BPMN core concepts\u2014events, activities, and gateways\u2014through practical examples, real-world modeling tips, and clear guidance on BPMN tasks and events, gateway in BPMN, and how to build reliable workflows.\" \/>\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\/cn\/docs\/bpmn-fundamentals-for-beginners\/introduction-to-bpmn\/bpmn-core-concepts-explained\/\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"BPMN Core Concepts Explained\" \/>\n<meta property=\"og:description\" content=\"Learn the essential BPMN core concepts\u2014events, activities, and gateways\u2014through practical examples, real-world modeling tips, and clear guidance on BPMN tasks and events, gateway in BPMN, and how to build reliable workflows.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/skills.visual-paradigm.com\/cn\/docs\/bpmn-fundamentals-for-beginners\/introduction-to-bpmn\/bpmn-core-concepts-explained\/\" \/>\n<meta property=\"og:site_name\" content=\"Visual Paradigm Skills \u7b80\u4f53\u4e2d\u6587\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4\" \/>\n\t<meta name=\"twitter:data1\" content=\"6 \u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/cn\/docs\/bpmn-fundamentals-for-beginners\/introduction-to-bpmn\/bpmn-core-concepts-explained\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/cn\/docs\/bpmn-fundamentals-for-beginners\/introduction-to-bpmn\/bpmn-core-concepts-explained\/\",\"name\":\"BPMN Core Concepts Explained\",\"isPartOf\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/cn\/#website\"},\"datePublished\":\"2026-02-25T10:17:18+00:00\",\"description\":\"Learn the essential BPMN core concepts\u2014events, activities, and gateways\u2014through practical examples, real-world modeling tips, and clear guidance on BPMN tasks and events, gateway in BPMN, and how to build reliable workflows.\",\"breadcrumb\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/cn\/docs\/bpmn-fundamentals-for-beginners\/introduction-to-bpmn\/bpmn-core-concepts-explained\/#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/skills.visual-paradigm.com\/cn\/docs\/bpmn-fundamentals-for-beginners\/introduction-to-bpmn\/bpmn-core-concepts-explained\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/cn\/docs\/bpmn-fundamentals-for-beginners\/introduction-to-bpmn\/bpmn-core-concepts-explained\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/skills.visual-paradigm.com\/cn\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"BPMN Fundamentals for Beginners\",\"item\":\"https:\/\/skills.visual-paradigm.com\/cn\/docs\/bpmn-fundamentals-for-beginners\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Understanding BPMN and Process Thinking\",\"item\":\"https:\/\/skills.visual-paradigm.com\/cn\/docs\/bpmn-fundamentals-for-beginners\/introduction-to-bpmn\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Core Concepts Every Modeler Must Know\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/cn\/#website\",\"url\":\"https:\/\/skills.visual-paradigm.com\/cn\/\",\"name\":\"Visual Paradigm Skills \u7b80\u4f53\u4e2d\u6587\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/cn\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/skills.visual-paradigm.com\/cn\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"zh-Hans\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/cn\/#organization\",\"name\":\"Visual Paradigm Skills \u7b80\u4f53\u4e2d\u6587\",\"url\":\"https:\/\/skills.visual-paradigm.com\/cn\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/cn\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/cn\/wp-content\/uploads\/sites\/3\/2026\/02\/favicon.svg\",\"contentUrl\":\"https:\/\/skills.visual-paradigm.com\/cn\/wp-content\/uploads\/sites\/3\/2026\/02\/favicon.svg\",\"width\":70,\"height\":70,\"caption\":\"Visual Paradigm Skills \u7b80\u4f53\u4e2d\u6587\"},\"image\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/cn\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"BPMN Core Concepts Explained","description":"Learn the essential BPMN core concepts\u2014events, activities, and gateways\u2014through practical examples, real-world modeling tips, and clear guidance on BPMN tasks and events, gateway in BPMN, and how to build reliable workflows.","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\/cn\/docs\/bpmn-fundamentals-for-beginners\/introduction-to-bpmn\/bpmn-core-concepts-explained\/","og_locale":"zh_CN","og_type":"article","og_title":"BPMN Core Concepts Explained","og_description":"Learn the essential BPMN core concepts\u2014events, activities, and gateways\u2014through practical examples, real-world modeling tips, and clear guidance on BPMN tasks and events, gateway in BPMN, and how to build reliable workflows.","og_url":"https:\/\/skills.visual-paradigm.com\/cn\/docs\/bpmn-fundamentals-for-beginners\/introduction-to-bpmn\/bpmn-core-concepts-explained\/","og_site_name":"Visual Paradigm Skills \u7b80\u4f53\u4e2d\u6587","twitter_card":"summary_large_image","twitter_misc":{"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4":"6 \u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/skills.visual-paradigm.com\/cn\/docs\/bpmn-fundamentals-for-beginners\/introduction-to-bpmn\/bpmn-core-concepts-explained\/","url":"https:\/\/skills.visual-paradigm.com\/cn\/docs\/bpmn-fundamentals-for-beginners\/introduction-to-bpmn\/bpmn-core-concepts-explained\/","name":"BPMN Core Concepts Explained","isPartOf":{"@id":"https:\/\/skills.visual-paradigm.com\/cn\/#website"},"datePublished":"2026-02-25T10:17:18+00:00","description":"Learn the essential BPMN core concepts\u2014events, activities, and gateways\u2014through practical examples, real-world modeling tips, and clear guidance on BPMN tasks and events, gateway in BPMN, and how to build reliable workflows.","breadcrumb":{"@id":"https:\/\/skills.visual-paradigm.com\/cn\/docs\/bpmn-fundamentals-for-beginners\/introduction-to-bpmn\/bpmn-core-concepts-explained\/#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["https:\/\/skills.visual-paradigm.com\/cn\/docs\/bpmn-fundamentals-for-beginners\/introduction-to-bpmn\/bpmn-core-concepts-explained\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/skills.visual-paradigm.com\/cn\/docs\/bpmn-fundamentals-for-beginners\/introduction-to-bpmn\/bpmn-core-concepts-explained\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/skills.visual-paradigm.com\/cn\/"},{"@type":"ListItem","position":2,"name":"BPMN Fundamentals for Beginners","item":"https:\/\/skills.visual-paradigm.com\/cn\/docs\/bpmn-fundamentals-for-beginners\/"},{"@type":"ListItem","position":3,"name":"Understanding BPMN and Process Thinking","item":"https:\/\/skills.visual-paradigm.com\/cn\/docs\/bpmn-fundamentals-for-beginners\/introduction-to-bpmn\/"},{"@type":"ListItem","position":4,"name":"Core Concepts Every Modeler Must Know"}]},{"@type":"WebSite","@id":"https:\/\/skills.visual-paradigm.com\/cn\/#website","url":"https:\/\/skills.visual-paradigm.com\/cn\/","name":"Visual Paradigm Skills \u7b80\u4f53\u4e2d\u6587","description":"","publisher":{"@id":"https:\/\/skills.visual-paradigm.com\/cn\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/skills.visual-paradigm.com\/cn\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"zh-Hans"},{"@type":"Organization","@id":"https:\/\/skills.visual-paradigm.com\/cn\/#organization","name":"Visual Paradigm Skills \u7b80\u4f53\u4e2d\u6587","url":"https:\/\/skills.visual-paradigm.com\/cn\/","logo":{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/skills.visual-paradigm.com\/cn\/#\/schema\/logo\/image\/","url":"https:\/\/skills.visual-paradigm.com\/cn\/wp-content\/uploads\/sites\/3\/2026\/02\/favicon.svg","contentUrl":"https:\/\/skills.visual-paradigm.com\/cn\/wp-content\/uploads\/sites\/3\/2026\/02\/favicon.svg","width":70,"height":70,"caption":"Visual Paradigm Skills \u7b80\u4f53\u4e2d\u6587"},"image":{"@id":"https:\/\/skills.visual-paradigm.com\/cn\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/skills.visual-paradigm.com\/cn\/wp-json\/wp\/v2\/docs\/390","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/skills.visual-paradigm.com\/cn\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/skills.visual-paradigm.com\/cn\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/cn\/wp-json\/wp\/v2\/users\/1"}],"version-history":[{"count":0,"href":"https:\/\/skills.visual-paradigm.com\/cn\/wp-json\/wp\/v2\/docs\/390\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/cn\/wp-json\/wp\/v2\/docs\/387"}],"wp:attachment":[{"href":"https:\/\/skills.visual-paradigm.com\/cn\/wp-json\/wp\/v2\/media?parent=390"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/cn\/wp-json\/wp\/v2\/doc_tag?post=390"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}