Skip to content

0.0.14

Compare
Choose a tag to compare
@raoul2000 raoul2000 released this 03 Jul 19:39
· 108 commits to master since this release
  • 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));