-
-
Notifications
You must be signed in to change notification settings - Fork 168
Run From Source
Akram El Assas edited this page Feb 13, 2024
·
4 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: Copy the folders
Wexflow
andWexflowTesting
in C:\. You can download them from here. -
.NET Core: 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 through 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.
- Debug the project Wexflow.Clients.Manager to start Wexflow Manager in debug mode or open the backend and trigger your workflows from there.
Copyright © Akram El Assas. All rights reserved.
- Installing
- Screenshots
- Docker
- Configuration
- Persistence Providers
- Getting Started
- Android App
- Samples
-
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
- Local Variables
- Global Variables
- REST Variables
- Cron Scheduling
- Logging
- Custom Tasks
- Command Line Client
- RESTful API
- Run from Source