Skip to content

Conductor is a platform for building microservices-based applications with workflow orchestration

Originally built at Netflix, Conductor is an open source platform for building and scaling workflow based applications.

Conductor lets you build applications with:

  • SAGA pattern
  • Microservices orchestration
  • Agentic workflows by orchestrating language models
  • Durable code execution

Building and scaling applications with Conductor

Maintaining state (e.g. order processing, payment workflow, customer onboarding) in an application requires maintaining state across different services. This becomes especially challenging when you need to guarantee process completion despite temporary or permanent service failures. Conductor solves this by offloading state management, failure handling, and other resiliency concerns to the Conductor server Conductor lets you write stateless code in any programming language and framework of your choice, and orchestrate them using workflows that are defined in Conductor.

Conductor workflows are simple JSON based code that follows the same structure as a program with sub-routines (sub-workflows), branches, loops and parallel execution.

Conductor workflow with a branch

Workflow tasks can either be external microservices (exposed over HTTP or gRPC), or service workers built using lightweight Conductor SDKs in your preferred language.

Conductor workflow with a branch

Conductor Users

Thousands of companies rely on Conductor as a bedrock of their reliable application foundation. Some notable names include Netflix where a number of teams use Conductor, Tesla, Swiggy, Atlassian, GE Healthcare. Companies choose Conductor for its open-source nature, ease of use, lightweight SDKs, and a healthy, active community.

Getting Started with Conductor

  1.  Spring-boot and Conductor
  2. Python + Conductor
  3. Building with .NET + Conductor
  4. Developing in Clojure with Conductor
  5. Distributed Applications in Go
  6. Typescript + Conductor

More

  1. Workflows with Human in the loop
  2. Agentic workflow : Autonomous Interview Agent

Featured Use cases

Conductor is widely adopted across multiple industries and used for varied use cases:

  1. Orchestrating Netflix Studio Productions
  2. ML Infrastructure for Personalization at Netflix
  3. Payment Processing
  4. Conductor @ UK Ministry of Justice
  5. Powering clinical workflows at GE Healthcare
  6. Securing Public Cloud Infrastructure with Conductor at Normalyze

(Want to feature your use case? Email us at devrel@orkes.io)

Resources

Community

Orkes on YouTube Slack Community @orkesio on X

Conductor SDKs

Conductor Java SDK Conductor java SDK Conductor Go SDK Conductor Go SDK Conductor Python SDK Conductor Python SDK Conductor Typescript SDK Conductor Typescript SDK Conductor .NET/CSharp SDK Conductor .NET/CSharp SDK

Pinned Loading

  1. conductor conductor Public

    Conductor is an event driven orchestration platform providing durable and highly resilient execution engine for your applications

    Java 24.5k 633

  2. awesome-conductor-apps awesome-conductor-apps Public

    Awesome applications built with Conductor

    Python 5 10

  3. conductor-mcp conductor-mcp Public

    Model Context Protocol server for Orkes Conductor

    Python 5 3

Repositories

Showing 10 of 18 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Most used topics

Loading…