-
-
Notifications
You must be signed in to change notification settings - Fork 177
Run From Source
Akram El Assas edited this page Aug 2, 2025
·
7 revisions
To run Wexflow from source on Windows, proceed as follows:
- Clone the source down to your machine:
git clone https://github.com/aelassas/wexflow.git
- Install Visual Studio 2022 >= 17.8.0.
-
.NET Framework 4.8 (legacy): Copy the folders
Wexflow
andWexflowTesting
in C:\. You can download them from here. -
.NET 9.0+ (stable): Copy the folders
Wexflow-netcore
andWexflowTesting
in C:\. You can download them from here. - If you installed Wexflow, make sure that Wexflow Windows Service is stopped and that the port 8000 is available. Othewise, you can change the port from the settings.
- Restore nuget packages with the following command:
nuget restore Wexflow.sln
- Open Wexflow.sln in Visual Studio.
- Make sure that all the projects are set to Debug Any CPU.
- Debug the project Wexflow.Server to start Wexflow Server in debug mode.
- Visit http://localhost:8000/
- Username:
admin
- Password:
wexflow2018
- Username:
Copyright © Akram El Assas. All rights reserved.
- Install Guide
- HTTPS/SSL
- Screenshots
- Docker
- Configuration Guide
- Persistence Providers
- Getting Started
- Android App
- Local Variables
- Global Variables
- REST Variables
- Functions
- Cron Scheduling
- Command Line Interface (CLI)
- REST API Reference
- Samples
- Logging
- Custom Tasks
-
Built-in Tasks
- File system tasks
- Encryption tasks
- Compression tasks
- Iso tasks
- Speech tasks
- Hashing tasks
- Process tasks
- Network tasks
- XML tasks
- SQL tasks
- WMI tasks
- Image tasks
- Audio and video tasks
- Email tasks
- Workflow tasks
- Social media tasks
- Waitable tasks
- Reporting tasks
- Web tasks
- Script tasks
- JSON and YAML tasks
- Entities tasks
- Flowchart tasks
- Approval tasks
- Notification tasks
- SMS tasks
- Run from Source
- Fork, Customize, and Sync