Jyfti

The workflow engine for software engineers

Json-based

Workflows are standalone JSON files. Thus, they can be put into Git and parsed by programs.

Execute anywhere

The Jyfti CLI reads and writes on the file system. This allows Jyfti to be executed on a CI server as well as on a local computer.

Step-by-step execution

Unsure what's going on in your workflow? Jyfti can execute workflows step-by-step with intermediary states. Copy these states from CI and you can reproduce an issue locally.