Process Engine

Generic process workflow engine for Frappe (DocTypes, DAG, task handlers, optional Temporal backend).

Install Process Engine

bench get-app https://github.com/Janispe/process_engine

Add the Frappe Gems badge to your README

Maintain Process Engine? Paste this into your README:

[![Listed on Frappe Gems](https://frappegems.com/api/method/frappe_gems.seo.badge?app=Janispe%2Fprocess_engine)](https://frappegems.com/gems/apps/Janispe/process_engine)

About Process Engine

Process Engine

Generic process workflow engine for Frappe (DocTypes, DAG, task handlers, optional Temporal backend).

Apps register their process definitions via hook:

# in consumer_app/hooks.py
process_engine_runtimes = [
    "consumer_app.process_definitions.my_process.get_my_process_runtime",
]

License

MIT

Related Other apps for Frappe & ERPNext

  • Erpnext — Free and Open Source Enterprise Resource Planning (ERP)
  • Helpdesk — Modern, Streamlined, Free and Open Source Customer Service Software
  • Print Designer — Visual print designer for Frappe / ERPNext
  • Ctr — CTR模型代码和学习笔记总结
  • Whitelabel — Whitelabel ERPNext
  • Fossunited — fossunited.org
  • Helm — Helm Chart Repository for Frappe/ERPNext
  • Frappe Attachments S3 — A frappe app to upload file attachments in doctypes to s3.