{"id":872,"date":"2026-02-25T10:26:03","date_gmt":"2026-02-25T10:26:03","guid":{"rendered":"https:\/\/skills.visual-paradigm.com\/id\/docs\/epc-diagram-fundamentals\/epc-diagram-basics\/epc-flow-logic\/"},"modified":"2026-02-25T10:26:03","modified_gmt":"2026-02-25T10:26:03","slug":"epc-flow-logic","status":"publish","type":"docs","link":"https:\/\/skills.visual-paradigm.com\/id\/docs\/epc-diagram-fundamentals\/epc-diagram-basics\/epc-flow-logic\/","title":{"rendered":"The Logic of Flow: How EPC Structures Reflect Real-World Processes"},"content":{"rendered":"<p>One small decision separates those who build functional EPC diagrams from those who end up with tangled logic: choosing the correct direction of flow based on event state, not task sequence. I\u2019ve seen teams spend hours aligning symbols only to realize their flow broke when a single event failed to trigger the next function. That\u2019s not a tool issue\u2014it\u2019s a logic gap.<\/p>\n<p>Understanding EPC flow logic isn\u2019t about memorizing symbols. It\u2019s about recognizing that every line in an EPC diagram represents a cause-and-effect relationship grounded in real business triggers. This chapter walks you through how EPC modeling structure reflects actual workflows, from the smallest process to enterprise-wide systems.<\/p>\n<p>You\u2019ll learn how to design EPC workflow with confidence, avoid common flow pitfalls, and align your diagrams so they mirror real-world systems\u2014down to the smallest decision gate. By the end, you\u2019ll see how every event, function, and connector isn\u2019t just a visual element\u2014it\u2019s a logical checkpoint in a process that actually runs.<\/p>\n<h2>Why EPC Flow Logic Matters in Real-World Systems<\/h2>\n<p>Process modeling isn&#8217;t about aesthetics. It&#8217;s about fidelity. A well-structured EPC diagram reflects the actual behavior of a system\u2014not just what we wish it to be.<\/p>\n<p>When you model without flow logic, you risk creating diagrams that pass validation but fail in operations. I\u2019ve reviewed EPCs where functions were connected in a linear chain, only to discover that multiple events were required to trigger a single outcome. That\u2019s not a process\u2014it\u2019s a decision trap.<\/p>\n<p>Event-driven process flow is not a theoretical concept. It\u2019s how business systems actually operate: one event triggers a response, which may spawn multiple actions, depending on conditions. EPC flow logic captures these dynamics through structure, not just symbol placement.<\/p>\n<ul>\n<li>Flow direction must follow business event triggers\u2014not task order.<\/li>\n<li>Every function must be preceded by an event that enables it.<\/li>\n<li>Concurrency is not a design flaw\u2014it\u2019s a feature of real-world processes.<\/li>\n<\/ul>\n<h3>Mapping Reality: The Role of Events as Triggers<\/h3>\n<p>Every function in an EPC must have a triggering event. That event must be measurable, observable, and significant to the business. A \u201cpayment received\u201d event isn\u2019t just a formality\u2014it\u2019s the trigger that enables \u201cinvoice status updated\u201d and \u201cinventory reserved\u201d.<\/p>\n<p>Here\u2019s where many misstep: treating the function as the starting point. That\u2019s backward. In EPC modeling structure, the event comes first. The function is the consequence. This ensures alignment with actual workflow logic.<\/p>\n<p>Consider a customer order process. The correct EPC flow logic begins with:<\/p>\n<ol>\n<li><strong>Order placed<\/strong> \u2192 triggers the next function.<\/li>\n<li><strong>Order validated<\/strong> \u2192 only if the customer is approved.<\/li>\n<li><strong>Payment received<\/strong> \u2192 enables fulfillment.<\/li>\n<\/ol>\n<p>Reverse this flow, and you\u2019ve created a diagram that doesn\u2019t reflect reality. The event must come first\u2014always.<\/p>\n<h2>Mastering EPC Workflow Design: From Linear to Concurrent Flow<\/h2>\n<p>Many beginners start with linear flows. That\u2019s natural. But real processes aren\u2019t always straight lines. They branch, split, and converge\u2014often simultaneously.<\/p>\n<p>That\u2019s where EPC workflow design becomes powerful. Logical connectors (AND, OR, XOR) allow you to model concurrent and conditional paths with precision.<\/p>\n<h3>Understanding Logical Operators in Practice<\/h3>\n<p>Let\u2019s break down how these gateways work in real EPC modeling structure.<\/p>\n<table>\n<tbody>\n<tr>\n<th>Gate<\/th>\n<th>Meaning<\/th>\n<th>Use Case<\/th>\n<th>Example<\/th>\n<\/tr>\n<tr>\n<td>AND<\/td>\n<td>All paths must be satisfied<\/td>\n<td>Multiple triggers required<\/td>\n<td>Payment received AND shipping address confirmed \u2192 process order<\/td>\n<\/tr>\n<tr>\n<td>OR<\/td>\n<td>One or more paths must be satisfied<\/td>\n<td>At least one trigger enables the next function<\/td>\n<td>Payment received OR credit approval granted \u2192 proceed to fulfillment<\/td>\n<\/tr>\n<tr>\n<td>XOR<\/td>\n<td>Only one path is valid<\/td>\n<td>Exclusive decision<\/td>\n<td>Credit check passed? \u2192 Yes \u2192 approve. No \u2192 decline.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>These aren\u2019t just notation rules\u2014they\u2019re business decisions. An AND gate means multiple conditions must be met before a function runs. It\u2019s not a design choice; it\u2019s a reflection of how the real process works.<\/p>\n<p>When you use XOR in a customer onboarding flow, you\u2019re not choosing a path\u2014you\u2019re modeling a real binary decision: approved or denied. The diagram becomes a decision engine.<\/p>\n<h2>Designing for Real-World Concurrency<\/h2>\n<p>Concurrent execution is a hallmark of modern business operations. A single event often triggers multiple functions simultaneously.<\/p>\n<p>Consider a new hire onboarding process. The event \u201cHR approval granted\u201d doesn\u2019t just trigger one task. It spawns:<\/p>\n<ul>\n<li>IT account creation<\/li>\n<li>Security badge request<\/li>\n<li>Workstation setup<\/li>\n<li>Department orientation scheduling<\/li>\n<\/ul>\n<p>These all happen in parallel. In EPC, this is modeled using an AND gateway. The event triggers all functions simultaneously\u2014just like in real life.<\/p>\n<p>Concurrent flow isn&#8217;t optional. It\u2019s how modern systems operate. Ignoring it leads to incomplete or misleading models that can\u2019t be used for automation, planning, or audits.<\/p>\n<h3>When Flow Breaks: Common EPC Modeling Structure Pitfalls<\/h3>\n<p>Even experienced modelers make mistakes. Here are the most frequent flow logic errors I\u2019ve seen in real-world EPC diagrams:<\/p>\n<ul>\n<li><strong>Missing event triggers<\/strong>: A function appears with no preceding event. This breaks EPC logic\u2014no trigger, no execution.<\/li>\n<li><strong>Incorrect gate usage<\/strong>: Using OR when AND is required, or vice versa. This changes the business outcome.<\/li>\n<li><strong>Disconnected flows<\/strong>: A function is not linked to any event or subsequent function, creating dead ends.<\/li>\n<li><strong>Overuse of loops without exit<\/strong>: Iterative processes must have a clear end condition tied to a specific event.<\/li>\n<\/ul>\n<p>These errors aren\u2019t about poor drawing\u2014they\u2019re about misunderstanding event-driven process flow.<\/p>\n<h2>Practical Example: Order Fulfillment in EPC<\/h2>\n<p>Let\u2019s walk through a real process to illustrate EPC workflow design and logic.<\/p>\n<p>Scenario: An e-commerce order must be validated, paid for, and fulfilled.<\/p>\n<p>Correct EPC flow logic:<\/p>\n<ol>\n<li><strong>Order placed<\/strong> \u2192 triggers validation.<\/li>\n<li><strong>Order validated<\/strong> \u2192 if valid, proceed; if not, return to customer.<\/li>\n<li><strong>Payment received<\/strong> \u2192 triggers fulfillment.<\/li>\n<li><strong>Shipping label generated<\/strong> \u2192 and <strong>inventory updated<\/strong> \u2192 both concurrent tasks.<\/li>\n<li><strong>Shipment confirmed<\/strong> \u2192 final event.<\/li>\n<\/ol>\n<p>This sequence uses AND, XOR, and parallel paths. It reflects real-world behavior: payment triggers multiple actions, and validation must succeed before payment is processed.<\/p>\n<p>Trying to simplify this into a single path ignores the actual concurrency and dependencies of the system.<\/p>\n<h2>Frequently Asked Questions<\/h2>\n<h3>How do I determine the correct flow direction in an EPC diagram?<\/h3>\n<p>Always begin with the event that starts the process. Flow moves from event to function, then to the next event. If a function doesn\u2019t follow an event, you\u2019ve broken EPC logic. Ask: \u201cWhat triggers this function?\u201d If no answer, the flow is invalid.<\/p>\n<h3>Can I model parallel processes in EPC, and how is it different from sequential flow?<\/h3>\n<p>Absolutely. Parallel processes are modeled using an AND gateway. The event triggers multiple functions simultaneously. This reflects real-world systems where tasks like \u201cgenerate invoice\u201d and \u201csend confirmation email\u201d happen at the same time. Sequential flow uses a single path. Use AND when all functions must run. Use OR when any can run.<\/p>\n<h3>What\u2019s the difference between EPC and BPMN when it comes to flow logic?<\/h3>\n<p>BPMN uses flow objects (events, activities, gateways) and sequence flows. EPC is more event-centric, with a strict rule: functions are only executed after an event. EPC\u2019s logic is simpler and more rigid\u2014ideal for analyzing decision logic and process triggers. BPMN offers more flexibility for detailed process choreography.<\/p>\n<h3>How do I know if my EPC diagram has correct flow logic?<\/h3>\n<p>Apply this checklist: every function has a triggering event; every gateway matches business logic; outcomes are traceable to events; no disconnected flows. If all functions are preceded by a valid event and the connectors match real conditions, your EPC flow logic is sound.<\/p>\n<h3>Should I use AND or OR in my EPC workflow design?<\/h3>\n<p>Use AND when all conditions must be met (e.g., payment received and address verified). Use OR when at least one condition triggers the next step (e.g., payment received OR credit approved). Always ask: \u201cWhich conditions actually enable the next function?\u201d<\/p>\n<h3>Can EPC modeling structure handle iterative loops?<\/h3>\n<p>Yes, but with rules. Loops must return to a triggering event. For example, \u201creview failed\u201d \u2192 \u201ccorrect error\u201d \u2192 \u201cre-submit\u201d \u2192 \u201cre-review\u201d. The loop ends when a new event (e.g., \u201capproved\u201d) is triggered. Avoid infinite loops\u2014ensure an exit condition exists based on an event.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>One small decision separates those who build functional EPC diagrams from those who end up with tangled logic: choosing the correct direction of flow based on event state, not task sequence. I\u2019ve seen teams spend hours aligning symbols only to realize their flow broke when a single event failed to trigger the next function. That\u2019s [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":868,"menu_order":3,"template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"doc_tag":[],"class_list":["post-872","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>EPC Flow Logic: Mastering Event-Driven Process Flow<\/title>\n<meta name=\"description\" content=\"Master EPC flow logic to align process diagrams with real-world business events. Learn how EPC workflow design and modeling structure reflect true event-driven process flow for clarity, accuracy, and scalability.\" \/>\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\/id\/docs\/epc-diagram-fundamentals\/epc-diagram-basics\/epc-flow-logic\/\" \/>\n<meta property=\"og:locale\" content=\"id_ID\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"EPC Flow Logic: Mastering Event-Driven Process Flow\" \/>\n<meta property=\"og:description\" content=\"Master EPC flow logic to align process diagrams with real-world business events. Learn how EPC workflow design and modeling structure reflect true event-driven process flow for clarity, accuracy, and scalability.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/skills.visual-paradigm.com\/id\/docs\/epc-diagram-fundamentals\/epc-diagram-basics\/epc-flow-logic\/\" \/>\n<meta property=\"og:site_name\" content=\"Visual Paradigm Skills Indonesia\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimasi waktu membaca\" \/>\n\t<meta name=\"twitter:data1\" content=\"7 menit\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/id\/docs\/epc-diagram-fundamentals\/epc-diagram-basics\/epc-flow-logic\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/id\/docs\/epc-diagram-fundamentals\/epc-diagram-basics\/epc-flow-logic\/\",\"name\":\"EPC Flow Logic: Mastering Event-Driven Process Flow\",\"isPartOf\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/id\/#website\"},\"datePublished\":\"2026-02-25T10:26:03+00:00\",\"description\":\"Master EPC flow logic to align process diagrams with real-world business events. Learn how EPC workflow design and modeling structure reflect true event-driven process flow for clarity, accuracy, and scalability.\",\"breadcrumb\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/id\/docs\/epc-diagram-fundamentals\/epc-diagram-basics\/epc-flow-logic\/#breadcrumb\"},\"inLanguage\":\"id\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/skills.visual-paradigm.com\/id\/docs\/epc-diagram-fundamentals\/epc-diagram-basics\/epc-flow-logic\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/id\/docs\/epc-diagram-fundamentals\/epc-diagram-basics\/epc-flow-logic\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/skills.visual-paradigm.com\/id\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"EPC Diagram Fundamentals: A Beginner\u2019s Guide to Process Modeling\",\"item\":\"https:\/\/skills.visual-paradigm.com\/id\/docs\/epc-diagram-fundamentals\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Understanding the Foundations of EPC\",\"item\":\"https:\/\/skills.visual-paradigm.com\/id\/docs\/epc-diagram-fundamentals\/epc-diagram-basics\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"The Logic of Flow: How EPC Structures Reflect Real-World Processes\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/id\/#website\",\"url\":\"https:\/\/skills.visual-paradigm.com\/id\/\",\"name\":\"Visual Paradigm Skills Indonesia\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/id\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/skills.visual-paradigm.com\/id\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"id\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/id\/#organization\",\"name\":\"Visual Paradigm Skills Indonesia\",\"url\":\"https:\/\/skills.visual-paradigm.com\/id\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"id\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/id\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/id\/wp-content\/uploads\/sites\/7\/2026\/02\/favicon.svg\",\"contentUrl\":\"https:\/\/skills.visual-paradigm.com\/id\/wp-content\/uploads\/sites\/7\/2026\/02\/favicon.svg\",\"width\":70,\"height\":70,\"caption\":\"Visual Paradigm Skills Indonesia\"},\"image\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/id\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"EPC Flow Logic: Mastering Event-Driven Process Flow","description":"Master EPC flow logic to align process diagrams with real-world business events. Learn how EPC workflow design and modeling structure reflect true event-driven process flow for clarity, accuracy, and scalability.","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\/id\/docs\/epc-diagram-fundamentals\/epc-diagram-basics\/epc-flow-logic\/","og_locale":"id_ID","og_type":"article","og_title":"EPC Flow Logic: Mastering Event-Driven Process Flow","og_description":"Master EPC flow logic to align process diagrams with real-world business events. Learn how EPC workflow design and modeling structure reflect true event-driven process flow for clarity, accuracy, and scalability.","og_url":"https:\/\/skills.visual-paradigm.com\/id\/docs\/epc-diagram-fundamentals\/epc-diagram-basics\/epc-flow-logic\/","og_site_name":"Visual Paradigm Skills Indonesia","twitter_card":"summary_large_image","twitter_misc":{"Estimasi waktu membaca":"7 menit"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/skills.visual-paradigm.com\/id\/docs\/epc-diagram-fundamentals\/epc-diagram-basics\/epc-flow-logic\/","url":"https:\/\/skills.visual-paradigm.com\/id\/docs\/epc-diagram-fundamentals\/epc-diagram-basics\/epc-flow-logic\/","name":"EPC Flow Logic: Mastering Event-Driven Process Flow","isPartOf":{"@id":"https:\/\/skills.visual-paradigm.com\/id\/#website"},"datePublished":"2026-02-25T10:26:03+00:00","description":"Master EPC flow logic to align process diagrams with real-world business events. Learn how EPC workflow design and modeling structure reflect true event-driven process flow for clarity, accuracy, and scalability.","breadcrumb":{"@id":"https:\/\/skills.visual-paradigm.com\/id\/docs\/epc-diagram-fundamentals\/epc-diagram-basics\/epc-flow-logic\/#breadcrumb"},"inLanguage":"id","potentialAction":[{"@type":"ReadAction","target":["https:\/\/skills.visual-paradigm.com\/id\/docs\/epc-diagram-fundamentals\/epc-diagram-basics\/epc-flow-logic\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/skills.visual-paradigm.com\/id\/docs\/epc-diagram-fundamentals\/epc-diagram-basics\/epc-flow-logic\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/skills.visual-paradigm.com\/id\/"},{"@type":"ListItem","position":2,"name":"EPC Diagram Fundamentals: A Beginner\u2019s Guide to Process Modeling","item":"https:\/\/skills.visual-paradigm.com\/id\/docs\/epc-diagram-fundamentals\/"},{"@type":"ListItem","position":3,"name":"Understanding the Foundations of EPC","item":"https:\/\/skills.visual-paradigm.com\/id\/docs\/epc-diagram-fundamentals\/epc-diagram-basics\/"},{"@type":"ListItem","position":4,"name":"The Logic of Flow: How EPC Structures Reflect Real-World Processes"}]},{"@type":"WebSite","@id":"https:\/\/skills.visual-paradigm.com\/id\/#website","url":"https:\/\/skills.visual-paradigm.com\/id\/","name":"Visual Paradigm Skills Indonesia","description":"","publisher":{"@id":"https:\/\/skills.visual-paradigm.com\/id\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/skills.visual-paradigm.com\/id\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"id"},{"@type":"Organization","@id":"https:\/\/skills.visual-paradigm.com\/id\/#organization","name":"Visual Paradigm Skills Indonesia","url":"https:\/\/skills.visual-paradigm.com\/id\/","logo":{"@type":"ImageObject","inLanguage":"id","@id":"https:\/\/skills.visual-paradigm.com\/id\/#\/schema\/logo\/image\/","url":"https:\/\/skills.visual-paradigm.com\/id\/wp-content\/uploads\/sites\/7\/2026\/02\/favicon.svg","contentUrl":"https:\/\/skills.visual-paradigm.com\/id\/wp-content\/uploads\/sites\/7\/2026\/02\/favicon.svg","width":70,"height":70,"caption":"Visual Paradigm Skills Indonesia"},"image":{"@id":"https:\/\/skills.visual-paradigm.com\/id\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/skills.visual-paradigm.com\/id\/wp-json\/wp\/v2\/docs\/872","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/skills.visual-paradigm.com\/id\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/skills.visual-paradigm.com\/id\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/id\/wp-json\/wp\/v2\/users\/1"}],"version-history":[{"count":0,"href":"https:\/\/skills.visual-paradigm.com\/id\/wp-json\/wp\/v2\/docs\/872\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/id\/wp-json\/wp\/v2\/docs\/868"}],"wp:attachment":[{"href":"https:\/\/skills.visual-paradigm.com\/id\/wp-json\/wp\/v2\/media?parent=872"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/id\/wp-json\/wp\/v2\/doc_tag?post=872"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}