I\'m struggling to understand the workflow that would be used in the following scenario:
A user creates a model, let\'s call it Product. We present them with a form
You can trigger a becameValid event on it:
becameValid
record.send("becameValid");
This should transition the model to uncommitted state.