Enterprise Orkes Conductor: https://orkes.io
And finally, the MCP Server, which is compatible with both open source Conductor and Orkes Enterprise Conductor: https://github.com/conductor-oss/conductor-mcp
If you aren't familiar with Workflow Orchestration, there's an article here: https://www.ibm.com/think/topics/workflow-orchestration
In brief (and in my own words), workflow orchestration separates the state from the code so they can be managed independently.
Here's a blurb I grabbed about Conductor:
"Conductor is an open-source, Apache 2.0 licensed workflow orchestration framework. You can use Conductor to easily build highly reliable distributed applications using the language of your choice.
Conductor removes the complexities of maintaining and propagating the state of the execution while increasing the robustness of the application by natively supporting retries and error handling scenarios. That way you can focus on coding the business logic of your application instead of the complexities of building the distributed ecosystem."