You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: standalone-activity/helloworld/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
This sample demonstrates how to use a Standalone Activity (executing an Activity without wrapping it in a Workflow).
2
2
It also shows you how to use the `ListActivities` and `CountActivities` APIs.
3
3
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).
5
5
6
6
### Steps to run this sample (with expected output):
7
7
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
0 commit comments