syscomgo / omflow

form base and IT automation workflow engine.
GNU General Public License v3.0
20 stars 7 forks source link
automation dashboard helpdesk rpa workflow wysiwyg

English     中文     日本語

This is a machine translation page

OMFLOW Workflow Engine

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/

Software Functions

screenshot

Hardware and Software Requirement

you can install django using pip


pip install django

Install and Run

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

Roadmap

Creator

omflow's creator is SYSCOM Computer Engineer co

License