I am just trying to understand something. When in Mendix 7, I invoke a microflow from the client, what object/objects are sent to the server? Let's say I have an order with orderLines, and I invoke a microflow on the order, are the orderLines sent to the server as well? Shouldn't this behaviour be customizable?
Without - I admit - actually having tried this, it seems to me like you would up sending too much (causing overhead) to the server or sending too little (for instance, an order without its lines) to the server.
Does anyone know how this is handled in mendix 7?