During local debugging in Mendix Studio Pro, it is common to execute microflows purely for analysis purposes. In many cases, the developer does not want the executed logic to modify the database.
Currently, to avoid that, we can only shut down and start the application again.
It would be awesome if we get the button cancel transaction, which would rollback all the changes.
Introduce a “Rollback Execution” / “Rollback Transaction” / "Continue with Rollback" option during local debugging (Debugging tab in Studio Pro) that allows the developer to rollback changes that happened in the main microflow where debugger is triggered.
Benefits:
This would be a good addition, indeed.