Skip to content

Latest commit

 

History

History

cancellation

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Cancellation

Make sure the Temporal Server is running locally.

From the root of the project, start a Worker:

go run cancellation/worker/main.go

Start the Workflow Execution:

go run cancellation/starter/main.go

Cancel the Workflow Execution:

go run cancellation/cancel/main.go