SpiffWorkflow: A Powerful Python Workflow Engine for BPMN and DMN
This repository profile is provided by osrepos.com, an open source repository discovery platform.

Summary
SpiffWorkflow is a robust workflow engine built entirely in pure Python, designed to support low-code business applications. It offers extensive support for BPMN and DMN processing, enabling non-developers to visually describe complex processes. This powerful engine allows businesses to create clear, coherent diagrams that seamlessly drive applications.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
SpiffWorkflow is a powerful workflow engine implemented entirely in pure Python. It builds upon the excellent work of the Workflow Patterns initiative, with extensive support added in recent years for Business Process Model and Notation (BPMN) and Decision Model and Notation (DMN) processing.
The motivation behind SpiffWorkflow is to facilitate the development of low-code business applications in Python. By leveraging BPMN, non-developers can visually describe complex workflow processes using diagrams, which are then seamlessly executed by a powerful Python script engine. This approach allows businesses to create clear, coherent diagrams that directly drive application logic.
Key features include comprehensive BPMN support, covering complex components like pools, lanes, multi-instance tasks, sub-workflows, timer events, signals, messages, boundary events, and looping. It also provides a baseline implementation of DMN, well-integrated with its Python execution engine. For those preferring direct coding, SpiffWorkflow retains support for building workflows in code or running them based on an internal JSON data structure.
Installation
Getting started with SpiffWorkflow is straightforward. You can install it using pip:
pip install spiffworkflow
Examples
Detailed documentation, including code examples and comprehensive guides, is available on the official ReadTheDocs site. For a practical demonstration of SpiffWorkflow in action, you can explore the dedicated example application.
Why Use It
SpiffWorkflow stands out as an excellent choice for several reasons:
- Pure Python Implementation: Built entirely in Python, it minimizes external dependencies, relying primarily on
lxmlfor XML parsing. - BPMN and DMN Support: It offers robust support for industry-standard BPMN and DMN, enabling visual modeling of complex business processes.
- Low-Code Development: Empowers non-developers to define business logic through diagrams, accelerating application development and reducing reliance on extensive coding.
- Flexibility: Supports both diagram-driven workflows and programmatic workflow definitions, catering to different development preferences.
- Active Community and Support: Benefits from an active open-source community and offers commercial support options from Sartography.
Links
- GitHub Repository: https://github.com/sartography/SpiffWorkflow
- Official Documentation: https://spiffworkflow.readthedocs.io/en/latest/
- Discord Community: https://discord.gg/BYHcc7PpUC
- Example Application: https://github.com/sartography/spiff-example-cli
Related repositories
Similar repositories that may be relevant next.
OpenSandbox: A Secure and Extensible Sandbox Runtime for AI Agents
August 12, 2026
OpenSandbox is a powerful, general-purpose sandbox platform designed for AI applications. It provides secure, fast, and extensible runtime environments, supporting multi-language SDKs and Docker/Kubernetes deployments. This project is ideal for developing and evaluating AI agents in isolated, controlled settings.

FastMCP: The Pythonic Framework for Model Context Protocol Applications
August 11, 2026
FastMCP is a robust, Pythonic framework developed by PrefectHQ, designed to simplify the creation of Model Context Protocol (MCP) servers and clients. It provides a comprehensive application framework for connecting Large Language Models (LLMs) to tools and data, handling complexities like schema generation, validation, and protocol lifecycle. As the standard framework for MCP, FastMCP empowers developers to build powerful LLM-integrated applications efficiently.

nanobot: An Ultra-Lightweight, Self-Hosted Personal AI Agent Framework
August 9, 2026
nanobot is an ultra-lightweight, open-source, self-hosted personal AI agent framework built in Python. It offers a WebUI, tools, memory, multi-agent workflows, and automation capabilities, making it a versatile solution for personal AI tasks. Users can deploy it across various platforms, including chat apps, for seamless integration.

ReMe: An Advanced Memory Management Kit for AI Agents
August 7, 2026
ReMe is an innovative, local-first memory layer designed for AI agents, transforming conversations and resources into file-based long-term memory. It continuously indexes, links, and consolidates this information, enabling advanced recall and supporting the development of self-evolving agents. This kit helps agents remember and refine their experiences effectively.
Source repository
Open the original repository on GitHub.
15 counted GitHub visits