Where do MF and NF get saved in the file directory when creating them inside Mendix?

0
Hi everyone, I wanted to know that when we create Microflows (MF) and Nanoflows (NF) in Mendix, where are these actually stored in the project directory? If it's not present in the directory then where can I find those Microflows (MF) and Nanoflows (NF) ? Thanks in advance!
asked
1 answers
1

Hi Anish Chettri

 

Microflows (MF) and Nanoflows (NF) in Mendix are model elements rather than separate source code files, so you won’t find them as .java, .xml, or .json files in your project directory. Instead, all of the application logic—including pages, domain models, microflows, nanoflows, and security settings—is stored inside the Mendix Project File (.mpr). This .mpr file acts like a database-style container that encapsulates the entire application model, making Studio Pro the place where you can view and edit these flows rather than browsing them directly in the file system.

 

I hope this helps

answered