-
-
Notifications
You must be signed in to change notification settings - Fork 189
Migration Guide to v10.0
Akram El Assas edited this page Nov 13, 2025
·
2 revisions
To migrate from Wexflow 9.0 and below to v10.0, follow these instructions.
- Backup the folder
C:\Wexflow - Download the installer wexflow-10.0-windows-x64.exe
- Run the installer
- Login to http://localhost:8000
- Username:
admin - Password:
wexflow2018
- Username:
- Backup the folder
C:\Wexflow-netcore - Download the package wexflow-10.0-windows-netcore.zip
- Unzip the package
- Run
install.bat - Run
run.bat - Login to http://localhost:8000
- Username:
admin - Password:
wexflow2018
- Username:
- Backup the folder
/opt/wexflow/Wexflow - Install ASP.NET Core Runtime 10.0
- Remove
/opt/wexflow - Download the package wexflow-10.0-linux-netcore.zip
- Unzip the package in
/opt/ - Remove
/opt/wexflow/Wexflow - Copy the backup
/opt/wexflow/Wexflowin/opt/wexflow/ - Add permissions:
sudo chown -R $USER:$USER /opt/wexflow sudo chmod +x /opt/wexflow/install.sh
- Install wexflow systemd service:
sudo /opt/wexflow/install.sh
- Login to http://localhost:8000
- Username:
admin - Password:
wexflow2018
- Username:
- Backup the folder
/Applications/wexflow/Wexflow - Install ASP.NET Core Runtime 10.0
- Remove
/Applications/wexflow - Download the package wexflow-10.0-macos-netcore.zip
- Unzip the package in
/Applications/ - Remove
/Applications/wexflow/Wexflow - Copy the backup
/Applications/wexflow/Wexflowin/Applications/wexflow/ - Run Wexflow:
cd /Applications/wexflow/Wexflow.Server dotnet Wexflow.Server.dll - Login to http://localhost:8000
- Username:
admin - Password:
wexflow2018
- Username:
The authentication has changed to JWT. You need to update all your clients to use JWT:
Copyright © Akram El Assas. All rights reserved.
- Install Guide
- Migration Guide to v10.0
- 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