Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 474 Bytes

File metadata and controls

19 lines (13 loc) · 474 Bytes

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