提供支持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
Example
- 中文版
- English
Quick Start
use the hr_system as a example
git clone git@github.com:ramwin/viewflow-rest.git
cd vieflow-rest/hr_system/
sudo pip3 install -r ./requirements.txt
# add '#' in the file hr_system/urls.py
# so that you can run migrate
# # path("hire/", include("hire.urls")),
python3 manage.py migrate
# delete the # in the file hr_system/urls.py
python3 manage.py migrate
python3 manage.py runserver
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_classparameters forrest_extentions.views - add
operatorfor 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_classflow_task: Node Instance defined in theflows.pytask: 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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file viewflow-rest-1.2.1.tar.gz.
File metadata
- Download URL: viewflow-rest-1.2.1.tar.gz
- Upload date:
- Size: 23.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.62.3 importlib-metadata/4.8.1 keyring/23.5.0 rfc3986/1.5.0 colorama/0.4.4 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9268d351c0114855e840bbef39aa7b4863be111dd12e640db07d02474ee334bb
|
|
| MD5 |
cc63f962c999d693839454b740cd3103
|
|
| BLAKE2b-256 |
98f6202149d814bf128bc2bdfcfa4b974bfa31c59c8bcebdb4dc3eafe67a4d15
|
File details
Details for the file viewflow_rest-1.2.1-py3-none-any.whl.
File metadata
- Download URL: viewflow_rest-1.2.1-py3-none-any.whl
- Upload date:
- Size: 26.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.9 tqdm/4.62.3 importlib-metadata/4.8.1 keyring/23.5.0 rfc3986/1.5.0 colorama/0.4.4 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
344456014b9239ca75360ddee36f7cf6ddc234cec303dd357acaccb90ff7fe3e
|
|
| MD5 |
d5dbf6483a951f7a13f473e452545318
|
|
| BLAKE2b-256 |
c2a5956ccb567b1d733299f5210bcb84e689563bcf6b5c719e50eb1f2be88c05
|