{"id":1201,"date":"2026-02-25T10:37:27","date_gmt":"2026-02-25T10:37:27","guid":{"rendered":"https:\/\/skills.visual-paradigm.com\/de\/docs\/modeling-customer-journeys-with-bpmn\/end-to-end-journey-examples-in-bpmn\/retention-journey-bpmn\/"},"modified":"2026-02-25T10:37:27","modified_gmt":"2026-02-25T10:37:27","slug":"retention-journey-bpmn","status":"publish","type":"docs","link":"https:\/\/skills.visual-paradigm.com\/de\/docs\/modeling-customer-journeys-with-bpmn\/end-to-end-journey-examples-in-bpmn\/retention-journey-bpmn\/","title":{"rendered":"Retention Journey: Renewals, Upgrades, and Churn Risk"},"content":{"rendered":"<p>Retention isn&#8217;t just about reacting to cancellations\u2014it&#8217;s about anticipating them. A well-modeled retention journey BPMN gives you visibility into when a customer is at risk, what triggers intervention, and how to route each outcome\u2014renewal, upgrade, or churn\u2014through a structured, measurable flow.<\/p>\n<p>When I started modeling retention workflows, I quickly realized most teams were treating renewals as a simple &#8222;send email, wait for reply&#8220; loop. But customer behavior is far more nuanced. A real retention journey BPMN captures not just actions, but conditions: usage patterns, inactivity duration, support ticket volume, and even sentiment in feedback.<\/p>\n<p>Here, you\u2019ll learn how to translate those signals into a BPMN model that reflects the full lifecycle\u2014from monitoring churn risk to triggering personalized outreach\u2014and then capturing the outcome with precision.<\/p>\n<h2>Designing the Proactive Retention Journey<\/h2>\n<p>Most renewal processes are reactive. Customers get a reminder at the last minute. But the most effective retention journey BPMN begins long before the renewal date.<\/p>\n<p>Start by identifying the <strong>trigger events<\/strong> that signal a customer\u2019s attention\u2014or disengagement. These could be:<\/p>\n<ul>\n<li>Service usage dropping below a threshold<\/li>\n<li>No login in 45 days<\/li>\n<li>Multiple failed support interactions<\/li>\n<li>Positive feedback followed by silence<\/li>\n<\/ul>\n<p>These aren\u2019t just data points\u2014they\u2019re signals embedded in the process flow. In BPMN, use <strong>message events<\/strong> or <strong>timer events<\/strong> to represent these triggers, linked to a decision gateway that determines the response.<\/p>\n<h3>Modeling the Three Key Paths<\/h3>\n<p>A retention journey BPMN must capture three distinct outcomes. The structure should reflect this from the start:<\/p>\n<ol>\n<li><strong>Renewal<\/strong> \u2013 The customer renews without friction.<\/li>\n<li><strong>Upgrade<\/strong> \u2013 The customer is offered a better plan.<\/li>\n<li><strong>Churn Risk<\/strong> \u2013 The customer shows signs of leaving, requiring intervention.<\/li>\n<\/ol>\n<p>Use a <strong>data-based gateway<\/strong> after your monitoring phase. For example:<\/p>\n<pre><code>Customer Usage &lt; 30% of plan? \u2192 Yes \u2192 Churn Risk Path\n         \u2192 No \u2192 Evaluate Upgrade Potential<\/code><\/pre>\n<p>Each branch leads to a different set of activities\u2014some automated, some requiring human touch.<\/p>\n<h2>Key BPMN Elements for Retention<\/h2>\n<p>Here\u2019s how to use BPMN constructs to model retention with precision and clarity.<\/p>\n<h3>Timer Events to Automate Timing<\/h3>\n<p>Renewal reminders aren\u2019t just &#8222;send email.&#8220; They must occur at the right time. Use <strong>timer events<\/strong> to schedule actions:<\/p>\n<ul>\n<li><code>Timer: 30 days before renewal<\/code> \u2192 Send renewal reminder<\/li>\n<li><code>Timer: 7 days before renewal<\/code> \u2192 Send final notice<\/li>\n<li><code>Timer: 1 day after renewal<\/code> \u2192 Send confirmation + welcome pack<\/li>\n<\/ul>\n<p>This ensures your timing is predictable and repeatable\u2014no more missed emails or last-minute panic.<\/p>\n<h3>Message Events for External Data Triggers<\/h3>\n<p>Retention isn\u2019t isolated. It integrates with CRM, support systems, and product analytics. Use <strong>message events<\/strong> to import signals:<\/p>\n<ul>\n<li>Message from CRM: \u201cCustomer has 3+ support tickets in 30 days\u201d<\/li>\n<li>Message from analytics: \u201cUser engagement dropped by 60%\u201d<\/li>\n<li>Message from feedback tool: \u201cNegative sentiment detected in NPS survey\u201d<\/li>\n<\/ul>\n<p>These messages can trigger a <strong>subprocess<\/strong> labeled \u201cChurn Risk Assessment\u201d or \u201cRetention Outreach.\u201d<\/p>\n<h3>Boundary Events for Exception Handling<\/h3>\n<p>What if the renewal email fails? What if the customer clicks but doesn\u2019t complete the form?<\/p>\n<p>Use <strong>boundary events<\/strong> on send tasks to model failures:<\/p>\n<ul>\n<li>Boundary event: \u201cEmail failed to send\u201d \u2192 Retry or escalate to agent<\/li>\n<li>Boundary event: \u201cUser abandoned form\u201d \u2192 Trigger re-engagement email<\/li>\n<\/ul>\n<p>This keeps your main flow clean while capturing where things go wrong.<\/p>\n<h2>Mapping the Three Pathways<\/h2>\n<p>Each outcome\u2014renewal, upgrade, churn\u2014should follow its own logical path. Here\u2019s how to structure them in your BPMN diagram.<\/p>\n<h3>Path 1: Renewal (Automatic)<\/h3>\n<p>When usage is stable and no churn signals are detected, the system can auto-renew. This path includes:<\/p>\n<ul>\n<li>Payment processing (automated)<\/li>\n<li>Confirmation email (send)<\/li>\n<li>Update CRM status to \u201cRenewed\u201d<\/li>\n<li>Close retention case<\/li>\n<\/ul>\n<p>Use a <strong>default flow<\/strong> for this path. It requires no decision\u2014just execution.<\/p>\n<h3>Path 2: Upgrade (Opportunity)<\/h3>\n<p>When usage is high, but license isn\u2019t maxed, that\u2019s a chance for an upgrade. This path includes:<\/p>\n<ul>\n<li>Trigger: \u201cUsage &gt; 80% of current plan\u201d<\/li>\n<li>Send tailored upgrade offer (email or in-app)<\/li>\n<li>Wait 48 hours for response<\/li>\n<li>If accepted \u2192 Process upgrade<\/li>\n<li>If ignored \u2192 Escalate to sales rep<\/li>\n<\/ul>\n<p>Use a <strong>parallel gateway<\/strong> to handle both the offer and the follow-up.<\/p>\n<h3>Path 3: Churn Risk (Intervention)<\/h3>\n<p>This is where empathy and strategy meet. When signals suggest churn, the journey shifts to intervention:<\/p>\n<ul>\n<li>Trigger: \u201cNo login in 45 days + 2 support complaints\u201d<\/li>\n<li>Send personalized email: \u201cWe miss you\u201d<\/li>\n<li>Wait 72 hours<\/li>\n<li>If no response \u2192 Call agent<\/li>\n<li>If response \u2192 Schedule call + offer retention incentive<\/li>\n<li>After call: Update case status and re-evaluate<\/li>\n<\/ul>\n<p>Use a <strong>subprocess<\/strong> to model the retention call flow\u2014keeping the main diagram clean.<\/p>\n<h2>Best Practices for Retention Journey BPMN<\/h2>\n<p>Modeling retention isn\u2019t just about creating a flow. It\u2019s about building a system that learns, adapts, and improves over time.<\/p>\n<h3>Use a Standardized Workflow Pattern<\/h3>\n<p>Adopt a consistent structure across all retention journeys. Define a reusable template with:<\/p>\n<ul>\n<li>A monitoring phase (timer\/events)<\/li>\n<li>A decision point (data gateway)<\/li>\n<li>Three outcome branches<\/li>\n<li>Clear ownership (lanes for CRM, Sales, Support)<\/li>\n<\/ul>\n<p>Reusing this pattern reduces cognitive load and improves stakeholder alignment.<\/p>\n<h3>Link to KPIs and Metrics<\/h3>\n<p>Every activity should connect to a metric. For example:<\/p>\n<table>\n<tbody>\n<tr>\n<th>Activity<\/th>\n<th>Target KPI<\/th>\n<th>Measurement Method<\/th>\n<\/tr>\n<tr>\n<td>Send renewal email<\/td>\n<td>Open rate \u2265 70%<\/td>\n<td>Email tracking<\/td>\n<\/tr>\n<tr>\n<td>Send upgrade offer<\/td>\n<td>Conversion rate \u2265 15%<\/td>\n<td>Click &amp; purchase tracking<\/td>\n<\/tr>\n<tr>\n<td>Intervention call<\/td>\n<td>Retention rate \u2265 60%<\/td>\n<td>Post-call status in CRM<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Attach these to your model using annotations or metadata fields. This turns BPMN into a performance dashboard.<\/p>\n<h3>Keep the Customer in the Lane<\/h3>\n<p>Always place the customer in their own lane or pool. It\u2019s tempting to merge them with the \u201cSupport\u201d or \u201cSales\u201d lane, but that obscures ownership and experience.<\/p>\n<p>Use a <strong>customer pool<\/strong> with lanes for \u201cCustomer View,\u201d \u201cCRM System,\u201d \u201cSales Agent,\u201d and \u201cFinance.\u201d This makes it clear who sees what\u2014and when.<\/p>\n<h2>Common Pitfalls and How to Avoid Them<\/h2>\n<p>Even with solid design, retention journey BPMN can go off track. Here are the most frequent missteps and fixes.<\/p>\n<ul>\n<li><strong>Pitfall:<\/strong> Using a single \u201csend email\u201d task for all outreach.<\/li>\n<li><strong>Solution:<\/strong> Split into \u201cSend Reminder,\u201d \u201cSend Upgrade Offer,\u201d and \u201cSend Churn Intervention.\u201d Each has different triggers, content, and outcomes.<\/li>\n<\/ul>\n<ul>\n<li><strong>Pitfall:<\/strong> Ignoring the \u201cno response\u201d state.<\/li>\n<li><strong>Solution:<\/strong> Use timers to define wait periods. After 72 hours, escalate to a human.<\/li>\n<\/ul>\n<ul>\n<li><strong>Pitfall:<\/strong> Failing to track the outcome.<\/li>\n<li><strong>Solution:<\/strong> Every decision point must have a clear \u201creturn to customer\u201d state: \u201cRenewed,\u201d \u201cUpgraded,\u201d \u201cChurned,\u201d \u201cIntervention Pending.\u201d<\/li>\n<\/ul>\n<h2>Frequently Asked Questions<\/h2>\n<h3>What is the best way to model renewal process BPMN?<\/h3>\n<p>Use a time-triggered flow: a timer event 30 days before renewal starts the process. Then use a data-based gateway to check usage and engagement. If no churn signals, proceed to auto-renew. Otherwise, trigger a retention outreach flow.<\/p>\n<h3>How do I model churn prevention journey with BPMN?<\/h3>\n<p>Start with a monitoring phase using timer events and message events. Link those to a decision gateway that evaluates risk signals (inactivity, support volume, sentiment). Branch to \u201cIntervention,\u201d \u201cRenewal,\u201d or \u201cUpgrade\u201d based on data. Use boundary events to handle failures.<\/p>\n<h3>Can upgrade and cross sell BPMN be part of the same flow?<\/h3>\n<p>Absolutely. After detecting high usage, use a gateway to determine if the customer is a candidate for an upgrade or cross-sell. Use parallel paths: one for upgrade offer, another for cross-sell product. Both lead to a single outcome: \u201cOffer Sent.\u201d<\/p>\n<h3>How do I handle multiple customer touchpoints in retention journey BPMN?<\/h3>\n<p>Use separate lanes for each channel: \u201cWeb,\u201d \u201cMobile App,\u201d \u201cEmail,\u201d \u201cCall Center.\u201d Map interactions to their respective lanes. Use message flows to show handoffs between channels and the customer.<\/p>\n<h3>Should I use a subprocess for retention interventions?<\/h3>\n<p>Yes. A subprocess like \u201cRetention Outreach\u201d keeps your main flow clean. Define the steps\u2014email, wait, call, offer\u2014inside the subprocess. This allows reuse across different customer segments.<\/p>\n<h3>How do I prove the impact of my retention journey BPMN?<\/h3>\n<p>Link each activity to a KPI\u2014e.g., email open rate, conversion rate, retention rate. Use the BPMN model to trace how process changes affect outcomes. Run simulations or track actual performance over time to validate improvements.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Retention isn&#8217;t just about reacting to cancellations\u2014it&#8217;s about anticipating them. A well-modeled retention journey BPMN gives you visibility into when a customer is at risk, what triggers intervention, and how to route each outcome\u2014renewal, upgrade, or churn\u2014through a structured, measurable flow. When I started modeling retention workflows, I quickly realized most teams were treating renewals [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":1197,"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-1201","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>Retention Journey BPMN: Proactive Churn Prevention with BPMN<\/title>\n<meta name=\"description\" content=\"Master retention journey BPMN modeling to automate renewal reminders, upgrade offers, and churn prevention flows. Learn how to use events, timers, and data conditions to drive proactive customer outreach and improve retention.\" \/>\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\/de\/docs\/modeling-customer-journeys-with-bpmn\/end-to-end-journey-examples-in-bpmn\/retention-journey-bpmn\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Retention Journey BPMN: Proactive Churn Prevention with BPMN\" \/>\n<meta property=\"og:description\" content=\"Master retention journey BPMN modeling to automate renewal reminders, upgrade offers, and churn prevention flows. Learn how to use events, timers, and data conditions to drive proactive customer outreach and improve retention.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/skills.visual-paradigm.com\/de\/docs\/modeling-customer-journeys-with-bpmn\/end-to-end-journey-examples-in-bpmn\/retention-journey-bpmn\/\" \/>\n<meta property=\"og:site_name\" content=\"Visual Paradigm Skills Deutsch\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data1\" content=\"6\u00a0Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/de\/docs\/modeling-customer-journeys-with-bpmn\/end-to-end-journey-examples-in-bpmn\/retention-journey-bpmn\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/de\/docs\/modeling-customer-journeys-with-bpmn\/end-to-end-journey-examples-in-bpmn\/retention-journey-bpmn\/\",\"name\":\"Retention Journey BPMN: Proactive Churn Prevention with BPMN\",\"isPartOf\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/de\/#website\"},\"datePublished\":\"2026-02-25T10:37:27+00:00\",\"description\":\"Master retention journey BPMN modeling to automate renewal reminders, upgrade offers, and churn prevention flows. Learn how to use events, timers, and data conditions to drive proactive customer outreach and improve retention.\",\"breadcrumb\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/de\/docs\/modeling-customer-journeys-with-bpmn\/end-to-end-journey-examples-in-bpmn\/retention-journey-bpmn\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/skills.visual-paradigm.com\/de\/docs\/modeling-customer-journeys-with-bpmn\/end-to-end-journey-examples-in-bpmn\/retention-journey-bpmn\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/de\/docs\/modeling-customer-journeys-with-bpmn\/end-to-end-journey-examples-in-bpmn\/retention-journey-bpmn\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/skills.visual-paradigm.com\/de\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Modeling Customer Journeys with BPMN\",\"item\":\"https:\/\/skills.visual-paradigm.com\/de\/docs\/modeling-customer-journeys-with-bpmn\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"End-to-End Journey Examples in BPMN\",\"item\":\"https:\/\/skills.visual-paradigm.com\/de\/docs\/modeling-customer-journeys-with-bpmn\/end-to-end-journey-examples-in-bpmn\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Retention Journey: Renewals, Upgrades, and Churn Risk\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/de\/#website\",\"url\":\"https:\/\/skills.visual-paradigm.com\/de\/\",\"name\":\"Visual Paradigm Skills Deutsch\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/de\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/skills.visual-paradigm.com\/de\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/de\/#organization\",\"name\":\"Visual Paradigm Skills Deutsch\",\"url\":\"https:\/\/skills.visual-paradigm.com\/de\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\/\/skills.visual-paradigm.com\/de\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/skills.visual-paradigm.com\/de\/wp-content\/uploads\/sites\/4\/2026\/02\/favicon.svg\",\"contentUrl\":\"https:\/\/skills.visual-paradigm.com\/de\/wp-content\/uploads\/sites\/4\/2026\/02\/favicon.svg\",\"width\":70,\"height\":70,\"caption\":\"Visual Paradigm Skills Deutsch\"},\"image\":{\"@id\":\"https:\/\/skills.visual-paradigm.com\/de\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Retention Journey BPMN: Proactive Churn Prevention with BPMN","description":"Master retention journey BPMN modeling to automate renewal reminders, upgrade offers, and churn prevention flows. Learn how to use events, timers, and data conditions to drive proactive customer outreach and improve retention.","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\/de\/docs\/modeling-customer-journeys-with-bpmn\/end-to-end-journey-examples-in-bpmn\/retention-journey-bpmn\/","og_locale":"de_DE","og_type":"article","og_title":"Retention Journey BPMN: Proactive Churn Prevention with BPMN","og_description":"Master retention journey BPMN modeling to automate renewal reminders, upgrade offers, and churn prevention flows. Learn how to use events, timers, and data conditions to drive proactive customer outreach and improve retention.","og_url":"https:\/\/skills.visual-paradigm.com\/de\/docs\/modeling-customer-journeys-with-bpmn\/end-to-end-journey-examples-in-bpmn\/retention-journey-bpmn\/","og_site_name":"Visual Paradigm Skills Deutsch","twitter_card":"summary_large_image","twitter_misc":{"Gesch\u00e4tzte Lesezeit":"6\u00a0Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/skills.visual-paradigm.com\/de\/docs\/modeling-customer-journeys-with-bpmn\/end-to-end-journey-examples-in-bpmn\/retention-journey-bpmn\/","url":"https:\/\/skills.visual-paradigm.com\/de\/docs\/modeling-customer-journeys-with-bpmn\/end-to-end-journey-examples-in-bpmn\/retention-journey-bpmn\/","name":"Retention Journey BPMN: Proactive Churn Prevention with BPMN","isPartOf":{"@id":"https:\/\/skills.visual-paradigm.com\/de\/#website"},"datePublished":"2026-02-25T10:37:27+00:00","description":"Master retention journey BPMN modeling to automate renewal reminders, upgrade offers, and churn prevention flows. Learn how to use events, timers, and data conditions to drive proactive customer outreach and improve retention.","breadcrumb":{"@id":"https:\/\/skills.visual-paradigm.com\/de\/docs\/modeling-customer-journeys-with-bpmn\/end-to-end-journey-examples-in-bpmn\/retention-journey-bpmn\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/skills.visual-paradigm.com\/de\/docs\/modeling-customer-journeys-with-bpmn\/end-to-end-journey-examples-in-bpmn\/retention-journey-bpmn\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/skills.visual-paradigm.com\/de\/docs\/modeling-customer-journeys-with-bpmn\/end-to-end-journey-examples-in-bpmn\/retention-journey-bpmn\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/skills.visual-paradigm.com\/de\/"},{"@type":"ListItem","position":2,"name":"Modeling Customer Journeys with BPMN","item":"https:\/\/skills.visual-paradigm.com\/de\/docs\/modeling-customer-journeys-with-bpmn\/"},{"@type":"ListItem","position":3,"name":"End-to-End Journey Examples in BPMN","item":"https:\/\/skills.visual-paradigm.com\/de\/docs\/modeling-customer-journeys-with-bpmn\/end-to-end-journey-examples-in-bpmn\/"},{"@type":"ListItem","position":4,"name":"Retention Journey: Renewals, Upgrades, and Churn Risk"}]},{"@type":"WebSite","@id":"https:\/\/skills.visual-paradigm.com\/de\/#website","url":"https:\/\/skills.visual-paradigm.com\/de\/","name":"Visual Paradigm Skills Deutsch","description":"","publisher":{"@id":"https:\/\/skills.visual-paradigm.com\/de\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/skills.visual-paradigm.com\/de\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":"Organization","@id":"https:\/\/skills.visual-paradigm.com\/de\/#organization","name":"Visual Paradigm Skills Deutsch","url":"https:\/\/skills.visual-paradigm.com\/de\/","logo":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/skills.visual-paradigm.com\/de\/#\/schema\/logo\/image\/","url":"https:\/\/skills.visual-paradigm.com\/de\/wp-content\/uploads\/sites\/4\/2026\/02\/favicon.svg","contentUrl":"https:\/\/skills.visual-paradigm.com\/de\/wp-content\/uploads\/sites\/4\/2026\/02\/favicon.svg","width":70,"height":70,"caption":"Visual Paradigm Skills Deutsch"},"image":{"@id":"https:\/\/skills.visual-paradigm.com\/de\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/skills.visual-paradigm.com\/de\/wp-json\/wp\/v2\/docs\/1201","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/skills.visual-paradigm.com\/de\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/skills.visual-paradigm.com\/de\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/de\/wp-json\/wp\/v2\/users\/1"}],"version-history":[{"count":0,"href":"https:\/\/skills.visual-paradigm.com\/de\/wp-json\/wp\/v2\/docs\/1201\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/de\/wp-json\/wp\/v2\/docs\/1197"}],"wp:attachment":[{"href":"https:\/\/skills.visual-paradigm.com\/de\/wp-json\/wp\/v2\/media?parent=1201"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/skills.visual-paradigm.com\/de\/wp-json\/wp\/v2\/doc_tag?post=1201"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}