Questions tagged [django-river]

Questions addressing the Django workflow framework "River". Use together with [django] and [python] tags.

River is an open source workflow framework for . It supports on the fly changes instead of hardcoding states, transitions and authorization rules.

The main goal is to be able to edit any workflow item on the fly. This means that all the elements in a workflow (i.e. states, transitions, authorizations rules) are editable at any time so that no re-deploying of your application is required anymore.

6 questions
18
votes
1 answer

BPMN dynamic workflow for Django

I want to build a Django solution which workflow can be defined and changed on the fly, hopefully by updating a BPMN diagram without having to change the source code and redeploy. Despite such a feature has been around for quite a while in Java…
1
vote
1 answer

DRF Methodserializer : Object of type is not JSON serializable

i am trying to convert my existing project to the DRF . However im facing the error of : : Object of type TransitionApproval is not JSON serializable TransitionApproval object comees from a package called django-river. Here is my code: class…
neowenshun
  • 648
  • 3
  • 10
1
vote
1 answer

How to override river-admin template?

Firstly , i would like to say that this package is amazing in the sense where there can be so much flexibility. Im relatively new to this package and im just trying to figure a way to fiddle around with the provided front end in the river-admin…
neowenshun
  • 648
  • 3
  • 10
0
votes
0 answers

How to use django-river transition approval in ListView or DetailView

I successfully implement django-river transition approval in my admin page so different groups can submit the approval and so on following the demo tutorial https://github.com/javrasya/fakejira I'm attempting to utilize the river-action…
0
votes
0 answers

How to assign ticket in Django river based on value in model list box

Dears I'm tired to found a way to assign a ticket based on value exist in Model , I not found any reference and also sample in function is not clear
0
votes
1 answer

Django: How to Access Installed Third Party App's Model and Data

I have been using django-river(https://github.com/javrasya/django-river) application within my app (https://github.com/rupin/WorkflowEngine) I have used the Django rest framework in my application and would like to get the data from the django-river…
Rupin
  • 580
  • 5
  • 21