0.0.14
- improve leave workflow management
The action to delete the owner model is now considered as leaving the workflow : the leave workflow event
sequence is fired. Previously, the only way for a model to leave a workflow was by assigning NULL to the status attribute and saving
the model (or by calling sendToStatus(null)
);