Skip to content

Commit ec85ee2

Browse files
committed
Added based on Enas's feedback
1 parent 0beec1e commit ec85ee2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • content/en/docs/refguide/modeling/application-logic/microflows-and-nanoflows/nanoflows

content/en/docs/refguide/modeling/application-logic/microflows-and-nanoflows/nanoflows/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The following activities interact with the database:
3434
Therefore, the best practice is to use nanoflows in online applications when they do not contain the above activities.
3535

3636
{{% 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. 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, calculated attributes, or read-only attributes. In this case, no request is sent to the Mendix Runtime.
3838
{{% /alert %}}
3939

4040
{{% alert color="info" %}}

0 commit comments

Comments
 (0)