Table of Contents

Namespace Temporalio.Api.WorkflowService.V1

Classes

CountWorkflowExecutionsRequest
CountWorkflowExecutionsResponse
CountWorkflowExecutionsResponse.Types

Container for nested types declared in the CountWorkflowExecutionsResponse message type.

CountWorkflowExecutionsResponse.Types.AggregationGroup
CreateScheduleRequest

(-- api-linter: core::0203::optional=disabled aip.dev/not-precedent: field_behavior annotation not available in our gogo fork --)

CreateScheduleResponse
DeleteScheduleRequest
DeleteScheduleResponse
DeleteWorkflowExecutionRequest
DeleteWorkflowExecutionResponse
DeprecateNamespaceRequest

Deprecated.

DeprecateNamespaceResponse

Deprecated.

DescribeBatchOperationRequest
DescribeBatchOperationResponse
DescribeNamespaceRequest
DescribeNamespaceResponse
DescribeScheduleRequest
DescribeScheduleResponse
DescribeTaskQueueRequest

(-- api-linter: core::0203::optional=disabled aip.dev/not-precedent: field_behavior annotation not available in our gogo fork --)

DescribeTaskQueueResponse
DescribeWorkflowExecutionRequest
DescribeWorkflowExecutionResponse
ExecuteMultiOperationRequest
ExecuteMultiOperationRequest.Types

Container for nested types declared in the ExecuteMultiOperationRequest message type.

ExecuteMultiOperationRequest.Types.Operation
ExecuteMultiOperationResponse
ExecuteMultiOperationResponse.Types

Container for nested types declared in the ExecuteMultiOperationResponse message type.

ExecuteMultiOperationResponse.Types.Response
GetClusterInfoRequest
GetClusterInfoResponse

GetClusterInfoResponse contains information about Temporal cluster.

GetSearchAttributesRequest
GetSearchAttributesResponse
GetSystemInfoRequest
GetSystemInfoResponse
GetSystemInfoResponse.Types

Container for nested types declared in the GetSystemInfoResponse message type.

GetSystemInfoResponse.Types.Capabilities

System capability details.

GetWorkerBuildIdCompatibilityRequest
GetWorkerBuildIdCompatibilityResponse
GetWorkerTaskReachabilityRequest

Deprecated. Use DescribeTaskQueue.

GetWorkerTaskReachabilityResponse

Deprecated. Use DescribeTaskQueue.

GetWorkerVersioningRulesRequest
GetWorkerVersioningRulesResponse
GetWorkflowExecutionHistoryRequest
GetWorkflowExecutionHistoryResponse
GetWorkflowExecutionHistoryReverseRequest
GetWorkflowExecutionHistoryReverseResponse
ListArchivedWorkflowExecutionsRequest
ListArchivedWorkflowExecutionsResponse
ListBatchOperationsRequest
ListBatchOperationsResponse
ListClosedWorkflowExecutionsRequest
ListClosedWorkflowExecutionsResponse
ListNamespacesRequest
ListNamespacesResponse
ListOpenWorkflowExecutionsRequest
ListOpenWorkflowExecutionsResponse
ListScheduleMatchingTimesRequest
ListScheduleMatchingTimesResponse
ListSchedulesRequest
ListSchedulesResponse
ListTaskQueuePartitionsRequest
ListTaskQueuePartitionsResponse
ListWorkflowExecutionsRequest
ListWorkflowExecutionsResponse
PatchScheduleRequest
PatchScheduleResponse
PollActivityTaskQueueRequest
PollActivityTaskQueueResponse
PollNexusTaskQueueRequest
PollNexusTaskQueueResponse
PollWorkflowExecutionUpdateRequest
PollWorkflowExecutionUpdateResponse
PollWorkflowTaskQueueRequest
PollWorkflowTaskQueueResponse
QueryWorkflowRequest
QueryWorkflowResponse
RecordActivityTaskHeartbeatByIdRequest
RecordActivityTaskHeartbeatByIdResponse
RecordActivityTaskHeartbeatRequest
RecordActivityTaskHeartbeatResponse
RegisterNamespaceRequest
RegisterNamespaceResponse
RequestCancelWorkflowExecutionRequest
RequestCancelWorkflowExecutionResponse
RequestResponseReflection

Holder for reflection information generated from temporal/api/workflowservice/v1/request_response.proto

