When you use Conductor, you can cleanly decouple the process flows of your application from its implementation. This is done by orchestrating your process flows using configurations separate from its implementation. You can assemble various flows using the same implementation and change it dynamically when required.
Configuring such workflows is easy with Conductor. You can use our SDK configuration builders using languages such as Java or use our UI based editor and it results in a visual graph of your application’s execution paths.
And to make things even easier, Conductor executes common application building components such as HTTP calls, Lambda function invocations and database operations using built in system tasks, minimizing the need for you to write microservices.