File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ You'll need three terminal windows for this exercise.
1717
1818## Part A: Review the Workflow Business Logic
1919
20- 1 . Open the ` workflows.ts ` file (located in the ` practice ` subdirectory) in the editor.
20+ 1 . Open the ` workflows.ts ` file (located in the ` practice/src ` subdirectory) in the editor.
21212 . Review the input parameters, business logic, and return value.
2222
2323## Part B: Change the Task Queue Name for the Worker
@@ -46,7 +46,7 @@ npm run start.watch
4646
4747## Part E: Start the Workflow from the Command Line
4848
49- 1 . Go to another terminal window in the environment and make sure you are in the ` exercises/hello-workflow/practice/src ` subdirectory.
49+ 1 . Go to another terminal window in the environment and make sure you are in the ` exercises/hello-workflow/practice ` subdirectory.
50502 . Run the following command, replacing ` Donna ` with your own name. Be sure to retain the same quoting shown here when you run the command:
5151
5252```
You can’t perform that action at this time.
0 commit comments