Skip to content

Commit f147cec

Browse files
authored
Minor fixes in README.md
1 parent cd55f8e commit f147cec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples-v2/orchestration_versioning/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Suborchestration version: 2.0
2323
Hello from B!
2424
```
2525

26-
What happens to existing orchestration instances that were started before the `defaultVersion` change? Waiting for an external event in the middle of the orchestrator provides a convenient opportunity to emulate a deployment while orchestration instances are still running:
26+
What happens to *existing orchestration instances* that were started *before* the `defaultVersion` change? Waiting for an external event in the middle of the orchestrator provides a convenient opportunity to emulate a deployment while orchestration instances are still running:
2727

2828
1. Create a new orchestration by invoking the HTTP trigger (`http_start`).
2929
2. Wait for the orchestration to reach the point where it is waiting for an external event.
@@ -41,4 +41,4 @@ Hello from A!
4141

4242
Note that the value returned by `context.version` is permanently associated with the orchestrator instance and is not impacted by the `defaultVersion` change. As a result, the orchestrator follows the old execution path to guarantee deterministic replay behavior.
4343

44-
However, the suborchestration version is `2.0` because it was invoked this suborchestration was created *after* the `defaultVersion` change.
44+
However, the suborchestration version is `2.0` because this suborchestration was created *after* the `defaultVersion` change.

0 commit comments

Comments
 (0)