Workflow
Oracle Backend for Microservices and AI includes the Netflix Conductor Server. Conductor is a popular workflow solution that works with Spring Boot Microservices and Oracle Database.
Documentation on Conductor can be found here:
-
Expose the Oracle Spring Cloud Admin server that the CLI calls by using this command:
kubectl port-forward services/conductor-server -n conductor-server 8080:8080
-
Access the Conductor server UI at this URL:
http://localhost:8080
-
Access the Swagger documentation at this URL:
http://localhost:8080/swagger-ui/index.html
The API Specification can be found here: