.. |Re Open Case| image:: https://cloud.githubusercontent.com/assets/1279644/9653471/3c9dfcfa-522c-11e5-85cb-f90a4f184201.png .. |Closed Without Re Open Case| image:: https://cloud.githubusercontent.com/assets/1279644/9624970/88c0ddaa-515a-11e5-8f65-d1e35e945976.png .. |Closed With Re Open Case| image:: https://cloud.githubusercontent.com/assets/1279644/9624968/88b5f278-515a-11e5-996b-b62d6e224357.png Overview ======== Main goal of developing this framework is **to be able to edit any workflow item on the fly.** This means, all elements in workflow like states, transitions, user authorizations(permission), group authorization are editable. To do this, all data about the workflow item is persisted into DB. **Hence, they can be changed without touching the code and re-deploying your application.** There is ordering aprovments for a transition functionality in ``django-river``. It also provides skipping specific transition of a specific objects. Requirements ------------ * Python (``2.7``, ``3.2``, ``3.3``, ``3.4``) * Pypy (``2``, ``3``) * Django (``1.7``, ``1.8``) Features -------- * Unlimited states * Multiple destination * Multiple end-point * Circular state machines * Transition authorization * Skiping or disabling spesific step * Custom transition hooks Example Scenarios ----------------- Something Like JIRA ^^^^^^^^^^^^^^^^^^^ Re-Open case """""""""""" |Re Open Case| Closed without Re-Open case """"""""""""""""""""""""""" |Closed Without Re Open Case| Closed with Re-Open case """""""""""""""""""""""" |Closed With Re Open Case|