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
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.

### 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