SpiffWorkflow VS activflow

Compare SpiffWorkflow vs activflow and see what are their differences.

SpiffWorkflow

A powerful workflow engine implemented in pure Python [Moved to: https://github.com/sartography/SpiffWorkflow] (by knipknap)

activflow

Generic, light-weight & extensible Workflow Engine for agile automation of Business Processes | Django, Python (by faxad)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
SpiffWorkflow activflow
1 1
1,149 564
- -
9.0 0.0
about 2 years ago about 1 year ago
Python JavaScript
GNU Lesser General Public License v3.0 only GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

SpiffWorkflow

Posts with mentions or reviews of SpiffWorkflow. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-04.
  • BPMN dynamic workflow for Django
    3 projects | /r/codehunter | 4 Apr 2022
    The other big approach is BPMN engines. After messing around with several Python-pure (non Django) options, I manage to get SpiffWorkflow working using bpmn_dmn. Now I can load .bpmn diagrams and .dmn tables made with Camunda Modeler and run them through the engine to get a final event based on some parameters.

activflow

Posts with mentions or reviews of activflow. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-04.
  • BPMN dynamic workflow for Django
    3 projects | /r/codehunter | 4 Apr 2022
    The problem with Django-based workflows listed in Github and Django packages is that the most popular/stable (for example Viewflow or ActivFlow) provide some kind of framework to ease the implementation of your states and transitions but, at the end of the day, you need to code changes by hand each time that the stakeholders change their mind about the process flow. The most promising option found at the awesome Django list was django-river which at least stores the states and transitions of the workflow as Django models in the database, so you can make changes on the fly.

What are some alternatives?

When comparing SpiffWorkflow and activflow you can also consider the following projects:

Airflow - Apache Airflow - A platform to programmatically author, schedule, and monitor workflows

bpmn_dmn - A library to execute BPMN Workflows and DMN Decision Tables

viewflow - Reusable workflow library for Django

Workflow Server - Workflow Server is a ready-to-use Workflow Engine-based application that you can deploy into your infrastructure. It can be integrated with NodeJS, PHP, Ruby, .NET, or Java applications via a REST API. Workflow Server is a key component for managing the lifecycle of business objects within your enterprise.

Spiff - A powerful workflow engine implemented in pure Python

Cabot - Self-hosted, easily-deployable monitoring and alerts service - like a lightweight PagerDuty

incubator-airflow - Apache Airflow - A platform to programmatically author, schedule, and monitor workflows [Moved to: https://github.com/apache/airflow]

pipedream - Connect APIs, remarkably fast. Free for developers.

Prefect - The easiest way to build, run, and monitor data pipelines at scale.

laravel_workflower - Implementation of phpmentors-jp/workflower for laravel application