Rollback Main Microflow Execution During Debugging in Studio Pro - Mendix Forum

Rollback Main Microflow Execution During Debugging in Studio Pro

10

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.


Proposed solution:

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:

asked
1 answers

This would be a good addition, indeed.

Created