https://github.com/defgsus/processflow
Define a flow, fill with meaning and then run parallel and persistant jobs.
https://github.com/defgsus/processflow
django process-control workflow-management workflow-persistence
Last synced: 12 months ago
JSON representation
Define a flow, fill with meaning and then run parallel and persistant jobs.
- Host: GitHub
- URL: https://github.com/defgsus/processflow
- Owner: defgsus
- Created: 2018-08-20T10:15:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-20T10:15:41.000Z (over 7 years ago)
- Last Synced: 2025-02-05T07:31:49.914Z (about 1 year ago)
- Topics: django, process-control, workflow-management, workflow-persistence
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## processflow
Define a flow, auto-generate code, fill with meaning and then run parallel and persistant jobs.
### Installation
not yet... clone from [github](https://github.com/defgsus/processflow)
### Requirements
- [Python](https://www.python.org) 3
#### Optional Requirements
- [Django](https://www.djangoproject.com) >= 1.10
### The repository
[The repo](https://github.com/defgsus/processflow)
contains a whole django project (`django_projectflow`) for ease of development.
Unittests can be run with
```bash
./manage.py test
```
this will include basic processflow-tests and tests related to django