Skip to content

Files

Latest commit

author
Samantha Santiago
Jan 10, 2023
5a8e38f · Jan 10, 2023

History

History

splitmerge-selector

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