{"id":360,"date":"2026-02-25T10:16:44","date_gmt":"2026-02-25T10:16:44","guid":{"rendered":"https:\/\/skills.visual-paradigm.com\/ru\/docs\/bpmn-diagram-types-explained\/bpmn-process-diagram\/visual-paradigm-bpmn-process-diagram\/"},"modified":"2026-02-25T10:16:44","modified_gmt":"2026-02-25T10:16:44","slug":"visual-paradigm-bpmn-process-diagram","status":"publish","type":"docs","link":"https:\/\/skills.visual-paradigm.com\/ru\/docs\/bpmn-diagram-types-explained\/bpmn-process-diagram\/visual-paradigm-bpmn-process-diagram\/","title":{"rendered":"Using Visual Paradigm to Create a Process Diagram"},"content":{"rendered":"<p>Never model a process without first asking: who will read this, and what do they need to know?<\/p>\n<p>This simple rule protects more than 90% of the value in your diagrams. If you design for everyone, you end up serving no one. A process diagram that\u2019s too detailed confuses stakeholders. One that\u2019s too vague fails to guide implementation.<\/p>\n<p>As someone who\u2019s guided over 100 process modeling initiatives, I\u2019ve seen teams waste months trying to make a single diagram satisfy executives, developers, and frontline staff. The solution isn\u2019t more complexity\u2014it\u2019s clarity through purpose.<\/p>\n<p>In this chapter, you\u2019ll learn how to create a BPMN process diagram in Visual Paradigm with precision and intent. We\u2019ll walk through every step\u2014from starting a new diagram to exporting it for stakeholder review\u2014while embedding real-world discipline.<\/p>\n<p>You\u2019ll gain a repeatable workflow that balances technical accuracy with human readability. By the end, you\u2019ll know how to model internal workflows that are not only correct but actionable.<\/p>\n<h2>Starting Your BPMN Process Diagram in Visual Paradigm<\/h2>\n<p>Open Visual Paradigm and select \u201cNew Project\u201d from the start screen.<\/p>\n<p>Create a new diagramand choose \u201cBusiness Process Diagram\u201d from the list of diagram types. This ensures you\u2019re working in the correct environment with the right notation library.<\/p>\n<p>Give your diagram a meaningful name early\u2014something like \u201cOrder Fulfillment Process \u2013 Internal\u201d rather than \u201cDiagram 1.\u201d Naming isn\u2019t just organization; it\u2019s communication.<\/p>\n<p>Visual Paradigm BPMN process diagram creation begins with a clean canvas. The tool provides a default start event, which you can drag and drop to reposition.<\/p>\n<h3>Adding Pools and Lanes<\/h3>\n<p>Even for internal processes, lanes help clarify ownership. Right-click the diagram canvas and choose \u201cAdd Lane\u201d under the \u201cPool\u201d context menu.<\/p>\n<p>For a single-actor process, you\u2019ll typically have one lane. Name it after the responsible role\u2014e.g., \u201cWarehouse Team\u201d or \u201cCustomer Service Agent.\u201d<\/p>\n<p>Use lanes to group related activities. Avoid putting unrelated tasks in the same lane, even if they\u2019re sequential. Clarity comes from logical grouping, not just space.<\/p>\n<p>Right-click a lane to add sub-lanes if you need to model team-level responsibilities within a department.<\/p>\n<h2>Building the Core Workflow<\/h2>\n<p>Now it\u2019s time to add the heart of your process: activities, events, and gateways.<\/p>\n<p>From the BPMN palette, drag a \u201cTask\u201d onto the canvas. Double-click it to edit the name\u2014be specific. Instead of \u201cProcess Order,\u201d use \u201cVerify Customer Credit Status.\u201d<\/p>\n<p>Connect the start event to your first task using a sequence flow. Visual Paradigm auto-creates the flow when you drag from one shape to another.<\/p>\n<p>When you need to model decision points, use a \u201cGateway\u201d (typically a diamond). Name it clearly: \u201cIs payment confirmed?\u201d not \u201cDecision.\u201d<\/p>\n<p>From each gateway, draw two or more sequence flows. Label each flow with the condition it represents\u2014e.g., \u201cYes\u201d or \u201cNo\u201d\u2014not just \u201cTrue\u201d or \u201cFalse.\u201d<\/p>\n<p>Use \u201cIntermediate Events\u201d to mark milestones, such as \u201cPayment Received\u201d or \u201cInventory Checked.\u201d These help readers track progress without decoding every task.<\/p>\n<h3>Best Practices for Sequence Flows and Flow Logic<\/h3>\n<ul>\n<li>Always ensure your diagram has a single start event and a single end event\u2014unless you\u2019re modeling a multi-instance or parallel process.<\/li>\n<li>Use sequence flows only between elements within the same pool or lane. Never cross lanes with sequence flows unless you\u2019re modeling a handoff.<\/li>\n<li>Label every sequence flow with a condition or outcome. Avoid ambiguous paths like \u201cNext Step.\u201d<\/li>\n<li>Keep flow lines from crossing. If they do, reposition elements or use swimlanes to separate logic.<\/li>\n<\/ul>\n<h2>Layout, Naming, and Validation<\/h2>\n<p>Visual Paradigm includes a built-in layout engine. Select \u201cAuto Layout\u201d from the \u201cDiagram\u201d menu to organize your diagram automatically.<\/p>\n<p>But don\u2019t rely solely on auto-layout. Review the result. Does it follow a top-to-bottom or left-to-right flow? Is the logic easy to trace?<\/p>\n<p>Manual adjustments often improve readability. Move tasks to group related actions. Align gateways and their outcomes so the path is visually clear.<\/p>\n<p>Use consistent naming conventions. If you use \u201cAction\u201d for tasks, don\u2019t switch to \u201cStep\u201d halfway through. Use past tense for completed actions (\u201cApproved,\u201d \u201cSent\u201d) and present tense for ongoing states (\u201cPending,\u201d \u201cIn Progress\u201d).<\/p>\n<h3>Using Visual Paradigm\u2019s Built-In Validation<\/h3>\n<p>Click the \u201cValidate\u201d button in the toolbar. Visual Paradigm checks for common errors: missing end events, unconnected flows, invalid gateways.<\/p>\n<p>Pay attention to warnings about missing data objects or incorrect event types. These aren\u2019t just syntax errors\u2014they signal logical gaps.<\/p>\n<p>For example, a \u201cTimer Event\u201d without a duration setting is invalid. A \u201cMessage Event\u201d without a message definition breaks the model\u2019s integrity.<\/p>\n<p>Fix validation issues early. They\u2019re not just technical glitches\u2014they\u2019re red flags that your process might not work as designed.<\/p>\n<h2>Reusing Process Fragments and Grouping Diagrams<\/h2>\n<p>One of Visual Paradigm\u2019s most powerful features is the ability to reuse process fragments.<\/p>\n<p>Create a sub-diagram\u2014like \u201cCredit Check Subprocess\u201d\u2014by selecting a group of tasks and right-clicking to \u201cCreate Subprocess.\u201d<\/p>\n<p>Now you can use this subprocess in multiple diagrams. Change it in one place, and all instances update automatically.<\/p>\n<p>This is critical when modeling complex processes with repeated steps\u2014like onboarding, approvals, or audits.<\/p>\n<p>Use folders in the Project Explorer to group related diagrams. For example, create a folder called \u201cOrder-to-Cash\u201d and place all related process diagrams inside.<\/p>\n<p>Label diagrams with version numbers or dates when they\u2019re part of a larger model. This prevents confusion when multiple iterations exist.<\/p>\n<h2>Exporting and Sharing Your Diagram<\/h2>\n<p>When your diagram is ready, go to \u201cFile\u201d \u2192 \u201cExport\u201d to generate a high-quality image.<\/p>\n<p>Choose PNG or SVG for web use. SVG is ideal for interactive documentation because it scales without losing clarity.<\/p>\n<p>For sharing with stakeholders, export as PDF. It preserves layout and is widely accessible.<\/p>\n<p>Visual Paradigm also supports direct sharing via email or cloud. Use the \u201cShare\u201d button to generate a link that others can view or comment on.<\/p>\n<p>For internal documentation, embed the diagram in a Confluence or SharePoint page using the embedded HTML code.<\/p>\n<h2>Visual Paradigm BPMN Tutorial: Step-by-Step Summary<\/h2>\n<ol>\n<li>Create a new BPMN project in Visual Paradigm.<\/li>\n<li>Select \u201cProcess Diagram\u201d as the diagram type.<\/li>\n<li>Add a pool and lane(s) to represent process ownership.<\/li>\n<li>Drag and connect start events, tasks, gateways, and end events.<\/li>\n<li>Label all sequence flows with clear conditions.<\/li>\n<li>Use \u201cAuto Layout\u201d and manually refine the structure for readability.<\/li>\n<li>Validate the diagram to catch logical errors.<\/li>\n<li>Reuse common subprocesses to maintain consistency.<\/li>\n<li>Organize diagrams in folders by business process or domain.<\/li>\n<li>Export as PNG, SVG, or PDF for sharing and documentation.<\/li>\n<\/ol>\n<h2>Frequently Asked Questions<\/h2>\n<h3>How to create a BPMN process diagram in Visual Paradigm?<\/h3>\n<p>Start by creating a new BPMN project, then choose \u201cProcess Diagram\u201d as the diagram type. Add a pool and lane for ownership, then build your workflow using tasks, events, gateways, and sequence flows. Use the validation tool to catch errors and auto-layout for better structure.<\/p>\n<h3>What are the Visual Paradigm process modeling steps?<\/h3>\n<p>They are: (1) Define the scope and audience, (2) Create a new process diagram, (3) Add pools and lanes, (4) Model the core workflow with events and tasks, (5) Use gateways for decisions, (6) Apply naming and layout standards, (7) Validate the model, (8) Reuse fragments where applicable, and (9) Export or share the diagram.<\/p>\n<h3>Can I model an executable process in Visual Paradigm?<\/h3>\n<p>Yes. Visual Paradigm supports executable BPMN. Use service tasks, data objects, and message flows that align with process engine requirements. Enable the \u201cExecutable\u201d flag in the diagram properties to mark it as deployable.<\/p>\n<h3>How do I keep multiple process diagrams consistent in Visual Paradigm?<\/h3>\n<p>Use shared subprocesses, common naming conventions, and a structured project folder. Link diagrams using references. Enable version control and use the \u201cCompare\u201d feature to detect changes across versions.<\/p>\n<h3>Is Visual Paradigm BPMN tutorial suitable for beginners?<\/h3>\n<p>Absolutely. The tool\u2019s intuitive interface, guided workflows, and built-in validation make it ideal for beginners. The step-by-step process modeling steps in this chapter provide a clear path from concept to deliverable.<\/p>\n<h3>What\u2019s the difference between a process diagram and a collaboration diagram in Visual Paradigm?<\/h3>\n<p>A process diagram shows internal workflow within a single pool. A collaboration diagram shows interactions between multiple pools. Use process diagrams for internal logic, collaboration diagrams for cross-functional or external handoffs.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Never model a process without first asking: who will read this, and what do they need to know? This simple rule protects more than 90% of the value in your diagrams. If you design for everyone, you end up serving no one. A process diagram that\u2019s too detailed confuses stakeholders. One that\u2019s too vague fails [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":356,"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-360","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>Visual Paradigm BPMN Process Diagram | Step-by-Step Tutorial<\/title>\n<meta name=\"description\" content=\"Learn how to create a BPMN process diagram in Visual Paradigm with this practical, step-by-step tutorial. Master process modeling steps, layout, validation, and sharing for real-world clarity and stakeholder alignment.\" \/>\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\/ru\/docs\/bpmn-diagram-types-explained\/bpmn-process-diagram\/visual-paradigm-bpmn-process-diagram\/\" \/>\n<meta property=\"og:locale\" content=\"ru_RU\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Visual Paradigm BPMN Process Diagram | Step-by-Step Tutorial\" \/>\n<meta property=\"og:description\" content=\"Learn how to create a BPMN process diagram in Visual Paradigm with this practical, step-by-step tutorial. Master process modeling steps, layout, validation, and sharing for real-world clarity and stakeholder alignment.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/skills.visual-paradigm.com\/ru\/docs\/bpmn-diagram-types-explained\/bpmn-process-diagram\/visual-paradigm-bpmn-process-diagram\/\" \/>\n<meta property=\"og:site_name\" content=\"Visual Paradigm Skills \u0420\u0443\u0441\u0441\u043a\u0438\u0439\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u041f\u0440\u0438\u043c\u0435\u0440\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f\" \/>\n\t<meta name=\"twitter:data1\" content=\"7 \u043c\u0438\u043d\u0443\u0442\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/ru\/docs\/bpmn-diagram-types-explained\/bpmn-process-diagram\/visual-paradigm-bpmn-process-diagram\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/ru\/docs\/bpmn-diagram-types-explained\/bpmn-process-diagram\/visual-paradigm-bpmn-process-diagram\/\",\"name\":\"Visual Paradigm BPMN Process Diagram | Step-by-Step Tutorial\",\"isPartOf\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/ru\/#website\"},\"datePublished\":\"2026-02-25T10:16:44+00:00\",\"description\":\"Learn how to create a BPMN process diagram in Visual Paradigm with this practical, step-by-step tutorial. Master process modeling steps, layout, validation, and sharing for real-world clarity and stakeholder alignment.\",\"breadcrumb\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/ru\/docs\/bpmn-diagram-types-explained\/bpmn-process-diagram\/visual-paradigm-bpmn-process-diagram\/#breadcrumb\"},\"inLanguage\":\"ru-RU\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/skills.visual-paradigm.com\/ru\/docs\/bpmn-diagram-types-explained\/bpmn-process-diagram\/visual-paradigm-bpmn-process-diagram\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/ru\/docs\/bpmn-diagram-types-explained\/bpmn-process-diagram\/visual-paradigm-bpmn-process-diagram\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/skills.visual-paradigm.com\/ru\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"BPMN Diagram Types Explained\",\"item\":\"https:\/\/skills.visual-paradigm.com\/ru\/docs\/bpmn-diagram-types-explained\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Process Diagrams \u2014 Modeling Internal Workflows\",\"item\":\"https:\/\/skills.visual-paradigm.com\/ru\/docs\/bpmn-diagram-types-explained\/bpmn-process-diagram\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Using Visual Paradigm to Create a Process Diagram\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/ru\/#website\",\"url\":\"https:\/\/skills.visual-paradigm.com\/ru\/\",\"name\":\"Visual Paradigm Skills \u0420\u0443\u0441\u0441\u043a\u0438\u0439\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/ru\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/skills.visual-paradigm.com\/ru\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ru-RU\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/ru\/#organization\",\"name\":\"Visual Paradigm Skills \u0420\u0443\u0441\u0441\u043a\u0438\u0439\",\"url\":\"https:\/\/skills.visual-paradigm.com\/ru\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ru-RU\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/ru\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/ru\/wp-content\/uploads\/sites\/10\/2026\/02\/favicon.svg\",\"contentUrl\":\"https:\/\/skills.visual-paradigm.com\/ru\/wp-content\/uploads\/sites\/10\/2026\/02\/favicon.svg\",\"width\":70,\"height\":70,\"caption\":\"Visual Paradigm Skills \u0420\u0443\u0441\u0441\u043a\u0438\u0439\"},\"image\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/ru\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Visual Paradigm BPMN Process Diagram | Step-by-Step Tutorial","description":"Learn how to create a BPMN process diagram in Visual Paradigm with this practical, step-by-step tutorial. Master process modeling steps, layout, validation, and sharing for real-world clarity and stakeholder alignment.","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\/ru\/docs\/bpmn-diagram-types-explained\/bpmn-process-diagram\/visual-paradigm-bpmn-process-diagram\/","og_locale":"ru_RU","og_type":"article","og_title":"Visual Paradigm BPMN Process Diagram | Step-by-Step Tutorial","og_description":"Learn how to create a BPMN process diagram in Visual Paradigm with this practical, step-by-step tutorial. Master process modeling steps, layout, validation, and sharing for real-world clarity and stakeholder alignment.","og_url":"https:\/\/skills.visual-paradigm.com\/ru\/docs\/bpmn-diagram-types-explained\/bpmn-process-diagram\/visual-paradigm-bpmn-process-diagram\/","og_site_name":"Visual Paradigm Skills \u0420\u0443\u0441\u0441\u043a\u0438\u0439","twitter_card":"summary_large_image","twitter_misc":{"\u041f\u0440\u0438\u043c\u0435\u0440\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f":"7 \u043c\u0438\u043d\u0443\u0442"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/skills.visual-paradigm.com\/ru\/docs\/bpmn-diagram-types-explained\/bpmn-process-diagram\/visual-paradigm-bpmn-process-diagram\/","url":"https:\/\/skills.visual-paradigm.com\/ru\/docs\/bpmn-diagram-types-explained\/bpmn-process-diagram\/visual-paradigm-bpmn-process-diagram\/","name":"Visual Paradigm BPMN Process Diagram | Step-by-Step Tutorial","isPartOf":{"@id":"https:\/\/skills.visual-paradigm.com\/ru\/#website"},"datePublished":"2026-02-25T10:16:44+00:00","description":"Learn how to create a BPMN process diagram in Visual Paradigm with this practical, step-by-step tutorial. Master process modeling steps, layout, validation, and sharing for real-world clarity and stakeholder alignment.","breadcrumb":{"@id":"https:\/\/skills.visual-paradigm.com\/ru\/docs\/bpmn-diagram-types-explained\/bpmn-process-diagram\/visual-paradigm-bpmn-process-diagram\/#breadcrumb"},"inLanguage":"ru-RU","potentialAction":[{"@type":"ReadAction","target":["https:\/\/skills.visual-paradigm.com\/ru\/docs\/bpmn-diagram-types-explained\/bpmn-process-diagram\/visual-paradigm-bpmn-process-diagram\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/skills.visual-paradigm.com\/ru\/docs\/bpmn-diagram-types-explained\/bpmn-process-diagram\/visual-paradigm-bpmn-process-diagram\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/skills.visual-paradigm.com\/ru\/"},{"@type":"ListItem","position":2,"name":"BPMN Diagram Types Explained","item":"https:\/\/skills.visual-paradigm.com\/ru\/docs\/bpmn-diagram-types-explained\/"},{"@type":"ListItem","position":3,"name":"Process Diagrams \u2014 Modeling Internal Workflows","item":"https:\/\/skills.visual-paradigm.com\/ru\/docs\/bpmn-diagram-types-explained\/bpmn-process-diagram\/"},{"@type":"ListItem","position":4,"name":"Using Visual Paradigm to Create a Process Diagram"}]},{"@type":"WebSite","@id":"https:\/\/skills.visual-paradigm.com\/ru\/#website","url":"https:\/\/skills.visual-paradigm.com\/ru\/","name":"Visual Paradigm Skills \u0420\u0443\u0441\u0441\u043a\u0438\u0439","description":"","publisher":{"@id":"https:\/\/skills.visual-paradigm.com\/ru\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/skills.visual-paradigm.com\/ru\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ru-RU"},{"@type":"Organization","@id":"https:\/\/skills.visual-paradigm.com\/ru\/#organization","name":"Visual Paradigm Skills \u0420\u0443\u0441\u0441\u043a\u0438\u0439","url":"https:\/\/skills.visual-paradigm.com\/ru\/","logo":{"@type":"ImageObject","inLanguage":"ru-RU","@id":"https:\/\/skills.visual-paradigm.com\/ru\/#\/schema\/logo\/image\/","url":"https:\/\/skills.visual-paradigm.com\/ru\/wp-content\/uploads\/sites\/10\/2026\/02\/favicon.svg","contentUrl":"https:\/\/skills.visual-paradigm.com\/ru\/wp-content\/uploads\/sites\/10\/2026\/02\/favicon.svg","width":70,"height":70,"caption":"Visual Paradigm Skills \u0420\u0443\u0441\u0441\u043a\u0438\u0439"},"image":{"@id":"https:\/\/skills.visual-paradigm.com\/ru\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/skills.visual-paradigm.com\/ru\/wp-json\/wp\/v2\/docs\/360","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/skills.visual-paradigm.com\/ru\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/skills.visual-paradigm.com\/ru\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/ru\/wp-json\/wp\/v2\/users\/1"}],"version-history":[{"count":0,"href":"https:\/\/skills.visual-paradigm.com\/ru\/wp-json\/wp\/v2\/docs\/360\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/ru\/wp-json\/wp\/v2\/docs\/356"}],"wp:attachment":[{"href":"https:\/\/skills.visual-paradigm.com\/ru\/wp-json\/wp\/v2\/media?parent=360"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/ru\/wp-json\/wp\/v2\/doc_tag?post=360"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}