From 85933a4005a7359ca9ed8d0c3d0425d664cc3309 Mon Sep 17 00:00:00 2001 From: Jeu George <92276299+nohup23@users.noreply.github.com> Date: Sat, 21 Mar 2026 12:52:54 -0700 Subject: [PATCH 1/2] update README --- profile/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile/README.md b/profile/README.md index 33ff11a..502a51d 100644 --- a/profile/README.md +++ b/profile/README.md @@ -1,6 +1,6 @@ **Conductor** is a platform for building microservices-based applications with workflow orchestration -Originally [built at Netflix](https://netflixtechblog.com/netflix-conductor-a-microservices-orchestrator-2e8d4771bf40), Conductor is an open source platform for building and scaling workflow based applications. +Originally [built at Netflix](https://netflixtechblog.com/netflix-conductor-a-microservices-orchestrator-2e8d4771bf40), Conductor is an open source platform for building and scaling workflow based applications. Like all popular Open Source Projects at Netflix, as the community and adoption got bigger, the project move into its own [foundation](https://conductor-oss.org/). The original team that built Conductor at Netflix is now at [Orkes](https://orkes.io/), anchoring and leading the global open source ecosystem alongside a large and growing community of contributors worldwide.. Conductor continues to run at massive scale within Netflix, powering critical internal systems. Conductor lets you build applications with: * [SAGA pattern](https://learn.microsoft.com/en-us/azure/architecture/patterns/saga) From 30a60c1c9e127b03928304d41fea44c6ca3f4c25 Mon Sep 17 00:00:00 2001 From: Jeu George <92276299+nohup23@users.noreply.github.com> Date: Sat, 21 Mar 2026 13:03:10 -0700 Subject: [PATCH 2/2] Fix typo in README description Corrected the verb tense from 'move' to 'moved' in the README. --- profile/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile/README.md b/profile/README.md index 502a51d..d68dde5 100644 --- a/profile/README.md +++ b/profile/README.md @@ -1,6 +1,6 @@ **Conductor** is a platform for building microservices-based applications with workflow orchestration -Originally [built at Netflix](https://netflixtechblog.com/netflix-conductor-a-microservices-orchestrator-2e8d4771bf40), Conductor is an open source platform for building and scaling workflow based applications. Like all popular Open Source Projects at Netflix, as the community and adoption got bigger, the project move into its own [foundation](https://conductor-oss.org/). The original team that built Conductor at Netflix is now at [Orkes](https://orkes.io/), anchoring and leading the global open source ecosystem alongside a large and growing community of contributors worldwide.. Conductor continues to run at massive scale within Netflix, powering critical internal systems. +Originally [built at Netflix](https://netflixtechblog.com/netflix-conductor-a-microservices-orchestrator-2e8d4771bf40), Conductor is an open source platform for building and scaling workflow based applications. Like all popular Open Source Projects at Netflix, as the community and adoption got bigger, the project moved into its own [foundation](https://conductor-oss.org/). The original team that built Conductor at Netflix is now at [Orkes](https://orkes.io/), anchoring and leading the global open source ecosystem alongside a large and growing community of contributors worldwide.. Conductor continues to run at massive scale within Netflix, powering critical internal systems. Conductor lets you build applications with: * [SAGA pattern](https://learn.microsoft.com/en-us/azure/architecture/patterns/saga)