syscomgo / omflow

form base and IT automation workflow engine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  • personal Dashboard
  • message and attachment
  • my mission
  • service request
  • app management
  • user management
  • system config

screenshot

Hardware and Software Requirement

  • 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

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

  • Report
  • Form front-end change actions
  • workflow's Python Point assign a collector
  • Event API
  • data sub relations
  • web automation support(selenium)

Creator

omflow's creator is SYSCOM Computer Engineer co

License

  • 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.

About

form base and IT automation workflow engine.

License:GNU General Public License v3.0


Languages

Language:Python 94.3%Language:SCSS 3.0%Language:Less 2.6%Language:Shell 0.0%Language:Makefile 0.0%Language:PowerShell 0.0%Language:Ruby 0.0%