Skip to content

Commit 4fea6d3

Browse files
prasekyuandrew
andauthored
standalone activity public preview (#462)
Signed-off-by: Phil Prasek <prasek@gmail.com> Co-authored-by: Andrew Yuan <andrew.yuan@temporal.io>
1 parent 059efb8 commit 4fea6d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

standalone-activity/helloworld/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
This sample demonstrates how to use a Standalone Activity (executing an Activity without wrapping it in a Workflow).
22
It also shows you how to use the `ListActivities` and `CountActivities` APIs.
33

4-
## Note: Standalone activities are supported in CLI version [v1.6.2](https://github.com/temporalio/cli/releases/tag/v1.6.2-standalone-activity).
4+
## Note: Standalone activities are supported in CLI version [v1.7.0](https://github.com/temporalio/cli/releases/tag/v1.7.0).
55

66
### Steps to run this sample (with expected output):
77
1) Run a [Temporal server](https://github.com/temporalio/samples-go/tree/main/#how-to-use). (If you are going to run locally, you will want to start it in another terminal; this command is blocking and runs until it receives a SIGINT (Ctrl + C) command.)
@@ -11,7 +11,7 @@ If you used the above instructions to start the server, you should see a line ab
1111

1212
```bash
1313
> temporal server start-dev
14-
CLI 1.5.1 (Server 1.29.1, UI 2.42.1)
14+
Temporal CLI 1.7.0 (Server 1.31.0, UI 2.49.1)
1515

1616
Server: localhost:7233
1717
UI: http://localhost:8233

0 commit comments

Comments
 (0)