Workflow Builder
This is a custom Frappe application designed to extend and enhance functionalities within the Frappe framework.
- Author: mradul291
- Repository: https://github.com/mradul291/workflow-builder
- GitHub stars: 0
- Forks: 0
- License: MIT
- Category: Other
- Maintenance: Minimally Maintained
- Frappe versions: develop
Install Workflow Builder
bench get-app https://github.com/mradul291/workflow-builder
Add the Frappe Gems badge to your README
Maintain Workflow Builder? Paste this into your README:
[](https://frappegems.com/gems/apps/mradul291/workflow-builder)
About Workflow Builder
Frappe Project
This is a custom Frappe application designed to extend and enhance functionalities within the Frappe framework.
🚀 Getting Started
Follow the steps below to set up and run the project smoothly.
1. Get the App
bench get-app
2. Install the App on Your Site
Replace your-site-name with your actual site name:
bench --site your-site-name install-app workflowbuild
Then restart the bench:
bench restart
✅ Required Setup
To ensure smooth operation of the project, complete the following steps:
1. Add Worker with Scheduler in Procfile
In the root directory of your Frappe bench, open or create the Procfile and add the following line:
rq: rq worker --with-scheduler
2. Make Sure to add workflow Configuration to make it run
3. Add .env File in root folder with below content
SITE_PATH=/home/mycomputer/Pankaj/WorkFlow2/frappe-bench/sites
SITE_NAME=workflow.local
DB_NAME=_28ce80########
💡 Notes
- Ensure
bench startorbench start --watchis running during development. - Always restart the bench after installation or configuration changes:
bench restart
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.