You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/refguide/modeling/mendix-ai-assistance/maia-make/maia-for-workflows.md
+28-26Lines changed: 28 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,29 @@ Maia for Workflows helps you generate a [workflow](/refguide/workflows/). It can
16
16
17
17
## Using Maia for Workflows
18
18
19
-
Describe a business process which you want to model and Maia uses this information to add relevant workflow activities, and tries to configure them where possible.
19
+
Describe a business process you want to model. Maia uses this information to add relevant workflow activities, and tries to configure them where possible. For more information on how to communicate with Maia to achieve better results when configuring a workflow, see the [Best Practices for Text Input](#text-input-best-practice) section below.
20
20
21
-
### Best Practices for Text Input
21
+
### Version Availability
22
+
23
+
#### Studio Pro 11.9 and Above
24
+
25
+
Maia for Workflows is incorporated into the unified [Maia Make Capabilities](/refguide/maia-make/), which are enabled by default.
26
+
27
+
#### Studio Pro 11.8
28
+
29
+
Maia for Workflows is not available.
30
+
31
+
#### Studio Pro 11.7 and Below
32
+
33
+
To enable Maia for Workflows, go to **Edit** > **Preferences** > the **Maia** tab and select **Enable Maia for Workflows**. Once enabled, you can find it in the toolbar of a workflow:
### Best Practices for Text Input {#text-input-best-practice}
22
42
23
43
To achieve optimal results, provide context about your workflow by describing its main use cases, customer needs, or other relevant details. The more Maia knows about your workflow, the more tailored and accurate the generated workflow will be.
24
44
@@ -28,7 +48,7 @@ Below are some examples of prompts you can use as a starting point:
28
48
* Create a workflow based on the image.
29
49
* Base the workflow on the image, but change ... to ...
30
50
31
-
Maia for Workflows can analyze a BPMN image representing employee onboarding, rework it using Mendix Workflows terminology, and generate the corresponding activities for you. Alongside the image, you can also use text input to specify how the generated workflow should differ from the provided image. For example, you might write: *Generate a workflows based on this BPMN image, but make sure it waits before sending an email to the new employee.*
51
+
Maia for Workflows can analyze a BPMN image representing employee onboarding, rework it using Mendix Workflows terminology, and generate the corresponding activities for you. Alongside the image, you can also use text input to specify how the generated workflow should differ from the provided image. For example, you might write: *Generate a workflow based on this BPMN image, but make sure it waits before sending an email to the new employee.*
32
52
33
53
Make sure to select a clear image to help Maia better understand your request. For example, you can provide a screenshot, a photo, BPMN schema, or a close-up picture of a drawing. Avoid heavily compressed or low quality images, as these may result in the loss of important details.
34
54
@@ -39,34 +59,15 @@ Below are some examples of prompts you can use to ask Maia for further explanati
39
59
* Can you make the timer wait for 5 days?
40
60
* I want the process to run in parallel.
41
61
42
-
###Limitations {#limitation}
62
+
## Limitations {#limitation}
43
63
44
64
Maia for Workflows currently has some limitations.
45
65
46
-
#### Version availability
47
-
48
-
##### Studio Pro 11.9 and Above
49
-
50
-
Maia for Workflows is incorporated into the unified [Maia Make Capabilities](/refguide/maia-make/), which are enabled by default.
51
-
52
-
##### Studio Pro 11.8
53
-
Maia for Workflows is not available.
54
-
55
-
#### Studio Pro 11.7 and Below
56
-
57
-
To enable Maia for Workflows, go to **Edit** > **Preferences** > the **Maia** tab and select **Enable Maia for Workflows**. Once enabled, you can find it in the the toolbar of a workflow:
Currently, [Multi-user task](/refguide/multi-user-task/) is not supported. However, most of the other workflow elements are supported.
68
69
69
-
####Not All Properties Can Be Configured
70
+
### Not All Properties Can Be Configured
70
71
71
72
Due to the complex cross-document nature of a workflow, not all properties of the workflow elements can be generated yet. The following properties cannot be configured yet:
72
73
@@ -75,6 +76,7 @@ Due to the complex cross-document nature of a workflow, not all properties of th
75
76
76
77
## Read More
77
78
78
-
*[Workflow](/refguide/workflows/)
79
+
*[Maia Make Capabilities](/refguide/maia-make/)
79
80
*[Mendix AI Assistance (Maia)](/refguide/mendix-ai-assistance/)
0 commit comments