@@ -44,7 +44,7 @@ does by using the Web UI to interpret the Event History.
4444
4545Open the Web UI and navigate to the detail page for the Workflow
4646Execution you just ran, which has the Workflow Type ` PizzaWorkflow `
47- and Workflow ID ` pizza-workflow-order-XD001 ` ) .
47+ and Workflow ID ` pizza-workflow-order-XD001 ` .
4848
4949If the detail page still shows a status of Running, wait a few seconds
5050and refresh the page. Once the page shows a status of Completed, use
@@ -87,7 +87,7 @@ Take a moment to switch to the Compact view, and if one of the rows in the
8787table is expanded, click to collapse it. Do you find that this view makes
8888it easier to see the Activities and Timer that ran during the execution?
8989
90- Click "Expand All" near the upper-right corner of this table. Do you find
90+ Click "Expand All" at the top of this table. Do you find
9191that this helps you to correlate Events related to the Activities and Timer?
9292
9393Since the Web UI remembers the current view, be sure to click "Collapse All"
@@ -178,7 +178,7 @@ in the Workflow code, rather than in an Activity, since that is typically
178178not prone to failure and unlikely to affect whether the Workflow executes
179179in a deterministic manner. This exercise implemented it in the Activity,
180180since you can deploy a fix to Activity code without a risk of causing a
181- non-deterministic error. Later in this course, you'll learn how to safely
181+ non-deterministic error. As you learned earlier in this course, there are also ways to safely
182182deploy changes to Workflow Definitions.
183183
184184### This is the end of the exercise.
0 commit comments