What problem does it solve?
This Skill simplifies the creation and management of complex workflows orchestrated by Conductor, a powerful workflow engine, directly within .NET applications.
Core Features & Use Cases
- Strongly-typed DSL: Define workflows and tasks using C# classes and methods for enhanced developer experience and type safety.
- Task Handler Registration: Easily register custom C# classes as task handlers that Conductor workers can execute.
- Workflow Definition: Build intricate workflow logic, including conditional branching, parallel execution, and loops, using a fluent API.
- Use Case: Develop a microservice that orchestrates a multi-step order fulfillment process, from order placement to inventory update and shipping notification, all managed by ConductorSharp.
Quick Start
Use the conductor-sharp skill to register a new workflow definition named 'MyWorkflow'.