From e65dcaf5ab187d443919b79e28068f2ae3e26240 Mon Sep 17 00:00:00 2001 From: MarkvanMents Date: Thu, 10 Sep 2026 16:43:16 +0200 Subject: [PATCH 1/2] Add Dynamic Case Management microflow prefix --- .../dev-best-practices/naming-conventions.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/en/docs/refguide/modeling/best-practices/dev-best-practices/naming-conventions.md b/content/en/docs/refguide/modeling/best-practices/dev-best-practices/naming-conventions.md index 90b4363ccde..09760614a9b 100644 --- a/content/en/docs/refguide/modeling/best-practices/dev-best-practices/naming-conventions.md +++ b/content/en/docs/refguide/modeling/best-practices/dev-best-practices/naming-conventions.md @@ -198,6 +198,14 @@ For integrations, you have the following types of microflow: You can also use the [Find Advanced](/refguide/find-and-find-advanced/#find-advanced) option in Studio Pro to search for microflows by service type. +### Dynamic Case Management Microflows + +For process task microflows in [dynamic case management](/appstore/partner-solutions/dcm/) no distinction is made between different types of microflow. All dynamic case management microflows begin **DCM_**. + +| Event Type | Prefix | +| ------------------------------------------- | ------ | +| Dynamic case management | DCM_ | + ## Workflows Guidelines below can help you choose a short yet meaningful name for your workflow: From a67f44aabc807859580d685de07b3eb72f73a0a5 Mon Sep 17 00:00:00 2001 From: nicoletacoman Date: Tue, 15 Sep 2026 09:46:19 +0200 Subject: [PATCH 2/2] TW review --- .../best-practices/dev-best-practices/naming-conventions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/refguide/modeling/best-practices/dev-best-practices/naming-conventions.md b/content/en/docs/refguide/modeling/best-practices/dev-best-practices/naming-conventions.md index 09760614a9b..825a1a5a42c 100644 --- a/content/en/docs/refguide/modeling/best-practices/dev-best-practices/naming-conventions.md +++ b/content/en/docs/refguide/modeling/best-practices/dev-best-practices/naming-conventions.md @@ -200,11 +200,11 @@ You can also use the [Find Advanced](/refguide/find-and-find-advanced/#find-adva ### Dynamic Case Management Microflows -For process task microflows in [dynamic case management](/appstore/partner-solutions/dcm/) no distinction is made between different types of microflow. All dynamic case management microflows begin **DCM_**. +For process task microflows in [Dynamic Case Management](/appstore/partner-solutions/dcm/), no distinction is made between different types of microflows. All Dynamic Case Management microflows begin with **DCM_**. | Event Type | Prefix | | ------------------------------------------- | ------ | -| Dynamic case management | DCM_ | +| Dynamic Case Management | DCM_ | ## Workflows