An open API service indexing awesome lists of open source software.

https://github.com/accessory/flowra


https://github.com/accessory/flowra

scripting threading workflow-engine

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# FlowRa
A workflow engine designed with multithreading in mind. The application can and needs to be extended with plugins.

## Introduction
The idea is that this program is run with a simple script and that everything else including threading is done by the plugins.

## Dependencies
The code was written with C++ 17 in mind and needs the following dependencies:

- boost
- FlowUtils