This project was created as a simple example to start with Temporal using the concepts of Worker, Workflow and Activities.
You can change the following configurations in the pom.xml file:
- Maven Compiler Version
- Temporal Version
- Spring Cloud Version
Clone the project
git clone https://github.com/XimCervantesPatlan/Temporal-Hello-World.gitGo to the project directory
cd hello-world-demoStart the local server
temporal server start-devRun the Main program to start the project and check the status of your workflows in http://localhost:8080/.
To start a Workflow send a GET request like this:
http://localhost:8080/greetings/Ximena