提供支持django rest framework的viewflow
Project description
viewflow-rest
provide restful viewflow
many of code in the project looks like django-viewflow. I want to keep the interface as same as the django viewflow.
Thanks you for all the contributors of viewflow.
The project is under GPL-3.0 License, any one who change the source code (even if you just use it in intranet of just at home) should upload his code
The develop vedio can been seen here
- create project
- create Flow
- Create Start & End Node
- Create ViewActivation
- Create If Node
- Create Split Node
- Create Join Node
- Create Permission
- 0.3.0
- one task for every
flow_task
- add
serializer_class
parameters forrest_extentions.views
- add
operator
for every task
- one task for every
workflow
A flow contains many nodes
every node is a instance of Node
every node have a activation_class
every action_class
instance will activate_next
by
self.flow_task._next // the next node instance
self.flow_task._next.activate //
Edge
- src: source Node instance
- dst: target Node instance
activations
- Attribute
flow_class
flow_task
: Node Instance defined in theflows.py
task
: Current Task
Nodes
- Function
_incoming
: Edge Instance list_outgoing
: Edge Instance list
-
models
-
Views
-
Flow
-
rest_extensions
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
viewflow-rest-1.0.0.tar.gz
(10.8 kB
view hashes)
Built Distribution
Close
Hashes for viewflow_rest-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 371f7092f25457eb16873d8df37cebb9ced4cadf7a4a7077d46546e1941aa866 |
|
MD5 | cbfc8ea14d112fa5caacdb9e7cf3dd73 |
|
BLAKE2b-256 | 336fe4eff234e52aac04d520e333124293d6396037a84d0d02487bed2a8aaf29 |