ResetStickyTaskQueueRequest
ResetStickyTaskQueueResponse
ResetWorkflowExecutionRequest
ResetWorkflowExecutionResponse
RespondActivityTaskCanceledByIdRequest
RespondActivityTaskCanceledByIdResponse
RespondActivityTaskCanceledRequest
RespondActivityTaskCanceledResponse
RespondActivityTaskCompletedByIdRequest
RespondActivityTaskCompletedByIdResponse
RespondActivityTaskCompletedRequest
RespondActivityTaskCompletedResponse
RespondActivityTaskFailedByIdRequest
RespondActivityTaskFailedByIdResponse
RespondActivityTaskFailedRequest
RespondActivityTaskFailedResponse
RespondNexusTaskCompletedRequest
RespondNexusTaskCompletedResponse
RespondNexusTaskFailedRequest
RespondNexusTaskFailedResponse
RespondQueryTaskCompletedRequest
RespondQueryTaskCompletedResponse
RespondWorkflowTaskCompletedRequest
RespondWorkflowTaskCompletedResponse
RespondWorkflowTaskFailedRequest
RespondWorkflowTaskFailedResponse
ScanWorkflowExecutionsRequest
ScanWorkflowExecutionsResponse
ServiceReflection

Holder for reflection information generated from temporal/api/workflowservice/v1/service.proto

SignalWithStartWorkflowExecutionRequest
SignalWithStartWorkflowExecutionResponse
SignalWorkflowExecutionRequest
SignalWorkflowExecutionResponse
StartBatchOperationRequest
StartBatchOperationResponse
StartWorkflowExecutionRequest
StartWorkflowExecutionResponse
StopBatchOperationRequest
StopBatchOperationResponse
TerminateWorkflowExecutionRequest
TerminateWorkflowExecutionResponse
UpdateNamespaceRequest
UpdateNamespaceResponse
UpdateScheduleRequest
UpdateScheduleResponse
UpdateWorkerBuildIdCompatibilityRequest
UpdateWorkerBuildIdCompatibilityRequest.Types

Container for nested types declared in the UpdateWorkerBuildIdCompatibilityRequest message type.

UpdateWorkerBuildIdCompatibilityRequest.Types.AddNewCompatibleVersion
UpdateWorkerBuildIdCompatibilityRequest.Types.MergeSets
UpdateWorkerBuildIdCompatibilityResponse
UpdateWorkerVersioningRulesRequest

(-- api-linter: core::0134::request-mask-required=disabled aip.dev/not-precedent: UpdateNamespace RPC doesn't follow Google API format. --) (-- api-linter: core::0134::request-resource-required=disabled aip.dev/not-precedent: GetWorkerBuildIdCompatibilityRequest RPC doesn't follow Google API format. --)

UpdateWorkerVersioningRulesRequest.Types

Container for nested types declared in the UpdateWorkerVersioningRulesRequest message type.

UpdateWorkerVersioningRulesRequest.Types.AddCompatibleBuildIdRedirectRule

Adds the rule to the list of redirect rules for this Task Queue. There can be at most one redirect rule for each distinct Source Build ID.

UpdateWorkerVersioningRulesRequest.Types.CommitBuildId

This command is intended to be used to complete the rollout of a Build ID and cleanup unnecessary rules possibly created during a gradual rollout. Specifically, this command will make the following changes atomically:

  1. Adds an assignment rule (with full ramp) for the target Build ID at the end of the list.
  2. Removes all previously added assignment rules to the given target Build ID (if any).
  3. Removes any fully-ramped assignment rule for other Build IDs.
UpdateWorkerVersioningRulesRequest.Types.DeleteBuildIdAssignmentRule
UpdateWorkerVersioningRulesRequest.Types.DeleteCompatibleBuildIdRedirectRule
UpdateWorkerVersioningRulesRequest.Types.InsertBuildIdAssignmentRule

Inserts the rule to the list of assignment rules for this Task Queue. The rules are evaluated in order, starting from index 0. The first applicable rule will be applied and the rest will be ignored.

UpdateWorkerVersioningRulesRequest.Types.ReplaceBuildIdAssignmentRule

Replaces the assignment rule at a given index.

UpdateWorkerVersioningRulesRequest.Types.ReplaceCompatibleBuildIdRedirectRule

Replaces the routing rule with the given source Build ID.

UpdateWorkerVersioningRulesResponse
UpdateWorkflowExecutionRequest

(-- api-linter: core::0134=disabled aip.dev/not-precedent: Update RPCs don't follow Google API format. --)

UpdateWorkflowExecutionResponse

Enums

ExecuteMultiOperationRequest.Types.Operation.OperationOneofCase

Enum of possible cases for the "operation" oneof.

ExecuteMultiOperationResponse.Types.Response.ResponseOneofCase

Enum of possible cases for the "response" oneof.

ListClosedWorkflowExecutionsRequest.FiltersOneofCase

Enum of possible cases for the "filters" oneof.

ListOpenWorkflowExecutionsRequest.FiltersOneofCase

Enum of possible cases for the "filters" oneof.

StartBatchOperationRequest.OperationOneofCase

Enum of possible cases for the "operation" oneof.

UpdateWorkerBuildIdCompatibilityRequest.OperationOneofCase

Enum of possible cases for the "operation" oneof.

UpdateWorkerVersioningRulesRequest.OperationOneofCase

Enum of possible cases for the "operation" oneof.