Skip to content

A simple example to start with Temporal using the concepts of Worker, Workflow and Activities

Notifications You must be signed in to change notification settings

XimCervantesPatlan/Temporal-Hello-World

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Temporal Hello World

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

Run Locally

Clone the project

  git clone https://github.com/XimCervantesPatlan/Temporal-Hello-World.git

Go to the project directory

  cd hello-world-demo

Start the local server

  temporal server start-dev

Run 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

About

A simple example to start with Temporal using the concepts of Worker, Workflow and Activities

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages