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/application-logic/microflows-and-nanoflows/nanoflows/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ The following activities interact with the database:
34
34
Therefore, the best practice is to use nanoflows in online applications when they do not contain the above activities.
35
35
36
36
{{% alert color="info" %}}
37
-
An exception for the **Create object** activity is that you can use it to create a new [non-persistable entity](/refguide/persistability/#non-persistable) and this NPE has no error handlers attached. In this case, no request is sent to the Mendix Runtime.
37
+
An exception for the **Create object** activity is that you can use it to create a new [non-persistable entity](/refguide/persistability/#non-persistable) and this NPE has no error handlers. In this case, no request is sent to the Mendix Runtime.
0 commit comments