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 32k 966

  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 9

  4. conductor-skills conductor-skills Public

    SKILLS.md for Conductor

    Shell 14 8

Repositories

Showing 10 of 38 repositories

People

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

Top languages

Loading…

Most used topics

Loading…