This is a machine translation page
omflow is a form base and IT automation workflow engine.
you can use WYSIWYG(What You See Is What You Get) design your workflow , user form , do automation things , and process data.
omflow workflow engine is developed using Python and Django ,
so , You can easily integrate your python application in the workflow.
documents website : https://doc.omflow.com.tw/v/english/
- personal Dashboard
- message and attachment
- my mission
- service request
- app management
- user management
- system config
- support windows and linux system
- Python 3 or higher
- Django 2.X
you can install django using pip
pip install django
- support browser:Firefox , Chrome , Edge , Safari , IE11 or higher
- 1 core cpu and 1g ram , 1g disk space
- if your python is 3.5 or lower , please use django 2.x
Download the omflow .zip file the unzip , then run server.
python manage.py runserver 0.0.0.0:8000
or you can start omflow with docker hub image.
docker pull omflow/open
docker run -d --name omflow -p 0.0.0.0:80:80 omflow/open
default user is admin , password is admin
- Report
- Form front-end change actions
- workflow's Python Point assign a collector
- Event API
- data sub relations
- web automation support(selenium)
omflow's creator is SYSCOM Computer Engineer co
- GNU General Public License v3.0
- You can distribute and modify the source code, provided that you distribute all modifications under the GPLv3 as well.