{"id":893,"date":"2026-02-25T10:26:11","date_gmt":"2026-02-25T10:26:11","guid":{"rendered":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/epc-diagram-fundamentals\/epc-in-business-process-management\/epc-process-automation-digital-transformation\/"},"modified":"2026-02-25T10:26:11","modified_gmt":"2026-02-25T10:26:11","slug":"epc-process-automation-digital-transformation","status":"publish","type":"docs","link":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/epc-diagram-fundamentals\/epc-in-business-process-management\/epc-process-automation-digital-transformation\/","title":{"rendered":"Integrating EPC into Digital Transformation and Process Automation Strategies"},"content":{"rendered":"<p>Many beginners ask, \u201cCan I just sketch this process quickly and see if it works?\u201d That\u2019s a common starting point\u2014but it\u2019s also where most automation efforts fail. Overlooking structure early leads to misaligned workflows, duplicated effort, and automation that doesn\u2019t scale.<\/p>\n<p>After 20 years modeling enterprise processes, I\u2019ve seen the same pain: teams rush to automate without first validating logic, only to discover that the process itself is flawed. The real power of EPC process automation lies not in speed\u2014but in precision. It\u2019s not about drawing faster. It\u2019s about modeling smarter.<\/p>\n<p>This chapter shows how EPC modeling becomes the foundational blueprint for process automation, enabling clear workflow analysis, automation readiness assessment, and seamless integration into digital transformation initiatives. You\u2019ll learn how to use EPC not just as a documentation tool, but as a strategic lever for business agility.<\/p>\n<h2>Why EPC Is the Foundation of Automation Readiness<\/h2>\n<p>Every automation initiative begins with a question: \u201cIs the process ready to be automated?\u201d Too often, teams answer yes before validating the process logic. EPC modeling removes guesswork.<\/p>\n<p>By mapping business events and functions with strict event-state consistency, EPC reveals hidden bottlenecks, redundant steps, and decision loops that undermine automation. The clarity of EPC flow exposes inefficiencies before a single line of code is written.<\/p>\n<p>Consider a customer onboarding workflow. A poorly structured process might show \u201cApprove Application\u201d as a single function, but EPC exposes the underlying decision logic: Is the applicant verified? Is documentation complete? Are compliance checks passed?<\/p>\n<h3>Key Benefits of EPC for Automation Readiness<\/h3>\n<ul>\n<li><strong>Clear decision boundaries<\/strong> \u2013 EPC\u2019s event-driven logic makes it easy to identify where automation can be applied.<\/li>\n<li><strong>Consistent state transitions<\/strong> \u2013 Every event defines a clear trigger and outcome, essential for reliable workflow engines.<\/li>\n<li><strong>Scalability through modular design<\/strong> \u2013 Complex processes can be broken into reusable EPC sub-chains.<\/li>\n<li><strong>Alignment with system integration points<\/strong> \u2013 Functions map directly to system tasks, making interface design intuitive.<\/li>\n<\/ul>\n<h2>Mapping EPC to Automation: The Process Automation Model<\/h2>\n<p>Think of EPC not as a diagram, but as a <em>process automation model<\/em>. Each function represents a potential automation task\u2014whether in a workflow engine, RPA bot, or API call.<\/p>\n<p>When designing for automation, ensure every function is:<\/p>\n<ul>\n<li>Unambiguous in purpose<\/li>\n<li>Triggered by a well-defined event<\/li>\n<li>Independent from other functions where possible<\/li>\n<li>Measurable and trackable<\/li>\n<\/ul>\n<p>For example, in a loan approval EPC, \u201cVerify Credit Score\u201d is a function that can be automated via a third-party API. The event \u201cLoan Application Received\u201d triggers the function, and the outcome\u2014\u201cCredit Score Verified\u201d or \u201cRejection on Risk\u201d \u2014becomes the next event.<\/p>\n<h3>Transitioning EPC to Automation: A Step-by-Step Framework<\/h3>\n<ol>\n<li><strong>Identify automation-ready functions<\/strong> \u2013 Look for functions with fixed inputs, deterministic outputs, and no human judgment.<\/li>\n<li><strong>Map functions to system tasks<\/strong> \u2013 Assign each automation-ready function to a software component (e.g., ERP, CRM, workflow engine).<\/li>\n<li><strong>Validate event-state dependencies<\/strong> \u2013 Ensure no function is skipped or out of sequence due to missing event triggers.<\/li>\n<li><strong>Test the automation logic<\/strong> \u2013 Simulate end-to-end flow with test data to confirm events trigger functions correctly.<\/li>\n<li><strong>Integrate with monitoring tools<\/strong> \u2013 Attach KPIs like cycle time, error rates, and exception counts to each function for performance tracking.<\/li>\n<\/ol>\n<h2>Aligning EPC with Digital Transformation Goals<\/h2>\n<p>EPC digital transformation isn\u2019t a one-off project. It\u2019s a continuous alignment between business logic and technological change.<\/p>\n<p>When used strategically, EPC diagrams serve as living documents that evolve with business needs. They help leadership visualize progress, identify automation opportunities, and measure transformation impact.<\/p>\n<p>For example, a logistics company used EPC to map its delivery process. The diagram revealed that 40% of delays originated from manual dispatch decisions. They automated those decisions using a rule-based engine, reducing delays by 60% and freeing up staff for higher-value tasks.<\/p>\n<h3>How EPC Supports Transformation Objectives<\/h3>\n<table>\n<tbody>\n<tr>\n<th>Transformation Goal<\/th>\n<th>How EPC Enables It<\/th>\n<\/tr>\n<tr>\n<td>Process standardization<\/td>\n<td>EPC enforces consistent logic across departments and systems.<\/td>\n<\/tr>\n<tr>\n<td>End-to-end visibility<\/td>\n<td>Event chains show full workflow path, including handoffs and dependencies.<\/td>\n<\/tr>\n<tr>\n<td>Change management<\/td>\n<td>Before\/after EPC models clearly show process improvements.<\/td>\n<\/tr>\n<tr>\n<td>Integration planning<\/td>\n<td>Functions reveal where system APIs or data exchanges are needed.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2>Optimizing EPC for Automation: Best Practices<\/h2>\n<p>Not all EPCs are equally suited for automation. Optimization is not about aesthetics\u2014it\u2019s about creating a model that\u2019s executable, maintainable, and scalable.<\/p>\n<p>Here are three non-negotiables for EPC optimization:<\/p>\n<ul>\n<li><strong>Eliminate ambiguity in functions<\/strong> \u2013 Avoid vague labels like \u201cHandle Request.\u201d Instead, use \u201cValidate Account Details via CRM API.\u201d<\/li>\n<li><strong>Standardize event naming<\/strong> \u2013 Use consistent formats like \u201c[Subject] [Event]\u201d (e.g., \u201cCustomer Order Placed\u201d).<\/li>\n<li><strong>Use logical gateways correctly<\/strong> \u2013 Ensure AND, OR, XOR gates reflect actual business conditions. Misuse here leads to automation errors.<\/li>\n<\/ul>\n<p>I once reviewed an EPC where a \u201cWait for Approval\u201d function was used to represent a 48-hour delay. The diagram didn\u2019t show the event that would trigger the next step. The automation failed because no event signaled the end of the wait. That\u2019s why clarity in event-state transition is critical.<\/p>\n<h2>Case in Point: EPC in a Retail Order Fulfillment Workflow<\/h2>\n<p>Consider a retail e-commerce platform. The order fulfillment process involves multiple systems: inventory, shipping, and customer notification.<\/p>\n<p>Using EPC, the team mapped the entire chain:<\/p>\n<p><code>Order Placed \u2192 Verify Inventory \u2192 Reserve Stock \u2192 Generate Shipping Label \u2192 Notify Customer<\/code><\/p>\n<p>Each function was reviewed for automation potential:<\/p>\n<ul>\n<li>\u201cVerify Inventory\u201d \u2192 API call to inventory system<\/li>\n<li>\u201cReserve Stock\u201d \u2192 Automated lock via ERP<\/li>\n<li>\u201cGenerate Shipping Label\u201d \u2192 API call to carrier<\/li>\n<li>\u201cNotify Customer\u201d \u2192 Email via CRM<\/li>\n<\/ul>\n<p>With EPC as the model, the team built a workflow engine that triggered each function in sequence, with event-based branching for exceptions (e.g., \u201cStock Not Available\u201d \u2192 \u201cNotify Customer and Cancel Order\u201d).<\/p>\n<p>The result? Order processing time dropped from 12 hours to under 20 minutes, with over 90% of cases fully automated.<\/p>\n<h2>Frequently Asked Questions<\/h2>\n<h3>How does EPC process automation differ from traditional workflow tools?<\/h3>\n<p>Workflow tools execute predefined paths. EPC process automation uses event-driven logic to determine the correct path. EPC ensures the workflow reflects actual business conditions\u2014not assumptions.<\/p>\n<h3>Can EPC be used in Agile environments?<\/h3>\n<p>Absolutely. EPC diagrams are lightweight, easy to update, and can be used in sprint planning to model user stories. They help teams break down complex features into event-triggered functions.<\/p>\n<h3>What if my process has loops or feedback?<\/h3>\n<p>EPC handles loops through event-based re-entry. For example, \u201cPayment Failed\u201d triggers a function to retry, then loops back to \u201cTry Again.\u201d Use the \u201cX\u201d connector to show the feedback path.<\/p>\n<h3>How do I ensure EPC models stay current with process changes?<\/h3>\n<p>Use version control and link EPCs to change logs. Update the model after every significant change. Pair EPC with a change management process to track modifications.<\/p>\n<h3>Should I use EPC or BPMN for automation modeling?<\/h3>\n<p>Use EPC for high-level analysis and automation readiness. Use BPMN when detailed execution logic, swimlanes, or human tasks are involved. EPC is faster to build and more focused on event logic.<\/p>\n<h3>How do I measure the success of EPC optimization?<\/h3>\n<p>Track these metrics: cycle time reduction, error rate per function, automation rate, and stakeholder feedback. A well-optimized EPC shows measurable improvements in these KPIs.<\/p>\n<p>Remember: EPC optimization isn\u2019t about perfect diagrams. It\u2019s about creating a model that reflects reality and drives real change.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Many beginners ask, \u201cCan I just sketch this process quickly and see if it works?\u201d That\u2019s a common starting point\u2014but it\u2019s also where most automation efforts fail. Overlooking structure early leads to misaligned workflows, duplicated effort, and automation that doesn\u2019t scale. After 20 years modeling enterprise processes, I\u2019ve seen the same pain: teams rush to [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":890,"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-893","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 Process Automation: Driving Digital Transformation<\/title>\n<meta name=\"description\" content=\"Leverage EPC process automation to align workflows with digital transformation goals. Build a robust process automation model for enterprise-wide optimization and system integration.\" \/>\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\/pt\/docs\/epc-diagram-fundamentals\/epc-in-business-process-management\/epc-process-automation-digital-transformation\/\" \/>\n<meta property=\"og:locale\" content=\"pt_PT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"EPC Process Automation: Driving Digital Transformation\" \/>\n<meta property=\"og:description\" content=\"Leverage EPC process automation to align workflows with digital transformation goals. Build a robust process automation model for enterprise-wide optimization and system integration.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/epc-diagram-fundamentals\/epc-in-business-process-management\/epc-process-automation-digital-transformation\/\" \/>\n<meta property=\"og:site_name\" content=\"Visual Paradigm Skills Portugu\u00eas\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tempo estimado de leitura\" \/>\n\t<meta name=\"twitter:data1\" content=\"6 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/epc-diagram-fundamentals\/epc-in-business-process-management\/epc-process-automation-digital-transformation\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/epc-diagram-fundamentals\/epc-in-business-process-management\/epc-process-automation-digital-transformation\/\",\"name\":\"EPC Process Automation: Driving Digital Transformation\",\"isPartOf\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/#website\"},\"datePublished\":\"2026-02-25T10:26:11+00:00\",\"description\":\"Leverage EPC process automation to align workflows with digital transformation goals. Build a robust process automation model for enterprise-wide optimization and system integration.\",\"breadcrumb\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/epc-diagram-fundamentals\/epc-in-business-process-management\/epc-process-automation-digital-transformation\/#breadcrumb\"},\"inLanguage\":\"pt-PT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/epc-diagram-fundamentals\/epc-in-business-process-management\/epc-process-automation-digital-transformation\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/epc-diagram-fundamentals\/epc-in-business-process-management\/epc-process-automation-digital-transformation\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/skills.visual-paradigm.com\/pt\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"EPC Diagram Fundamentals: A Beginner\u2019s Guide to Process Modeling\",\"item\":\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/epc-diagram-fundamentals\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Applying EPC in Broader Contexts\",\"item\":\"https:\/\/skills.visual-paradigm.com\/pt\/docs\/epc-diagram-fundamentals\/epc-in-business-process-management\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Integrating EPC into Digital Transformation and Process Automation Strategies\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/#website\",\"url\":\"https:\/\/skills.visual-paradigm.com\/pt\/\",\"name\":\"Visual Paradigm Skills Portugu\u00eas\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/skills.visual-paradigm.com\/pt\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"pt-PT\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/#organization\",\"name\":\"Visual Paradigm Skills Portugu\u00eas\",\"url\":\"https:\/\/skills.visual-paradigm.com\/pt\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-PT\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/pt\/wp-content\/uploads\/sites\/9\/2026\/02\/favicon.svg\",\"contentUrl\":\"https:\/\/skills.visual-paradigm.com\/pt\/wp-content\/uploads\/sites\/9\/2026\/02\/favicon.svg\",\"width\":70,\"height\":70,\"caption\":\"Visual Paradigm Skills Portugu\u00eas\"},\"image\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/pt\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"EPC Process Automation: Driving Digital Transformation","description":"Leverage EPC process automation to align workflows with digital transformation goals. Build a robust process automation model for enterprise-wide optimization and system integration.","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\/pt\/docs\/epc-diagram-fundamentals\/epc-in-business-process-management\/epc-process-automation-digital-transformation\/","og_locale":"pt_PT","og_type":"article","og_title":"EPC Process Automation: Driving Digital Transformation","og_description":"Leverage EPC process automation to align workflows with digital transformation goals. Build a robust process automation model for enterprise-wide optimization and system integration.","og_url":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/epc-diagram-fundamentals\/epc-in-business-process-management\/epc-process-automation-digital-transformation\/","og_site_name":"Visual Paradigm Skills Portugu\u00eas","twitter_card":"summary_large_image","twitter_misc":{"Tempo estimado de leitura":"6 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/epc-diagram-fundamentals\/epc-in-business-process-management\/epc-process-automation-digital-transformation\/","url":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/epc-diagram-fundamentals\/epc-in-business-process-management\/epc-process-automation-digital-transformation\/","name":"EPC Process Automation: Driving Digital Transformation","isPartOf":{"@id":"https:\/\/skills.visual-paradigm.com\/pt\/#website"},"datePublished":"2026-02-25T10:26:11+00:00","description":"Leverage EPC process automation to align workflows with digital transformation goals. Build a robust process automation model for enterprise-wide optimization and system integration.","breadcrumb":{"@id":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/epc-diagram-fundamentals\/epc-in-business-process-management\/epc-process-automation-digital-transformation\/#breadcrumb"},"inLanguage":"pt-PT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/skills.visual-paradigm.com\/pt\/docs\/epc-diagram-fundamentals\/epc-in-business-process-management\/epc-process-automation-digital-transformation\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/epc-diagram-fundamentals\/epc-in-business-process-management\/epc-process-automation-digital-transformation\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/skills.visual-paradigm.com\/pt\/"},{"@type":"ListItem","position":2,"name":"EPC Diagram Fundamentals: A Beginner\u2019s Guide to Process Modeling","item":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/epc-diagram-fundamentals\/"},{"@type":"ListItem","position":3,"name":"Applying EPC in Broader Contexts","item":"https:\/\/skills.visual-paradigm.com\/pt\/docs\/epc-diagram-fundamentals\/epc-in-business-process-management\/"},{"@type":"ListItem","position":4,"name":"Integrating EPC into Digital Transformation and Process Automation Strategies"}]},{"@type":"WebSite","@id":"https:\/\/skills.visual-paradigm.com\/pt\/#website","url":"https:\/\/skills.visual-paradigm.com\/pt\/","name":"Visual Paradigm Skills Portugu\u00eas","description":"","publisher":{"@id":"https:\/\/skills.visual-paradigm.com\/pt\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/skills.visual-paradigm.com\/pt\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pt-PT"},{"@type":"Organization","@id":"https:\/\/skills.visual-paradigm.com\/pt\/#organization","name":"Visual Paradigm Skills Portugu\u00eas","url":"https:\/\/skills.visual-paradigm.com\/pt\/","logo":{"@type":"ImageObject","inLanguage":"pt-PT","@id":"https:\/\/skills.visual-paradigm.com\/pt\/#\/schema\/logo\/image\/","url":"https:\/\/skills.visual-paradigm.com\/pt\/wp-content\/uploads\/sites\/9\/2026\/02\/favicon.svg","contentUrl":"https:\/\/skills.visual-paradigm.com\/pt\/wp-content\/uploads\/sites\/9\/2026\/02\/favicon.svg","width":70,"height":70,"caption":"Visual Paradigm Skills Portugu\u00eas"},"image":{"@id":"https:\/\/skills.visual-paradigm.com\/pt\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/skills.visual-paradigm.com\/pt\/wp-json\/wp\/v2\/docs\/893","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/skills.visual-paradigm.com\/pt\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/skills.visual-paradigm.com\/pt\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/pt\/wp-json\/wp\/v2\/users\/1"}],"version-history":[{"count":0,"href":"https:\/\/skills.visual-paradigm.com\/pt\/wp-json\/wp\/v2\/docs\/893\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/pt\/wp-json\/wp\/v2\/docs\/890"}],"wp:attachment":[{"href":"https:\/\/skills.visual-paradigm.com\/pt\/wp-json\/wp\/v2\/media?parent=893"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/pt\/wp-json\/wp\/v2\/doc_tag?post=893"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}