Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.27 KB

README.md

File metadata and controls

24 lines (14 loc) · 1.27 KB

Fluss-Server

Maintenance Maintainer Code style: black

Fluss is the Arkitekt Workflow Repository. It represents a central repository of all workflows that users have created and shared. It also provides interfaces to save and retrieve workflow runs, and to inspect the results of these runs. Importantly fluss is not a workflow engine, but rather a repository for workflows and their runs.

If you are looking for a "reactive" workflow scheduler for fluss-workflows you should look at the Reaktion plugin or Rekuest, which will be able to schedule fluss workflows on a connected Arkitekt App (or on multiple connected apps).

Developmental Notices

Fluss is currently being rewritten to support the modern Arkitekt Stack of Django and Strawberry GraphQL. This repository will remain the main repository for Fluss, and the new version will be merged into this repository once the new version is ready for production.