We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e86ff27 commit ecb04afCopy full SHA for ecb04af
src/main/java/com/uber/cadence/samples/hello/HelloSignal.java
@@ -104,7 +104,6 @@ public static void main(String[] args) throws Exception {
104
.build();
105
GreetingWorkflow workflow =
106
workflowClient.newWorkflowStub(GreetingWorkflow.class, workflowOptions);
107
- workflow.wait();
108
// Start workflow asynchronously to not use another thread to signal.
109
WorkflowClient.start(workflow::getGreetings);
110
// After start for getGreeting returns, the workflow is guaranteed to be started.
0 commit comments