awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to danielgerlag/workflow-core

Open-source alternatives to Workflow Core

30 open-source projects similar to danielgerlag/workflow-core, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Workflow Core alternative.

  • optimajet/workflowengine.netoptimajet avatar

    optimajet/WorkflowEngine.NET

    981View on GitHub↗

    WorkflowEngine.NET - component that adds workflow in your application. It can be fully integrated into your application, or be in the form of a specific service (such as a web service).

    C#
    View on GitHub↗981
  • azure/durabletaskAzure avatar

    Azure/durabletask

    1,720View on GitHub↗

    Durable Task Framework allows users to write long running persistent workflows in C# using the async/await capabilities.

    C#
    View on GitHub↗1,720
  • camunda/camunda-bpm-platformcamunda avatar

    camunda/camunda-bpm-platform

    4,269View on GitHub↗

    Camunda is a business process automation platform and orchestration tool used to model, deploy, and monitor automated workflows and human-centric tasks. It features a BPMN workflow engine for executing processes based on the BPMN 2.0 standard and a DMN decision engine for automating business logic and rule evaluation. The platform is designed for flexibility through an embedded workflow library that allows the engine to be integrated directly into custom applications. It supports multi-tenant workflow management, enabling the secure separation of process definitions and instance data for mult

    Java
    View on GitHub↗4,269
  • atifaziz/ncrontabatifaziz avatar

    atifaziz/NCrontab

    986View on GitHub↗

    Crontab for .NET

    C#crontabdotnethacktoberfest
    View on GitHub↗986
  • automatiko-io/automatiko-engineautomatiko-io avatar

    automatiko-io/automatiko-engine

    85View on GitHub↗

    Automatiko workflow engine to build services and functions

    Java
    View on GitHub↗85

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • dasmulli/dotnet-win32-servicedasMulli avatar

    dasMulli/dotnet-win32-service

    456View on GitHub↗

    Helper classes to set up and run as windows services directly on .net core. A ServiceBase alternative.

    C#
    View on GitHub↗456
  • dbos-inc/dbos-transactdbos-inc avatar

    dbos-inc/dbos-transact

    1,245View on GitHub↗

    Database-Backed Durable TypeScript Workflows

    TypeScript
    View on GitHub↗1,245
  • dmetzgar/corewfdmetzgar avatar

    dmetzgar/corewf

    18View on GitHub↗

    WF runtime ported to work on .NET Core

    C#
    View on GitHub↗18
  • elasticjob/elastic-job-liteE

    elasticjob/elastic-job-lite

    0View on GitHub↗
    View on GitHub↗0
  • fizista/micropython-mcronfizista avatar

    fizista/micropython-mcron

    39View on GitHub↗

    .. role:: bash(code) :language: bash

    Python
    View on GitHub↗39
  • fizista/micropython-scronfizista avatar

    fizista/micropython-scron

    9View on GitHub↗

    .. role:: bash(code) :language: bash

    Python
    View on GitHub↗9
  • hugoj0s3/naturalcronhugoj0s3 avatar

    hugoj0s3/NaturalCron

    98View on GitHub↗

    Human-readable recurrence expressions for .NET – easier than Cron!

    C#croncsharpdate-time
    View on GitHub↗98
  • javrasya/django-riverjavrasya avatar

    javrasya/django-river

    748View on GitHub↗

    Django workflow library that supports on the fly changes ⛵

    Python
    View on GitHub↗748
  • jmrozanec/cron-utilsjmrozanec avatar

    jmrozanec/cron-utils

    1,208View on GitHub↗

    Cron utils for parsing, validations and human readable descriptions as well as date/time interoperability.

    Javacroncron-definitionscron-expression
    View on GitHub↗1,208
  • kiegroup/kogito-runtimeskiegroup avatar

    kiegroup/kogito-runtimes

    9View on GitHub↗

    This repository is a fork of apache/incubator-kie-kogito-runtimes. Please use upstream repository for development.

    Java
    View on GitHub↗9
  • knowm/sundialknowm avatar

    knowm/Sundial

    280View on GitHub↗

    A Light-weight Job Scheduling Framework

    Javacronjavaquartz
    View on GitHub↗280
  • liveramp/captainLiveRamp avatar

    LiveRamp/captain

    39View on GitHub↗

    distributed, light-weight java workflow engine for a microservice architecture

    Java
    View on GitHub↗39
  • lorcap/micropython-suntimeL

    lorcap/micropython-suntime

    0View on GitHub↗

    This library provides an approximated calculation of sunrise and sunset time. It is written in Python and targets the MicroPython's constrained environments.

    View on GitHub↗0
  • ncronjob-dev/ncronjobNCronJob-Dev avatar

    NCronJob-Dev/NCronJob

    205View on GitHub↗

    A Job Scheduler sitting on top of IHostedService in dotnet.

    C#cronjobcsharpdotnet
    View on GitHub↗205
  • nitorcreations/nflowNitorCreations avatar

    NitorCreations/nFlow

    233View on GitHub↗

    Embeddable JVM-based workflow engine with high availability, fault tolerance, and support for multiple databases. Additional libraries are provided for visualization and REST API.

    Java
    View on GitHub↗233
  • noneback/go-taskflownoneback avatar

    noneback/go-taskflow

    632View on GitHub↗

    A pure go General-purpose Task-parallel Programming Framework with integrated visualizer and profiler

    Go
    View on GitHub↗632
  • occurify/occurifyOccurify avatar

    Occurify/Occurify

    75View on GitHub↗

    A powerful and intuitive .NET library for defining, filtering, transforming, and scheduling instant and period timelines.

    C#astronomycoordinatescron
    View on GitHub↗75
  • peterhinch/micropython-asyncP

    peterhinch/micropython-async

    0View on GitHub↗

    CPython supports asynchronous programming via the asyncio library. MicroPython provides asyncio which is a subset of this, optimised for small code size and high performance on bare metal targets. This repository provides documentation, tutorial material and code to aid in its effective use.

    View on GitHub↗0
  • quartznet/quartznetquartznet avatar

    quartznet/quartznet

    6,997View on GitHub↗

    Quartz.NET is a job scheduler for .NET applications designed to schedule and execute programmatic tasks. It functions as a distributed task orchestrator and enterprise task orchestrator, capable of managing recurring jobs with concurrency limits and complex intervals. The system provides high availability through a clustered execution model that balances loads and provides fail-over redundancy across multiple server instances. It utilizes a relational database job store to persist job and trigger states, ensuring that scheduled tasks survive application restarts. The framework includes capab

    C#c-sharpcrondotnet
    View on GitHub↗6,997
  • sartography/spiffworkflowsartography avatar

    sartography/SpiffWorkflow

    1,902View on GitHub↗

    A powerful workflow engine implemented in pure Python

    Python
    View on GitHub↗1,902
  • scipipe/scipipescipipe avatar

    scipipe/scipipe

    1,112View on GitHub↗

    Robust, flexible and resource-efficient pipelines using Go and the commandline

    Go
    View on GitHub↗1,112
  • sogou/workflowsogou avatar

    sogou/workflow

    14,301View on GitHub↗

    Workflow is an asynchronous C++ task engine designed for building distributed systems and high-performance network services. It provides a framework for orchestrating complex sequences of network, file, and computational operations, allowing developers to compose these tasks into parallel workflows. The library functions as a toolkit for implementing scalable servers and clients for protocols such as HTTP, Redis, MySQL, and Kafka. It distinguishes itself through a task-based concurrency model that manages non-blocking operations and coordinates service discovery, load balancing, and traffic r

    C++consuldaghttp
    View on GitHub↗14,301
  • sorentwo/obansorentwo avatar

    sorentwo/oban

    3,930View on GitHub↗

    Oban is a relational database-backed job processor and task scheduler for Elixir applications. It functions as a distributed workflow orchestrator that leverages database primitives to ensure job persistence, reliability, and consistent state management across clusters. The system distinguishes itself through complex workflow orchestration, enabling the composition of task dependencies using batching, sequential processing, and fan-out or fan-in patterns. It provides global throughput limiting and uniqueness enforcement to prevent duplicate work and protect downstream resources across distrib

    Elixir
    View on GitHub↗3,930
  • spotify/luigispotify avatar

    spotify/luigi

    18,676View on GitHub↗

    Luigi is a Python framework designed for building and managing complex batch data pipelines. It functions as a workflow orchestration engine that organizes tasks into directed acyclic graphs, ensuring that jobs execute in the correct logical order based on their dependencies. By utilizing a centralized scheduler, the system coordinates task execution across distributed environments, tracks global workflow state, and prevents redundant processing by verifying the existence of output targets before triggering any work. The project distinguishes itself through a robust state-tracking mechanism t

    Pythonhadoopluigiorchestration-framework
    View on GitHub↗18,676
  • symfony/workflowsymfony avatar

    symfony/workflow

    629View on GitHub↗

    Provides tools for managing a workflow or finite state machine

    PHP
    View on GitHub↗629