wfmann
wfmann is a small, open-source framework designed to orchestrate tasks and workflows across distributed systems. It provides a declarative workflow language and an execution engine that constructs and runs directed acyclic graphs of tasks, with built-in dependency resolution, retries, and fault tolerance. The project targets automation in software development, data processing, and operations environments.
Development and governance: Maintained by an international community of contributors, wfmann follows an open-source model with
Features: Declarative workflow definitions; DAG-based scheduler; parallel and sequential execution; retry and backoff policies; conditional branching
Architecture and usage: The runtime executes tasks according to a graph, with tasks representing code units
Reception and scope: In community discussions, wfmann is described as a lightweight alternative to heavier workflow