Skip to content

Latest commit

 

History

History

getresultsasync

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Get Workflow results async

This sample shows the use of WorkflowStub.getResult and WorkflowStub.getResultAsync to show how the Temporal Client API can not only start Workflows async but also wait for their results async as well.

Run the sample

  1. Start the Worker:
./gradlew -q execute -PmainClass=io.temporal.samples.getresultsasync.Worker
  1. Start the Starter
./gradlew -q execute -PmainClass=io.temporal.samples.getresultsasync.Starter