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
+7-31Lines changed: 7 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ description: "Describes the features in Maia for Workflows."
12
12
To use Maia for Workflows, an internet connection and signing in to Studio Pro are required.
13
13
{{% /alert %}}
14
14
15
-
Maia for Workflows helps you generate a [workflow](/refguide/workflows/). It can also provide explanations or further improvements based on the generated elements. The current version has some known limitations. For example, it is currently intended only for use with empty workflows. Generated elements are appended to the end of the workflow, which may result in incorrectly modeled workflows if the workflow is not empty. For more details, see the [Limitations](#limitation) section below.
15
+
Maia for Workflows helps you generate a [workflow](/refguide/workflows/). It can also provide explanations or further improvements based on the generated elements. The current version has some known limitations. For more details, see the [Limitations](#limitation) section below.
16
16
17
17
## Using Maia for Workflows
18
18
@@ -59,10 +59,6 @@ Below are some examples of prompts you can use to ask Maia for further explanati
59
59
* Can you make the timer wait for 5 days?
60
60
* I want the process to run in parallel.
61
61
62
-
{{% alert color="warning" %}}
63
-
Requests for improvements or explanations currently only work within the same session where the workflow is generated. If you close the session and start a new session on that workflow, any attempts to make changes to the workflow will result in the removal of existing elements.
Maia for Workflows supports adding a maximum of one image and one PDF as attachments. Support for adding a PDF file was introduced in Studio Pro 11.2.0.
@@ -78,40 +74,20 @@ For example, Maia for Workflows can analyze a BPMN image representing employee o
78
74
79
75
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.
80
76
81
-
####Limitations {#limitation}
77
+
### Limitations {#limitation}
82
78
83
79
Maia for Workflows has some limitations.
84
80
85
-
##### Empty Workflows Only
86
-
87
-
Maia for Workflows is currently intended only for use with empty Workflows. Using it on existing workflows can result in incorrectly modeled business processes.
88
-
89
-
Requests for improvements and explanations currently only work within the same session where a workflow has been generated. Once the session is closed, Maia for Workflows loses the context. Any attempts to make changes to that workflow in a new session will also result in the removal of all existing elements.
90
-
91
-
##### Supported Workflow Elements
92
-
93
-
Currently, annotations are not supported. However, most of the other workflow elements are supported. See below a list of supported workflow elements:
81
+
#### Supported Workflow Elements
94
82
95
-
*[User Task](/refguide/user-task/)
96
-
*[Multi-user Task](/refguide/multi-user-task/)
97
-
*[Decision](/refguide/decision-in-workflows/)
98
-
*[Parallel Split](/refguide/parallel-split/)
99
-
*[Jump](/refguide/jump-activity/)
100
-
*[Wait for Notification](/refguide/wait-for-notification/)
Currently, [Multi-user Task](/refguide/multi-user-task/) are not supported. However, most of the other workflow elements are supported.
105
84
106
-
#####Not All Properties Can Be Configured
85
+
#### Not All Properties Can Be Configured
107
86
108
87
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:
109
88
110
-
* The following properties of [User Task](/refguide/user-task/):
111
-
* Task page
112
-
* Targeted users
113
-
* Due date
114
-
* Any [properties](/refguide/workflow-properties/) of the workflow document itself
0 commit comments