How to invoke a Conductor workflow from a Spring Boot REST controller?

You can invoke Conductor workflows from a Spring Boot REST controller. Refer to the provided example application with Spring Boot 3 and Conductor, which does not rely on microservices and demonstrates worker creation with @WorkerTask annotations.