Quickstarts
This quickstart series teaches you the basics of developing applications and systems with Conductor, given a basic understanding of Conductor’s worker-task queue architecture. By creating your first Conductor workflow, you’ll learn how orchestration lets you develop distributed systems without worrying about coordinating complexity.
In this series, we will cover the following fundamentals:
- Write a custom worker
- Create a workflow
- Debug a workflow
Familiarize yourself with the core concepts in Conductor before diving into our quickstarts.
Prerequisites
Before you begin, check that you have access to your Orkes Conductor cluster. Refer to Setting Up Orkes Conductor for more information.
For immediate sandbox testing, you can try Orkes Developer Edition.
Ready to start?
📄️ Quickstart 1: Write a Worker
In this quickstart, learn how to write your own workers for custom business logic.
📄️ Quickstart 2: Create Your First Workflow
In this quickstart, learn how to build your first Conductor workflow.
📄️ Quickstart 3: Monitor and Debug Workflows
In this quickstart, learn the basics of debugging and monitoring your workflows.