{"id":404,"date":"2026-02-25T10:17:26","date_gmt":"2026-02-25T10:17:26","guid":{"rendered":"https:\/\/skills.visual-paradigm.com\/cn\/docs\/bpmn-fundamentals-for-beginners\/bpmn-process-modeling\/bpmn-task-types-manual-service-user\/"},"modified":"2026-02-25T10:17:26","modified_gmt":"2026-02-25T10:17:26","slug":"bpmn-task-types-manual-service-user","status":"publish","type":"docs","link":"https:\/\/skills.visual-paradigm.com\/cn\/docs\/bpmn-fundamentals-for-beginners\/bpmn-process-modeling\/bpmn-task-types-manual-service-user\/","title":{"rendered":"Modeling Human vs System Tasks"},"content":{"rendered":"<p>About 8 out of 10 process models I review in the field start with incorrect task types. The problem isn\u2019t complexity\u2014it\u2019s confusion between human and system actions. You can\u2019t automate a task that needs a person. You can\u2019t assign a human to a task that runs on a server. Getting this right from the start saves time, prevents rework, and keeps stakeholders aligned.<\/p>\n<p>BPMN task types define who or what performs an activity. This isn&#8217;t just labeling\u2014it\u2019s about communication, automation readiness, and responsibility clarity. In this chapter, you\u2019ll learn to identify and apply three foundational task types: manual, service, and user. You\u2019ll see real examples, understand the logic behind choosing each, and avoid common modeling errors.<\/p>\n<p>By the end, you\u2019ll confidently distinguish tasks that require human judgment from those that run automatically\u2014and know when to combine both. This is where process logic meets reality.<\/p>\n<h2>Understanding the Three Core BPMN Task Types<\/h2>\n<p>Every activity in a BPMN diagram must be classified. It\u2019s not optional. The task type determines how it\u2019s executed, validated, and often, how it\u2019s automated.<\/p>\n<p>There are three primary task types you\u2019ll use in almost every real-world process:<\/p>\n<ul>\n<li><strong>Manual Task BPMN<\/strong> \u2013 A task that must be performed by a person. No automation. No triggers.<\/li>\n<li><strong>User Task BPMN<\/strong> \u2013 A task assigned to a specific role or individual, typically requiring interaction with a system (like a form).<\/li>\n<li><strong>Service Task BPMN<\/strong> \u2013 A task executed automatically by a system, such as a database query or API call.<\/li>\n<\/ul>\n<p>These aren\u2019t just visual differences\u2014they represent real-world operational logic.<\/p>\n<h3>Manual Task BPMN: The Human-in-the-Loop<\/h3>\n<p>Use a manual task when a person must perform an action without system support. The task is not triggered by a system. It\u2019s initiated by a process flow, but the execution depends entirely on human judgment or input.<\/p>\n<p>Example: A manager signs off on a leave request. They read the details, consider the team\u2019s coverage, and decide. No form, no system prompt\u2014just a decision.<\/p>\n<p>Key indicators:<\/p>\n<ul>\n<li>No system interface involved.<\/li>\n<li>Person performs the task independently.<\/li>\n<li>Often used for decisions, approvals, or complex judgments.<\/li>\n<\/ul>\n<p>Visual cue: A rounded rectangle with a single line at the top, often labeled \u201cManual Task\u201d or using the default icon.<\/p>\n<p>Tip: Avoid assuming all human tasks are manual. If a person fills out a form, it\u2019s likely a user task.<\/p>\n<h3>User Task BPMN: Human Interaction with Systems<\/h3>\n<p>A user task is a task assigned to a person, but it involves interacting with a system interface. It\u2019s not just about \u201cbeing done by a person\u201d\u2014it\u2019s about how that person engages with digital tools.<\/p>\n<p>Example: An employee logs into the HR portal to submit a vacation form. The system presents a form. The person fills it out and submits. This is a user task.<\/p>\n<p>Key indicators:<\/p>\n<ul>\n<li>Requires a digital form or interface.<\/li>\n<li>Often linked to a role or user.<\/li>\n<li>May include due dates, escalations, or notifications.<\/li>\n<\/ul>\n<p>Visual cue: A rounded rectangle with a small icon of a person, or the \u201cUser Task\u201d label.<\/p>\n<p>Why it matters: User tasks are often automated through workflow engines. When modeled correctly, they can trigger system actions like sending emails, updating databases, or creating tickets.<\/p>\n<h3>Service Task BPMN: Automated System Execution<\/h3>\n<p>Service tasks are performed by software systems without human input. They\u2019re the backbone of automation. These tasks are executed via APIs, scripts, database operations, or third-party services.<\/p>\n<p>Example: After a leave request is approved, the system updates the employee\u2019s leave balance in the HR database and sends a confirmation email. This is a service task.<\/p>\n<p>Key indicators:<\/p>\n<ul>\n<li>No human involvement.<\/li>\n<li>Often linked to an external system or internal service.<\/li>\n<li>May be marked with a service icon or labeled \u201cService Task\u201d.<\/li>\n<\/ul>\n<p>Visual cue: A rounded rectangle with a small icon of a gear or cloud, or the term \u201cService Task\u201d.<\/p>\n<p>Best practice: Always specify what service is being called. In tools like Visual Paradigm, you can name the service (e.g., \u201cUpdate Leave Balance API\u201d) to improve traceability.<\/p>\n<h2>How to Choose the Right Task Type: A Decision Tree<\/h2>\n<p>When in doubt, ask these three questions:<\/p>\n<ol>\n<li><strong>Is a person involved?<\/strong> If no\u2014go to step 3. If yes\u2014go to step 2.<\/li>\n<li><strong>Is the person using a system interface (form, portal, app)?<\/strong> If yes\u2014use <strong>User Task BPMN<\/strong>. If no\u2014use <strong>Manual Task BPMN<\/strong>.<\/li>\n<li><strong>Is the task performed by a system?<\/strong> If yes\u2014use <strong>Service Task BPMN<\/strong>.<\/li>\n<\/ol>\n<p>This simple flow prevents misclassification and ensures your model communicates reality.<\/p>\n<h3>When to Use Each: Real-World Examples<\/h3>\n<table>\n<tbody>\n<tr>\n<th>Scenario<\/th>\n<th>Correct BPMN Task Type<\/th>\n<th>Why<\/th>\n<\/tr>\n<tr>\n<td>A manager reviews a policy and signs off.<\/td>\n<td>Manual Task BPMN<\/td>\n<td>No system interface; judgment-based.<\/td>\n<\/tr>\n<tr>\n<td>An employee submits a vacation request via a portal.<\/td>\n<td>User Task BPMN<\/td>\n<td>Uses a digital form.<\/td>\n<\/tr>\n<tr>\n<td>An API updates inventory after an order is confirmed.<\/td>\n<td>Service Task BPMN<\/td>\n<td>System-to-system execution.<\/td>\n<\/tr>\n<tr>\n<td>A clerk enters data into a spreadsheet.<\/td>\n<td>Manual Task BPMN<\/td>\n<td>No system interface\u2014just human input.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Notice the pattern: if a human types or clicks, ask whether they\u2019re using a system. If yes, it\u2019s a user task. If not\u2014manual.<\/p>\n<h2>Hybrid Tasks: When Human and System Work Together<\/h2>\n<p>Some tasks involve both. For example: a user fills out a form, and then the system runs a background check. This is not one task\u2014it\u2019s two.<\/p>\n<p>Never combine manual and service tasks in a single activity. You\u2019ll lose clarity and automation potential.<\/p>\n<p>Instead, split it:<\/p>\n<ul>\n<li><strong>User Task BPMN<\/strong>: Submit application form.<\/li>\n<li><strong>Service Task BPMN<\/strong>: Run credit check via external API.<\/li>\n<\/ul>\n<p>This separation makes it clear where human input ends and automation begins\u2014critical for system integration and audit trails.<\/p>\n<h2>Common Mistakes and How to Fix Them<\/h2>\n<p>Mistakes in task type selection are among the most frequent in early BPMN models. Here\u2019s how to catch them:<\/p>\n<ul>\n<li><strong>Calling a user task \u201cmanual\u201d<\/strong>: If someone logs in and fills a form, it\u2019s not manual\u2014no system access means it\u2019s manual. Use a user task.<\/li>\n<li><strong>Using service task for human decisions<\/strong>: No\u2014service tasks are for automation. A manager\u2019s approval is manual or user task.<\/li>\n<li><strong>Overusing manual tasks<\/strong>: They slow processes down. If a task can be automated, model it as a service task and assign it to a system.<\/li>\n<li><strong>Ignoring task assignments<\/strong>: A user task should have an assignee or role. A missing assignee leads to confusion during execution.<\/li>\n<\/ul>\n<p>Best practice: Always validate with a simple question: \u201cCan this be done by a machine without human input?\u201d If yes\u2014service task. If no\u2014then determine if a person uses a tool.<\/p>\n<h2>Key Takeaways<\/h2>\n<p>BPMN task types are not just visual choices\u2014they\u2019re operational truths. Confusing them leads to miscommunication, failed automation, and stakeholder frustration.<\/p>\n<ul>\n<li>Use <strong>manual task BPMN<\/strong> when a person acts without system support.<\/li>\n<li>Use <strong>user task BPMN<\/strong> when a person interacts with a form or interface.<\/li>\n<li>Use <strong>service task BPMN<\/strong> for automated, system-driven actions.<\/li>\n<li>Never combine manual and service tasks in one activity.<\/li>\n<li>Always ask: \u201cWho or what performs this?\u201d before placing a task.<\/li>\n<\/ul>\n<p>Mastering task types is the foundation of trustworthy BPMN modeling. You\u2019re not just drawing shapes\u2014you\u2019re defining execution logic.<\/p>\n<h2>Frequently Asked Questions<\/h2>\n<h3>Can a manual task be automated later?<\/h3>\n<p>Yes, but only if you re-model it as a service task. Manual tasks are defined by the absence of system interaction. If automation is added, the task type must change.<\/p>\n<h3>Is a form submission always a user task BPMN?<\/h3>\n<p>Yes\u2014any time a person interacts with a digital form, it\u2019s a user task. Even if the form is simple, the interface means it\u2019s not manual.<\/p>\n<h3>How do I know if a task is service or user?<\/h3>\n<p>Ask: \u201cDoes a human perform this?\u201d If yes and they use a system\u2014user task. If yes and no system\u2014is manual. If no\u2014service task.<\/p>\n<h3>Can a user task be automated?<\/h3>\n<p>Not directly. A user task is always human-initiated. But the activity after a user task\u2014like sending an email or updating a database\u2014can be automated using a service task.<\/p>\n<h3>Why use manual task instead of user task when someone is involved?<\/h3>\n<p>Because manual tasks imply no system interface. If the person is filling a form, it\u2019s a user task. If they\u2019re reviewing a report and deciding, it\u2019s manual.<\/p>\n<h3>What if I don\u2019t know who will do the task?<\/h3>\n<p>Use a role (e.g., \u201cManager\u201d, \u201cHR Specialist\u201d) as the assignee. If no assignee is defined, the task cannot be properly executed in most systems. Always assign a role or user.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>About 8 out of 10 process models I review in the field  [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":402,"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-404","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 Task Types: Manual, Service, User Explained<\/title>\n<meta name=\"description\" content=\"Master the core BPMN task types: manual, service, and user tasks. Learn how to distinguish, model, and use them correctly in real processes with practical examples and best practices.\" \/>\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\/bpmn-process-modeling\/bpmn-task-types-manual-service-user\/\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"BPMN Task Types: Manual, Service, User Explained\" \/>\n<meta property=\"og:description\" content=\"Master the core BPMN task types: manual, service, and user tasks. Learn how to distinguish, model, and use them correctly in real processes with practical examples and best practices.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/skills.visual-paradigm.com\/cn\/docs\/bpmn-fundamentals-for-beginners\/bpmn-process-modeling\/bpmn-task-types-manual-service-user\/\" \/>\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=\"7 \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\/bpmn-process-modeling\/bpmn-task-types-manual-service-user\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/cn\/docs\/bpmn-fundamentals-for-beginners\/bpmn-process-modeling\/bpmn-task-types-manual-service-user\/\",\"name\":\"BPMN Task Types: Manual, Service, User Explained\",\"isPartOf\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/cn\/#website\"},\"datePublished\":\"2026-02-25T10:17:26+00:00\",\"description\":\"Master the core BPMN task types: manual, service, and user tasks. Learn how to distinguish, model, and use them correctly in real processes with practical examples and best practices.\",\"breadcrumb\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/cn\/docs\/bpmn-fundamentals-for-beginners\/bpmn-process-modeling\/bpmn-task-types-manual-service-user\/#breadcrumb\"},\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/skills.visual-paradigm.com\/cn\/docs\/bpmn-fundamentals-for-beginners\/bpmn-process-modeling\/bpmn-task-types-manual-service-user\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/cn\/docs\/bpmn-fundamentals-for-beginners\/bpmn-process-modeling\/bpmn-task-types-manual-service-user\/#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\":\"Building Realistic Process Models\",\"item\":\"https:\/\/skills.visual-paradigm.com\/cn\/docs\/bpmn-fundamentals-for-beginners\/bpmn-process-modeling\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Modeling Human vs System Tasks\"}]},{\"@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 Task Types: Manual, Service, User Explained","description":"Master the core BPMN task types: manual, service, and user tasks. Learn how to distinguish, model, and use them correctly in real processes with practical examples and best practices.","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\/bpmn-process-modeling\/bpmn-task-types-manual-service-user\/","og_locale":"zh_CN","og_type":"article","og_title":"BPMN Task Types: Manual, Service, User Explained","og_description":"Master the core BPMN task types: manual, service, and user tasks. Learn how to distinguish, model, and use them correctly in real processes with practical examples and best practices.","og_url":"https:\/\/skills.visual-paradigm.com\/cn\/docs\/bpmn-fundamentals-for-beginners\/bpmn-process-modeling\/bpmn-task-types-manual-service-user\/","og_site_name":"Visual Paradigm Skills \u7b80\u4f53\u4e2d\u6587","twitter_card":"summary_large_image","twitter_misc":{"\u9884\u8ba1\u9605\u8bfb\u65f6\u95f4":"7 \u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/skills.visual-paradigm.com\/cn\/docs\/bpmn-fundamentals-for-beginners\/bpmn-process-modeling\/bpmn-task-types-manual-service-user\/","url":"https:\/\/skills.visual-paradigm.com\/cn\/docs\/bpmn-fundamentals-for-beginners\/bpmn-process-modeling\/bpmn-task-types-manual-service-user\/","name":"BPMN Task Types: Manual, Service, User Explained","isPartOf":{"@id":"https:\/\/skills.visual-paradigm.com\/cn\/#website"},"datePublished":"2026-02-25T10:17:26+00:00","description":"Master the core BPMN task types: manual, service, and user tasks. Learn how to distinguish, model, and use them correctly in real processes with practical examples and best practices.","breadcrumb":{"@id":"https:\/\/skills.visual-paradigm.com\/cn\/docs\/bpmn-fundamentals-for-beginners\/bpmn-process-modeling\/bpmn-task-types-manual-service-user\/#breadcrumb"},"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["https:\/\/skills.visual-paradigm.com\/cn\/docs\/bpmn-fundamentals-for-beginners\/bpmn-process-modeling\/bpmn-task-types-manual-service-user\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/skills.visual-paradigm.com\/cn\/docs\/bpmn-fundamentals-for-beginners\/bpmn-process-modeling\/bpmn-task-types-manual-service-user\/#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":"Building Realistic Process Models","item":"https:\/\/skills.visual-paradigm.com\/cn\/docs\/bpmn-fundamentals-for-beginners\/bpmn-process-modeling\/"},{"@type":"ListItem","position":4,"name":"Modeling Human vs System Tasks"}]},{"@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\/404","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\/404\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/cn\/wp-json\/wp\/v2\/docs\/402"}],"wp:attachment":[{"href":"https:\/\/skills.visual-paradigm.com\/cn\/wp-json\/wp\/v2\/media?parent=404"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/cn\/wp-json\/wp\/v2\/doc_tag?post=404"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}