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 across distributed services — order processing, payment workflows, customer onboarding — is hard, and guaranteeing completion despite service failures makes it harder.

Conductor offloads state management, failure handling, and resiliency to the server so your application code stays stateless. Write in any language and framework, then orchestrate with simple JSON-based workflows.

Workflows support sub-workflows, branches, loops, and parallel execution — the same constructs as any program, but durable by default.

Tasks can be external microservices (HTTP or gRPC) or lightweight worker processes built with Conductor SDKs in your preferred language.

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.

Get Running in 60 Seconds

  npm install -g @conductor-oss/conductor-cli
  conductor server start

Open http://localhost:8080 — your server is running with the built-in UI.

Run your first workflow:

  # Create a workflow that calls an API and parses the response — no workers needed
  curl -s https://raw.githubusercontent.com/conductor-oss/conductor/main/docs/quickstart/workflow.json -o workflow.json
  conductor workflow create workflow.json
  conductor workflow start -w hello_workflow --sync
Prefer Docker?
  docker run -p 8080:8080 conductoross/conductor:latest

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

Pinned Loading

  1. conductor conductor Public

    Conductor is an event driven agentic workflow engine providing durable and highly resilient execution engine for applications and AI Agents

    Java 32.2k 1k

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

    Awesome applications built with Conductor

    Python 21 12

  3. conductor-mcp conductor-mcp Public

    Model Context Protocol server for Orkes Conductor

    Python 16 10

  4. conductor-skills conductor-skills Public

    SKILLS.md for Conductor

    Shell 19 10

Repositories

Showing 10 of 41 repositories
  • conductor Public

    Conductor is an event driven agentic workflow engine providing durable and highly resilient execution engine for applications and AI Agents

    conductor-oss/conductor's past year of commit activity
    Java 32,196 Apache-2.0 1,005 165 (5 issues need help) 96 Updated Sep 9, 2026
  • go-sdk Public

    Conductor OSS SDK for Go programming language

    conductor-oss/go-sdk's past year of commit activity
    Go 66 Apache-2.0 25 17 18 Updated Sep 9, 2026
  • csharp-sdk Public

    Conductor OSS SDK for C#/.NET

    conductor-oss/csharp-sdk's past year of commit activity
    C# 54 Apache-2.0 23 13 9 Updated Sep 9, 2026
  • javascript-sdk Public

    Conductor OSS SDK for JavaScript/TypeScript

    conductor-oss/javascript-sdk's past year of commit activity
    TypeScript 57 Apache-2.0 19 25 10 Updated Sep 9, 2026
  • python-sdk Public

    Conductor OSS SDK for Python programming language

    conductor-oss/python-sdk's past year of commit activity
    Python 104 Apache-2.0 42 24 20 Updated Sep 9, 2026
  • rust-sdk Public

    Rust SDK for Conductor OSS

    conductor-oss/rust-sdk's past year of commit activity
    Rust 7 Apache-2.0 2 0 2 Updated Sep 9, 2026
  • java-sdk Public

    Java Client SDK for Conductor

    conductor-oss/java-sdk's past year of commit activity
    Java 12 Apache-2.0 10 16 26 Updated Sep 9, 2026
  • ruby-sdk Public

    Ruby SDK for Conductor

    conductor-oss/ruby-sdk's past year of commit activity
    Ruby 1 Apache-2.0 0 4 11 Updated Sep 9, 2026
  • csf Public

    Conductor Software Factory

    conductor-oss/csf's past year of commit activity
    0 Apache-2.0 0 0 0 Updated Sep 8, 2026
  • conductor-agents Public

    Production-grade agent harnesses orchestrated by Conductor. First harness: security-harness, an autonomous app/API penetration-testing agent.

    conductor-oss/conductor-agents's past year of commit activity
    Python 4 Apache-2.0 0 0 1 Updated Sep 5, 2026

People

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