Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Parallel Activities

This sample demonstrates how to kick off multiple activities in parallel and then synchronously await their results once all have completed.

Make sure the Temporal Server is running locally.

From the root of the project, start a Worker:

go run branch/worker/main.go

Start the Workflow Execution:

go run branch/starter/main.go