Skip to content

Add standalone activity start delay to namespace capabilities#833

Open
fretz12 wants to merge 1 commit into
mainfrom
fredtzeng/saa-delay-ns-cap
Open

Add standalone activity start delay to namespace capabilities#833
fretz12 wants to merge 1 commit into
mainfrom
fredtzeng/saa-delay-ns-cap

Conversation

@fretz12

@fretz12 fretz12 commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

What changed?
Added the standalone_activity_start_delay field to NamespaceInfo.Capabilities.

Why?
Clients need to determine whether standalone activity start delay is effectively available for a namespace without relying on server-version checks. This lets UI clients hide start-delay controls when the feature is disabled by server configuration.

@fretz12
fretz12 requested review from maciejdudko and spkane31 July 17, 2026 15:29
@fretz12
fretz12 marked this pull request as ready for review July 17, 2026 15:29
@fretz12
fretz12 requested review from a team and dandavison July 17, 2026 15:29
bool poller_autoscaling_auto_enroll = 13;
// True if the namespace supports pagination of `RespondWorkflowTaskCompleted` request.
bool workflow_task_completion_pagination = 14;
// True if the namespace supports start delay for standalone activities.

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.

Thoughts on adding a comment that says this is also used for operator commands?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants