ecto_state_machine
ecto_state_machine copied to clipboard
Inspiration: Symfony Workflow Component
In this component there could be some inspirations for this module: http://symfony.com/blog/new-in-symfony-3-2-workflow-component
For example:
- Returning a list of all possible transitions (
for transition in workflow_transitions(article)
)