We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f50568 commit a65d9b9Copy full SHA for a65d9b9
1 file changed
activities-stateful/README.md
@@ -19,6 +19,6 @@ There are a few key changes compared to a normal, stateless activity.
19
1. `npm run start.watch` to start the Worker.
20
1. In another shell, `npm run workflow` to run the Workflow Client.
21
22
-The Workflow should try a few times, throwing a `not yet` error each time,
+The Workflow should try four times, throwing a `not yet` error each time,
23
and then on the fifth try, it should log `Hello Temporal!` to the
24
console and complete.
0 commit comments