This sample demonstrates an early-return from a workflow.
By utilizing Update-with-Start, a client can start a new workflow and synchronously receive a response mid-workflow, while the workflow continues to run to completion.
- Run a Temporal service.
- Run the following command to start the worker
go run early-return/worker/main.go
- Run the following command to start the example
go run early-return/starter/main.go