Skip to content

Latest commit

 

History

History

splitmerge-selector

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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.

Steps to run this sample:

  1. Run a Temporal service.
  2. Run the following command to start the worker
go run splitmerge-selector/worker/main.go
  1. Run the following command to start the example
go run splitmerge-selector/starter/main.go