Skip to content
Draft
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: 4 additions & 0 deletions docs/evaluate/temporal-cloud/actions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ available endpoints are listed in the following sections:
## Activity {/* #activity */}

- **Activity started or retried**. Occurs each time an Activity is started or retried.
- **Standalone Activity started**. Occurs when a [Standalone Activity](/standalone-activity) is started.
- De-duplicated Standalone Activity starts that return an already-running Activity (sharing an Activity ID) do _not_
count as an Action, unless the start request tries to attach a callback to the running Activity — for example,
within a Nexus handler using the `USE_EXISTING` conflict policy.
- **Local Activity started**. All [Local Activities](/local-activity) associated with one Workflow Task count as a
single Action. Temporal Cloud counts all [RecordMarkers](/references/commands#recordmarker) from each Workflow Task as
one action, and not _N_ actions. Note:
Expand Down