Repository History
2 repositories tagged with workflow-engine

SpiffWorkflow: A Powerful Python Workflow Engine for BPMN and DMN
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.

Argo Workflows: A Cloud-Native Workflow Engine for Kubernetes
Argo Workflows is an open-source, container-native workflow engine designed for orchestrating parallel jobs on Kubernetes. It allows users to define multi-step workflows where each step is a container, modeling dependencies using directed acyclic graphs (DAGs). This CNCF graduated project is ideal for machine learning pipelines, data processing, and CI/CD.