Skip to content

Commit b3621d5

Browse files
denyskameiliang86
authored andcommitted
updated JavaDoc (#322)
WorkflowClient.asyncStart doesn't exist, replace it WorkflowClient.start
1 parent f68f80c commit b3621d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/uber/cadence/client/WorkflowClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
*
7171
* <pre><code>
7272
* // Returns as soon as the workflow starts.
73-
* WorkflowExecution workflowExecution = WorkflowClient.asyncStart(workflow::processFile, workflowArgs);
73+
* WorkflowExecution workflowExecution = WorkflowClient.start(workflow::processFile, workflowArgs);
7474
*
7575
* System.out.println("Started process file workflow with workflowId=\"" + workflowExecution.getWorkflowId()
7676
* + "\" and runId=\"" + workflowExecution.getRunId() + "\"");

0 commit comments

Comments
 (0)