You can execute the sample reference workflow that is implemented in the reference Conductor application using the following steps (please note you have to use Java 8 JDK to start the Netflix Conductor as it still doesn't support Java 11 JDK):
- Install (https://netflix.github.io/conductor/intro/#installing-and-running) and run Netflix Conductor (use the default settings)—both the Netflix Conductor server and the UI app.
- Build the conductor-service microservice using mvn clean package.
- Then, execute the conduct-service JAR using java -jar <jar path>.
- Because, blueprint is required to be created once. You can perform following one-time activity:
- Create TaskDef objects (blueprints):
curl -X PUT http://localhost:2223/taskdefIt ...