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.
2 parents ccb188c + 45713cf commit db4d635Copy full SHA for db4d635
articles/azure-functions/durable/durable-functions-instance-management.md
@@ -852,7 +852,7 @@ public HttpResponseMessage httpStartAndWait(
852
try {
853
String timeoutString = req.getQueryParameters().get("timeout");
854
Integer timeoutInSeconds = Integer.parseInt(timeoutString);
855
- OrchestrationMetadata orchestration = client.waitForInstanceStart(
+ OrchestrationMetadata orchestration = client.waitForInstanceCompletion(
856
instanceId,
857
Duration.ofSeconds(timeoutInSeconds),
858
true /* getInputsAndOutputs */);
0 commit comments