P4ndaFR / waaf-demo

Workflow As a framwork

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Workflow as a framwork demo

Requirements

  • docker
  • go (tested in 1.16Beta1, but should work fine for 1.14.x and 1.15.x)

Run the demo

  1. Start temporal server locally
$ docker-compose up -d
  1. Start worker
$ go run worker/main.go
  1. Start workflow (In a separate terminal)
$ go run trigger-linear/main.go

or

$ go run trigger-parallel/main.go
  1. Watch logs in the worker tab (step 2.) and overall progress on the temporal ui
  2. Enjoy your cookies 🍪

About

Workflow As a framwork


Languages

Language:Go 100.0%