From 2d642e953e3bb47e9590002658c388379857cee4 Mon Sep 17 00:00:00 2001 From: ekaterinaPertseva Date: Fri, 3 Jul 2026 16:36:03 +0200 Subject: [PATCH 1/3] Add note on AI workflow generation times Added a note about potential longer generation times when using AI for workflow generation. --- .../mendix-ai-assistance/maia-make/maia-for-workflows.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/docs/refguide/mendix-ai-assistance/maia-make/maia-for-workflows.md b/content/en/docs/refguide/mendix-ai-assistance/maia-make/maia-for-workflows.md index 3cb37579ae2..ed38ca01564 100644 --- a/content/en/docs/refguide/mendix-ai-assistance/maia-make/maia-for-workflows.md +++ b/content/en/docs/refguide/mendix-ai-assistance/maia-make/maia-for-workflows.md @@ -59,6 +59,8 @@ Below are some examples of prompts you can use to ask Maia for further explanati * Can you make the timer wait for 5 days? * I want the process to run in parallel. +Note: When generating workflows using AI, you may experience longer generation times in some cases. We are aware of this issue and are working on improving performance in a future release. + ## Limitations {#limitation} Maia for Workflows currently has some limitations. From 75f43f9c5dbb4f524eb05d9fbbadee74656ae164 Mon Sep 17 00:00:00 2001 From: Quinn Tracy <142489060+quinntracy@users.noreply.github.com> Date: Mon, 6 Jul 2026 11:08:09 +0200 Subject: [PATCH 2/3] Review --- .../mendix-ai-assistance/maia-make/maia-for-workflows.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/en/docs/refguide/mendix-ai-assistance/maia-make/maia-for-workflows.md b/content/en/docs/refguide/mendix-ai-assistance/maia-make/maia-for-workflows.md index ed38ca01564..47a3b2debb1 100644 --- a/content/en/docs/refguide/mendix-ai-assistance/maia-make/maia-for-workflows.md +++ b/content/en/docs/refguide/mendix-ai-assistance/maia-make/maia-for-workflows.md @@ -59,7 +59,9 @@ Below are some examples of prompts you can use to ask Maia for further explanati * Can you make the timer wait for 5 days? * I want the process to run in parallel. -Note: When generating workflows using AI, you may experience longer generation times in some cases. We are aware of this issue and are working on improving performance in a future release. +{{% alert type="info” %}} +Workflow generation may take longer than other Maia features. Performance improvements are planned for a future release. +{{% /alert %}} ## Limitations {#limitation} From e24ebb90b8ee090c7b294246ba9c5b7cc65e3ac3 Mon Sep 17 00:00:00 2001 From: Quinn Tracy <142489060+quinntracy@users.noreply.github.com> Date: Mon, 6 Jul 2026 12:57:10 +0200 Subject: [PATCH 3/3] Fix quotes --- .../mendix-ai-assistance/maia-make/maia-for-workflows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/refguide/mendix-ai-assistance/maia-make/maia-for-workflows.md b/content/en/docs/refguide/mendix-ai-assistance/maia-make/maia-for-workflows.md index 47a3b2debb1..33f429c09fa 100644 --- a/content/en/docs/refguide/mendix-ai-assistance/maia-make/maia-for-workflows.md +++ b/content/en/docs/refguide/mendix-ai-assistance/maia-make/maia-for-workflows.md @@ -59,7 +59,7 @@ Below are some examples of prompts you can use to ask Maia for further explanati * Can you make the timer wait for 5 days? * I want the process to run in parallel. -{{% alert type="info” %}} +{{% alert type="info" %}} Workflow generation may take longer than other Maia features. Performance improvements are planned for a future release. {{% /alert %}}