An open API service indexing awesome lists of open source software.

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.

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