non-persistent entity object is automatically deleted ?

0
Question: I'm trying to understand what happens to non-persistent entity objects when a page is closed in a microflow. Here are the specifics: A non-persistent entity object is passed to a page as a page parameter. The page is closed in a microflow. I want to know whether the object is automatically deleted when the page is closed, or if it survives until the end of the application unless explicitly deleted in the microflow. Please let me know if my understanding is correct or if I need to clarify anything. My Mendix version is mxStudioPro ver. 10.19.0.
asked
2 answers
0

See the documentation here: https://docs.mendix.com/refguide/transient-objects-garbage-collecting/#client-side-garbage-collection

Do note the exceptional cases.

Regards,

Ronald

 

 

answered
0

Thanks for the answer.

I checked that page but had missed this section.

https://docs.mendix.com/refguide/transient-objects-garbage-collecting/#objects-which-are-parameters-of-web-pages

 

answered