Skip to content

antosdaniel/temporal-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PoC for Temporal

Quick run

  • Start temporal server
docker compose down && docker compose up
  • In separate terminal, start worker
go run .

Out-of-the-box, SyncDataFromBob workflow will be executed every minute, and two PushPayDetails when you start a worker. You should also be able to see your workflows at http://localhost:8080/namespaces/default/workflows.

You can schedule additional workflows like this:

docker exec temporal-admin-tools temporal workflow start \
 --task-queue default \
 --type PushPayDetails \
 --input '{"CompanyID": "company-id", "PayslipID": "payslip-id"}'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages