Netflix Conductor

Netflix's open-source microservices orchestration engine that coordinates distributed workflows defined as JSON, with workers implemented in any language polling a central task queue.

Evaluated Mar 07, 2026 (0d ago) v3.15.0
Homepage ↗ Repo ↗ Developer Tools workflow orchestration netflix microservices json-dsl language-agnostic
⚙ Agent Friendliness
59
/ 100
Can an agent use this?
🔒 Security
70
/ 100
Is it safe for agents?
⚡ Reliability
77
/ 100
Does it work consistently?

Score Breakdown

⚙ Agent Friendliness

MCP Quality
--
Documentation
78
Error Messages
76
Auth Simplicity
82
Rate Limits
78

🔒 Security

TLS Enforcement
78
Auth Strength
68
Scope Granularity
60
Dep. Hygiene
75
Secret Handling
72

No fine-grained RBAC in OSS version; Orkes Cloud adds role-based access control; secrets in workflow definitions are stored as plain JSON — use external secret references for sensitive values

⚡ Reliability

Uptime/SLA
75
Version Stability
78
Breaking Changes
74
Error Recovery
82
AF Security Reliability

Best When

You need language-agnostic workflow orchestration where multiple teams in different tech stacks implement individual steps and a central engine coordinates them.

Avoid When

Your workflows are latency-sensitive or you need complex branching logic that becomes unwieldy to express in JSON DSL.

Use Cases

  • Orchestrating heterogeneous agent pipelines where different steps are implemented in different languages or runtimes
  • Building visual workflow definitions that non-engineers can inspect and modify without touching code
  • Coordinating sequences of HTTP calls to external APIs with conditional branching and fan-out/fan-in
  • Implementing human-in-the-loop approval workflows where agent steps pause and wait for external signals
  • Running data processing pipelines where each stage is a stateless worker that polls for tasks

Not For

  • Workflows requiring sub-second latency — polling-based worker model introduces inherent latency between task availability and execution
  • Teams wanting code-defined workflows with IDE support and type safety rather than JSON DSL definitions
  • Simple scheduled jobs without multi-step dependencies or conditional logic

Interface

REST API
Yes
GraphQL
No
gRPC
No
MCP Server
No
SDK
Yes
Webhooks
Yes

Authentication

Methods: api_key none
OAuth: No Scopes: No

Orkes Cloud (managed offering) uses API key auth; self-hosted deployments often run without auth on trusted networks; basic auth available via configuration

Pricing

Model: open_source_plus_cloud
Free tier: Yes
Requires CC: No

Core engine is Apache 2.0 open source; Orkes provides managed cloud hosting with SLA; Orkes Cloud developer tier is free with usage limits

Agent Metadata

Pagination
offset
Idempotent
Partial
Retry Guidance
Documented

Known Gotchas

  • Worker polling model means task pickup is not instantaneous — polling interval configuration directly impacts workflow latency and must be tuned per use case
  • JSON workflow DSL lacks type safety; malformed workflow definitions fail at runtime rather than at definition time with no IDE validation support
  • Dynamic workflow changes (modifying a running workflow definition) do not apply to in-flight instances — version management requires explicit workflow versioning strategy
  • Elasticsearch dependency for workflow search/indexing adds operational complexity; running without it disables workflow history search capabilities
  • External payload storage for large task inputs/outputs requires S3 or similar — default in-memory/DB storage has size limits that are easy to hit with agent tool outputs

Alternatives

Full Evaluation Report

Comprehensive deep-dive: security analysis, reliability audit, agent experience review, cost modeling, competitive positioning, and improvement roadmap for Netflix Conductor.

AI-powered analysis · PDF + markdown · Delivered within 30 minutes

$99

Package Brief

Quick verdict, integration guide, cost projections, gotchas with workarounds, and alternatives comparison.

Delivered within 10 minutes

$3

Score Monitoring

Get alerted when this package's AF, security, or reliability scores change significantly. Stay ahead of regressions.

Continuous monitoring

$3/mo

Scores are editorial opinions as of 2026-03-07.

6470
Packages Evaluated
26150
Need Evaluation
173
Need Re-evaluation
Community Powered