Skip to content

aditya109/temporal-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

temporal demo

  1. Start temporal

    cd temporal-setup
    docker compose up #you can view it on http://localhost:8080/
  2. Start worker

cd sample-app
go mod tidy
cd worker
go run worker.go
  1. Execute workflows

    • Example workflow executions which are successful
      tctl workflow start --workflow_type GreetSomeoneInSpanish --taskqueue greeting-tasks --workflow_id my-second-workflow --input '"2"'
    • Example executing a workflow with an activity which fails
      tctl workflow start --workflow_type GreetSomeoneInSpanish2 --taskqueue greeting-tasks --workflow_id my-second-workflow --input '"2"'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published