Skip to content

Commit 7088a45

Browse files
committed
fix typo
1 parent 2cbeaaf commit 7088a45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/durable/durable-functions-instance-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ If you have an orchestration failure for an unexpected reason, you can *rewind*
10121012

10131013
> [!NOTE]
10141014
> This API is not intended to be a replacement for proper error handling and retry policies. Rather, it is intended to be used only in cases where orchestration instances fail for unexpected reasons. For more information on error handling and retry policies, see the [Error handling](durable-functions-error-handling.md) article.
1015-
> The `rewind` API is only meant to be used against `Failed` or `Terminated` orchestrators. Orchestrators in other states such as `Running`, `Pending`, `Supended`, `Completed` cannot be be "rewinded".
1015+
> The `rewind` API is only meant to be used against `Failed` or `Terminated` orchestrators. Orchestrators in other states such as `Running`, `Pending`, `Suspended`, `Completed` cannot be be "rewinded".
10161016
10171017
Use the `RewindAsync` (.NET) or `rewind` (JavaScript) method of the [orchestration client binding](durable-functions-bindings.md#orchestration-client) to put the orchestration back into the *Running* state. This method will also rerun the activity or sub-orchestration execution failures that caused the orchestration failure.
10181018

0 commit comments

Comments
 (0)