kszicsillag / Wexflow

A high-performance, extensible, modular and cross-platform workflow engine. Built for automation.

Home Page:https://wexflow.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Continuous Integration

Server Platform Project Status
Azure Pipelines (.NET and .NET Core) Windows Wexflow.sln Build Status
AppVeyor (.NET and .NET Core) Windows Wexflow.sln Build Status
Travis (Android) Linux src/android Build Status
Bitrise (Android) Linux src/android Build Status
Codecov (.NET and .NET Core) Windows Wexflow.sln Coverage Status
Coveralls (.NET and .NET Core) Linux Wexflow.sln Coverage Status

Miscellaneous

Info Link
Release stats downloads
Nuget stats Nuget Downloads
Release GitHub release
Nuget Nuget
Documentation Wiki
Repo size GitHub repo size
License GitHub
Join chat Gitter
Tweet Tweet
Follow Follow

Wexflow

Wexflow is a high-performance, extensible, modular and cross-platform workflow engine. The goal of Wexflow is to automate recurring tasks with or without user intervention. With the help of Wexflow, building automation and workflow processes become easy. Wexflow also helps in making the long-running processes straightforward.

Wexflow aims to make automations, workflow processes, long-running processes and interactions between systems, applications and folks easy, straightforward and clean. The communication between systems or applications becomes easy through this powerful workflow engine.

Wexflow makes use of .NET Core, a cross-platform version of .NET for building websites, services, and console apps. Thus, Wexflow provides a cross-platform workflow server and a cross-platform backend for managing, designing and tracking workflows with ease and flexibility. Wexflow server and its backend run on Windows, Linux and macOS.

Wexflow also makes use of Quartz.NET open source job scheduling system that is used in large scale enterprise systems. Thus, Wexflow offers flexibility in planning workflow jobs such as cron workflows.

Furthermore, Wexflow makes use of LiteDB serverless NoSQL Document Store database in its server and backend which enhance and improve the performance of this workflow engine.

Wexflow comes with a back end too, so you can search and filter among all your workflows, have real-time statistics on your workflows, manage your workflows with ease, design your workflows with ease, and track your workflows with ease:

Dashboard

Just to give you an idea of what Wexflow does, this is a screenshot from the "Designer" page. Using the "Designer" page, we get a nice visual overview of the dependency graph of the workflow. Each node represents a task which has to be run:

Designer

Moreover, the "Designer" page allows to edit workflow files through its Web XML editor:

Designer

Table Of Contents

Why Wexflow?

Discover more about the features in details.

Real Life Examples

  • Orchestration engine.
  • Form submission approval processes.
  • Batch recording live video feeds.
  • Batch transcoding audio and video files.
  • Batch uploading videos and their metadata to YouTube SFTP dropbox.
  • YouTube integration: Automatically upload, search for content and list uploaded videos on YouTube through YouTube Data API.
  • Instagram integration: Automatically upload images and videos to Instagram through Instagram API.
  • Twitter integration: Automatically send tweets through Twitter API.
  • Reddit integration: Automatically send posts and links to Reddit through Reddit API.
  • Batch encrypting and decrypting large files.
  • Batch converting, resizing and cropping images.
  • Creating and sending reports and invoices by email.
  • Connecting systems and applications via watch folders.
  • Batch downloading files over FTP/FTPS/SFTP/HTTP/HTTPS/Torrent.
  • Batch uploading files over FTP/FTPS/SFTP.
  • Database administration and maintenance.
  • Synchronizing the content of local or remote directories.
  • Optimizing PDF files.

Benefits

  • Gain time by automating repetitive tasks.
  • Save money by avoiding re-work and corrections.
  • Reduce human error.
  • Become more efficient and effective in completing your tasks.
  • Become more productive in what you do.
  • Become consistent in what you do.

Who's Using Wexflow?

Assurant


BHV-Automation


Datalogics


eandbsoftware


glinksolutions


Yandex

Get Started

Building From Source

To build from source, follow these instructions.

Contribute

  1. Turn off autocrlf:
    git config core.autocrlf false
    
  2. Hack!
  3. Make a pull request.

After your pull request has been reviewed, it can be merged into the repository.

To run unit tests, follow these guidelines.

Changelog

The changelog is available in the release history.

License

Wexflow is licensed under the MIT License. Wexflow contains other libraries with their individual licenses. More details about these licenses can be found in the wiki.

Credits

Thanks to JetBrains for the free open-source licenses.

Improved and optimized using:

Resharper

About

A high-performance, extensible, modular and cross-platform workflow engine. Built for automation.

https://wexflow.github.io

License:MIT License


Languages

Language:C# 78.4%Language:JavaScript 11.8%Language:Inno Setup 4.5%Language:Java 2.1%Language:HTML 1.3%Language:CSS 1.1%Language:Batchfile 0.8%