From 4f3780bbc792219d5063cf31c4564d6f45951278 Mon Sep 17 00:00:00 2001 From: Lennaert Meijvogel Date: Wed, 25 Mar 2026 16:10:01 +0100 Subject: [PATCH 1/2] Update Maia for Microflows documentation regarding destructive operation limitations --- .../mendix-ai-assistance/maia-make/maia-for-microflows.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/content/en/docs/refguide/modeling/mendix-ai-assistance/maia-make/maia-for-microflows.md b/content/en/docs/refguide/modeling/mendix-ai-assistance/maia-make/maia-for-microflows.md index b2bcca65ab0..372fa011aaa 100644 --- a/content/en/docs/refguide/modeling/mendix-ai-assistance/maia-make/maia-for-microflows.md +++ b/content/en/docs/refguide/modeling/mendix-ai-assistance/maia-make/maia-for-microflows.md @@ -28,9 +28,13 @@ To achieve the best results when using Maia to generate microflows, consider the ## Limitations -### Destructive Operations Are Not Supported +### Limitations on Destructive Operations -Maia for Microflows can create objects and flows and change simple ("primitive") settings, but it cannot delete objects or replace complex configuration settings. For example, for existing objects, Maia can change variable names, move objects, or reconnect flows, but it cannot delete objects or flows, or change the activity types. +Maia for Microflows can create objects and flows and change simple ("primitive") settings, but it has limitations on deleting elements and replacing complex configuration settings. + +**Studio Pro 11.9 and above** – Maia can delete flows and microflow objects. However, it cannot change activity types or replace complex configuration settings. + +**Studio Pro 11.8** – Maia cannot delete objects or flows. For existing objects, Maia can change variable names, move objects, or reconnect flows, but it cannot delete objects or flows, or change the activity types. ### Variability in Results From 690865054c2b7e68ccc86bbf5392abbfdb391aeb Mon Sep 17 00:00:00 2001 From: Yiyun Liao Date: Thu, 26 Mar 2026 14:50:49 +0100 Subject: [PATCH 2/2] Small edit --- .../mendix-ai-assistance/maia-make/maia-for-microflows.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/docs/refguide/modeling/mendix-ai-assistance/maia-make/maia-for-microflows.md b/content/en/docs/refguide/modeling/mendix-ai-assistance/maia-make/maia-for-microflows.md index 372fa011aaa..4dcc78daaf2 100644 --- a/content/en/docs/refguide/modeling/mendix-ai-assistance/maia-make/maia-for-microflows.md +++ b/content/en/docs/refguide/modeling/mendix-ai-assistance/maia-make/maia-for-microflows.md @@ -28,13 +28,13 @@ To achieve the best results when using Maia to generate microflows, consider the ## Limitations -### Limitations on Destructive Operations +### Destructive Operations Maia for Microflows can create objects and flows and change simple ("primitive") settings, but it has limitations on deleting elements and replacing complex configuration settings. -**Studio Pro 11.9 and above** – Maia can delete flows and microflow objects. However, it cannot change activity types or replace complex configuration settings. +In Studio Pro 11.9 and above, Maia can delete flows and microflow objects. However, it cannot change activity types or replace complex configuration settings. -**Studio Pro 11.8** – Maia cannot delete objects or flows. For existing objects, Maia can change variable names, move objects, or reconnect flows, but it cannot delete objects or flows, or change the activity types. +In Studio Pro 11.8, Maia cannot delete objects or flows. For existing objects, Maia can change variable names, move objects, or reconnect flows, but it cannot delete objects or flows, or change the activity types. ### Variability in Results