Skip to content
7 changes: 1 addition & 6 deletions docs/encyclopedia/activities/activity-operations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ opposed to lifecycle behaviors like [retries](/encyclopedia/retry-policies) and
[timeouts](/encyclopedia/detecting-activity-failures) which happen automatically.

You can perform Activity Operations through the [CLI](/cli/command-reference/activity), the UI, or directly via the gRPC
API. Not all operations are available in all interfaces yet - see the [summary table](#operations-summary) for current
support. Activity Operations don't apply to [Local Activities](/local-activity) or
API. Activity Operations don't apply to [Local Activities](/local-activity) or
[Standalone Activities](/standalone-activity).

:::note Public Preview
Expand Down Expand Up @@ -310,10 +309,6 @@ options, including Retry Policy, Task Queue, and bulk mode via `--query`.
- **`--restore-original-options` is batch-only.** This flag only works with `--query`. It's silently ignored in
single-workflow mode. It can't be combined with other option changes in the same command.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [vale] reported by reviewdog 🐶
[Temporal.terms] Use 'Workflow' instead of 'workflow' when referring to a Temporal term.


### Limitations

- **Update Options is CLI and gRPC only.** It's not available in the UI.

## Observability {/* #observability */}

Activity Operations have a limited audit trail because they are not recorded in a Workflow's Event History. However, you
Expand Down