This sample workflow demonstrates how to execute multiple activities in parallel and merge their results using futures.
The futures are awaited using Selector. It allows processing them as soon as they become ready. See split-merge-future
sample to see how to process them without Selector in the order of activity invocation instead.
- Run a Temporal service.
- Run the following command to start the worker
go run splitmerge-selector/worker/main.go
- Run the following command to start the example
go run splitmerge-selector/starter/main.go