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 f68f80c commit b3621d5Copy full SHA for b3621d5
src/main/java/com/uber/cadence/client/WorkflowClient.java
@@ -70,7 +70,7 @@
70
*
71
* <pre><code>
72
* // Returns as soon as the workflow starts.
73
- * WorkflowExecution workflowExecution = WorkflowClient.asyncStart(workflow::processFile, workflowArgs);
+ * WorkflowExecution workflowExecution = WorkflowClient.start(workflow::processFile, workflowArgs);
74
75
* System.out.println("Started process file workflow with workflowId=\"" + workflowExecution.getWorkflowId()
76
* + "\" and runId=\"" + workflowExecution.getRunId() + "\"");
0 commit comments