Skip to content
Closed
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
2 changes: 2 additions & 0 deletions temporal/api/namespace/v1/message.proto
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ message NamespaceInfo {
bool reported_problems_search_attribute = 5;
// True if the namespace supports pausing workflows
bool workflow_pause = 6;
// True if the namespace supports standalone activities
bool standalone_activity = 7;
}

// Namespace configured limits
Expand Down