Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion standalone-activity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

This sample shows how to execute Activities directly from a Temporal Client, without a Workflow.

**Note: Temporal CLI support for Standalone Activities requires CLI version 1.9.1.** See setup guide: https://docs.temporal.io/cli/setup-cli

### Running this sample

1. `temporal server start-dev` to start [Temporal Server](https://github.com/temporalio/cli/#installation).
1. `temporal server start-dev` to start Temporal Server.
1. `npm install` to install dependencies.
1. `npm run start.watch` to start the Worker.
1. In another shell, `npm run execute` to execute the activity in different ways.
Expand Down