Wexflow is an open-source and cross-platform workflow automation engine that supports a wide range of tasks, from file operations and system processes to scripting, networking, and more. Wexflow targets both developers and technical users who need automation (file ops, tasks, scheduling, alerts, etc.). Wexflow focuses on automating technical jobs like moving or uploading files, sending emails, running scripts, or scheduling batch processes. For more complex scenarios, you can create your own custom activities, install them, and use them to extend its capabilities.
You can run Wexflow using Docker from the official image on Docker Hub:
docker run -d -p 8000:8000 --name wexflow aelassas/wexflow:latestThen access the admin panel at: http://localhost:8000
- Username:
admin - Password:
wexflow2018
For full Docker usage and options, see the Docker Hub page.
- Cross-platform workflow server
- Supports sequential and flowchart workflows
- Cron-based scheduling
- 100+ built-in activities
- 6+ database engines supported
- Extensible architecture for custom activities
- Push Notifications via SSE: Get real-time workflow job updates without polling
- Asynchronous workflow execution for improved concurrency and performance
- Powerful web dashboard
- Visual workflow designer with drag & drop interface
- Real-time workflow statistics and monitoring
- Extensive logging for transparency and debugging
- Multiple language support (English, French, Danish)
- RESTful API for integration with external systems
- REST API Clients: Official examples for popular languages (C#, PowerShell, JS, PHP, Python, Go, Rust, Ruby, Java, C++)
- Extensible with Custom Activities via NuGet
- Secure against XSS, XST, CSRF, and MITM
- Docker support for easy deployment
- Error monitoring
- Runs on Windows, Linux, macOS, and Docker
If this project helped you, saved you time, or inspired you, consider supporting its future growth and maintenance. You can show your support by starring the repository, sharing the project, or via GitHub Sponsors, PayPal, or Buy Me a Coffee.
Open-source software requires time, effort, and resources to maintain. Your support helps keep this project alive, up-to-date, and accessible to everyone. Every contribution, big or small, makes a difference and motivates continued work on features, bug fixes, and new ideas.
This project is supported by:
Wexflow is MIT licensed.