Skip to content

Commit 086c92e

Browse files
committed
change workflow type
1 parent e8fdd90 commit 086c92e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exercises/hello-workflow/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ If you have time, continue with the optional part of the exercise below to see h
7575
The mix of single and double quotes we currently have pertains to UNIX-style shells. However, If you are running the Temporal CLI in Windows (such as Powershell), you will need to use Windows-style quote escaping like this:
7676

7777
```
78-
temporal workflow start --type GreetSomeone --task-queue greeting-tasks --workflow-id my-first-workflow --input '\"Mason\"'
78+
temporal workflow start --type HelloWorkflowWorkflow --task-queue greeting-tasks --workflow-id my-first-workflow --input '\"Mason\"'
7979
```
8080

8181
This is a general Windows approach for handling quotes in parameters, not something specific to Temporal.

0 commit comments

Comments
 (0)