package
1.2.18-prerelease02
Repository: https://github.com/uber/cadence.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

DecisionTypeValues returns all recognized values of DecisionType.
EventTypeValues returns all recognized values of EventType.
FromIsolationGroupPartitionList maps a list of isolation to the internal IsolationGroup configuration type whose map keys tend to be used more for set operations.

# Constants

ArchivalStatusDisabled is an option for ArchivalStatus.
ArchivalStatusEnabled is an option for ArchivalStatus.
CancelExternalWorkflowExecutionFailedCauseUnknownExternalWorkflowExecution is an option for CancelExternalWorkflowExecutionFailedCause.
No description provided by the author
ChildWorkflowExecutionFailedCauseWorkflowAlreadyRunning is an option for ChildWorkflowExecutionFailedCause.
ContinueAsNewInitiatorCronSchedule is an option for ContinueAsNewInitiator.
ContinueAsNewInitiatorDecider is an option for ContinueAsNewInitiator.
ContinueAsNewInitiatorRetryPolicy is an option for ContinueAsNewInitiator.
CrossClusterTaskFailedCauseDomainNotActive is an option for CrossClusterTaskFailedCause.
CrossClusterTaskFailedCauseDomainNotExists is an option for CrossClusterTaskFailedCause.
CrossClusterTaskFailedCauseUncategorized is an option for CrossClusterTaskFailedCause.
CrossClusterTaskFailedCauseWorkflowAlreadyCompleted is an option for CrossClusterTaskFailedCause.
CrossClusterTaskFailedCauseWorkflowAlreadyRunning is an option for CrossClusterTaskFailedCause.
CrossClusterTaskFailedCauseWorkflowNotExists is an option for CrossClusterTaskFailedCause.
CrossClusterTaskTypeApplyParentPolicy is an option for CrossClusterTaskType.
CrossClusterTaskTypeCancelExecution is an option for CrossClusterTaskType.
CrossClusterTaskTypeRecordChildWorkflowExeuctionComplete is an option for CrossClusterTaskType.
CrossClusterTaskTypeSignalExecution is an option for CrossClusterTaskType.
CrossClusterTaskTypeStartChildExecution is an option for CrossClusterTaskType.
DecisionTaskFailedCauseBadBinary is an option for DecisionTaskFailedCause.
DecisionTaskFailedCauseBadCancelTimerAttributes is an option for DecisionTaskFailedCause.
DecisionTaskFailedCauseBadCancelWorkflowExecutionAttributes is an option for DecisionTaskFailedCause.
DecisionTaskFailedCauseBadCompleteWorkflowExecutionAttributes is an option for DecisionTaskFailedCause.
DecisionTaskFailedCauseBadContinueAsNewAttributes is an option for DecisionTaskFailedCause.
DecisionTaskFailedCauseBadFailWorkflowExecutionAttributes is an option for DecisionTaskFailedCause.
DecisionTaskFailedCauseBadRecordMarkerAttributes is an option for DecisionTaskFailedCause.
DecisionTaskFailedCauseBadRequestCancelActivityAttributes is an option for DecisionTaskFailedCause.
DecisionTaskFailedCauseBadRequestCancelExternalWorkflowExecutionAttributes is an option for DecisionTaskFailedCause.
DecisionTaskFailedCauseBadScheduleActivityAttributes is an option for DecisionTaskFailedCause.
DecisionTaskFailedCauseBadSearchAttributes is an option for DecisionTaskFailedCause.
DecisionTaskFailedCauseBadSignalInputSize is an option for DecisionTaskFailedCause.
DecisionTaskFailedCauseBadSignalWorkflowExecutionAttributes is an option for DecisionTaskFailedCause.
DecisionTaskFailedCauseBadStartChildExecutionAttributes is an option for DecisionTaskFailedCause.
DecisionTaskFailedCauseBadStartTimerAttributes is an option for DecisionTaskFailedCause.
DecisionTaskFailedCauseFailoverCloseDecision is an option for DecisionTaskFailedCause.
DecisionTaskFailedCauseForceCloseDecision is an option for DecisionTaskFailedCause.
DecisionTaskFailedCauseResetStickyTasklist is an option for DecisionTaskFailedCause.
DecisionTaskFailedCauseResetWorkflow is an option for DecisionTaskFailedCause.
DecisionTaskFailedCauseScheduleActivityDuplicateID is an option for DecisionTaskFailedCause.
DecisionTaskFailedCauseStartTimerDuplicateID is an option for DecisionTaskFailedCause.
DecisionTaskFailedCauseUnhandledDecision is an option for DecisionTaskFailedCause.
DecisionTaskFailedCauseWorkflowWorkerUnhandledFailure is an option for DecisionTaskFailedCause.
DecisionTaskTimedOutCauseReset is an option for DecisionTaskTimedOutCause.
DecisionTaskTimedOutCauseTimeout is an option for DecisionTaskTimedOutCause.
DecisionTypeCancelTimer is an option for DecisionType.
DecisionTypeCancelWorkflowExecution is an option for DecisionType.
DecisionTypeCompleteWorkflowExecution is an option for DecisionType.
DecisionTypeContinueAsNewWorkflowExecution is an option for DecisionType.
DecisionTypeFailWorkflowExecution is an option for DecisionType.
DecisionTypeRecordMarker is an option for DecisionType.
DecisionTypeRequestCancelActivityTask is an option for DecisionType.
DecisionTypeRequestCancelExternalWorkflowExecution is an option for DecisionType.
DecisionTypeScheduleActivityTask is an option for DecisionType.
DecisionTypeSignalExternalWorkflowExecution is an option for DecisionType.
DecisionTypeStartChildWorkflowExecution is an option for DecisionType.
DecisionTypeStartTimer is an option for DecisionType.
DecisionTypeUpsertWorkflowSearchAttributes is an option for DecisionType.
DLQTypeDomain is an option for DLQType.
DLQTypeReplication is an option for DLQType.
DomainOperationCreate is an option for DomainOperation.
DomainOperationUpdate is an option for DomainOperation.
DomainStatusDeleted is an option for DomainStatus.
DomainStatusDeprecated is an option for DomainStatus.
DomainStatusRegistered is an option for DomainStatus.
EncodingTypeJSON is an option for EncodingType.
EncodingTypeThriftRW is an option for EncodingType.
EventTypeActivityTaskCanceled is an option for EventType.
EventTypeActivityTaskCancelRequested is an option for EventType.
EventTypeActivityTaskCompleted is an option for EventType.
EventTypeActivityTaskFailed is an option for EventType.
EventTypeActivityTaskScheduled is an option for EventType.
EventTypeActivityTaskStarted is an option for EventType.
EventTypeActivityTaskTimedOut is an option for EventType.
EventTypeCancelTimerFailed is an option for EventType.
EventTypeChildWorkflowExecutionCanceled is an option for EventType.
EventTypeChildWorkflowExecutionCompleted is an option for EventType.
EventTypeChildWorkflowExecutionFailed is an option for EventType.
EventTypeChildWorkflowExecutionStarted is an option for EventType.
EventTypeChildWorkflowExecutionTerminated is an option for EventType.
EventTypeChildWorkflowExecutionTimedOut is an option for EventType.
EventTypeDecisionTaskCompleted is an option for EventType.
EventTypeDecisionTaskFailed is an option for EventType.
EventTypeDecisionTaskScheduled is an option for EventType.
EventTypeDecisionTaskStarted is an option for EventType.
EventTypeDecisionTaskTimedOut is an option for EventType.
EventTypeExternalWorkflowExecutionCancelRequested is an option for EventType.
EventTypeExternalWorkflowExecutionSignaled is an option for EventType.
EventTypeMarkerRecorded is an option for EventType.
EventTypeRequestCancelActivityTaskFailed is an option for EventType.
EventTypeRequestCancelExternalWorkflowExecutionFailed is an option for EventType.
EventTypeRequestCancelExternalWorkflowExecutionInitiated is an option for EventType.
EventTypeSignalExternalWorkflowExecutionFailed is an option for EventType.
EventTypeSignalExternalWorkflowExecutionInitiated is an option for EventType.
EventTypeStartChildWorkflowExecutionFailed is an option for EventType.
EventTypeStartChildWorkflowExecutionInitiated is an option for EventType.
EventTypeTimerCanceled is an option for EventType.
EventTypeTimerFired is an option for EventType.
EventTypeTimerStarted is an option for EventType.
EventTypeUpsertWorkflowSearchAttributes is an option for EventType.
EventTypeWorkflowExecutionCanceled is an option for EventType.
EventTypeWorkflowExecutionCancelRequested is an option for EventType.
EventTypeWorkflowExecutionCompleted is an option for EventType.
EventTypeWorkflowExecutionContinuedAsNew is an option for EventType.
EventTypeWorkflowExecutionFailed is an option for EventType.
EventTypeWorkflowExecutionSignaled is an option for EventType.
EventTypeWorkflowExecutionStarted is an option for EventType.
EventTypeWorkflowExecutionTerminated is an option for EventType.
EventTypeWorkflowExecutionTimedOut is an option for EventType.
GetTaskFailedCauseServiceBusy is an option for GetCrossClusterTaskFailedCause.
GetTaskFailedCauseShardOwnershipLost is an option for GetCrossClusterTaskFailedCause.
GetTaskFailedCauseTimeout is an option for GetCrossClusterTaskFailedCause.
GetTaskFailedCauseUncategorized is an option for GetCrossClusterTaskFailedCause.
HistoryEventFilterTypeAllEvent is an option for HistoryEventFilterType.
HistoryEventFilterTypeCloseEvent is an option for HistoryEventFilterType.
IndexedValueTypeBool is an option for IndexedValueType.
IndexedValueTypeDatetime is an option for IndexedValueType.
IndexedValueTypeDouble is an option for IndexedValueType.
IndexedValueTypeInt is an option for IndexedValueType.
IndexedValueTypeKeyword is an option for IndexedValueType.
IndexedValueTypeString is an option for IndexedValueType.
No description provided by the author
No description provided by the author
No description provided by the author
ParentClosePolicyAbandon is an option for ParentClosePolicy.
ParentClosePolicyRequestCancel is an option for ParentClosePolicy.
ParentClosePolicyTerminate is an option for ParentClosePolicy.
PendingActivityStateCancelRequested is an option for PendingActivityState.
PendingActivityStateScheduled is an option for PendingActivityState.
PendingActivityStateStarted is an option for PendingActivityState.
PendingDecisionStateScheduled is an option for PendingDecisionState.
PendingDecisionStateStarted is an option for PendingDecisionState.
QueryConsistencyLevelEventual is an option for QueryConsistencyLevel.
QueryConsistencyLevelStrong is an option for QueryConsistencyLevel.
QueryRejectConditionNotCompletedCleanly is an option for QueryRejectCondition.
QueryRejectConditionNotOpen is an option for QueryRejectCondition.
QueryResultTypeAnswered is an option for QueryResultType.
QueryResultTypeFailed is an option for QueryResultType.
QueryTaskCompletedTypeCompleted is an option for QueryTaskCompletedType.
QueryTaskCompletedTypeFailed is an option for QueryTaskCompletedType.
ReplicationTaskTypeDomain is an option for ReplicationTaskType.
ReplicationTaskTypeFailoverMarker is an option for ReplicationTaskType.
ReplicationTaskTypeHistory is an option for ReplicationTaskType.
ReplicationTaskTypeHistoryMetadata is an option for ReplicationTaskType.
ReplicationTaskTypeHistoryV2 is an option for ReplicationTaskType.
ReplicationTaskTypeSyncActivity is an option for ReplicationTaskType.
ReplicationTaskTypeSyncShardStatus is an option for ReplicationTaskType.
SignalExternalWorkflowExecutionFailedCauseUnknownExternalWorkflowExecution is an option for SignalExternalWorkflowExecutionFailedCause.
No description provided by the author
TaskListKindNormal is an option for TaskListKind.
TaskListKindSticky is an option for TaskListKind.
TaskListTypeActivity is an option for TaskListType.
TaskListTypeDecision is an option for TaskListType.
TaskSourceDbBacklog is an option for TaskSource.
TaskSourceHistory is an option for TaskSource.
TimeoutTypeHeartbeat is an option for TimeoutType.
TimeoutTypeScheduleToClose is an option for TimeoutType.
TimeoutTypeScheduleToStart is an option for TimeoutType.
TimeoutTypeStartToClose is an option for TimeoutType.
WorkflowExecutionCloseStatusCanceled is an option for WorkflowExecutionCloseStatus.
WorkflowExecutionCloseStatusCompleted is an option for WorkflowExecutionCloseStatus.
WorkflowExecutionCloseStatusContinuedAsNew is an option for WorkflowExecutionCloseStatus.
WorkflowExecutionCloseStatusFailed is an option for WorkflowExecutionCloseStatus.
WorkflowExecutionCloseStatusTerminated is an option for WorkflowExecutionCloseStatus.
WorkflowExecutionCloseStatusTimedOut is an option for WorkflowExecutionCloseStatus.
WorkflowIDReusePolicyAllowDuplicate is an option for WorkflowIDReusePolicy.
WorkflowIDReusePolicyAllowDuplicateFailedOnly is an option for WorkflowIDReusePolicy.
WorkflowIDReusePolicyRejectDuplicate is an option for WorkflowIDReusePolicy.
WorkflowIDReusePolicyTerminateIfRunning is an option for WorkflowIDReusePolicy.

# Structs

AccessDeniedError is an internal type (TBD...).
ActivityLocalDispatchInfo is an internal type (TBD...).
ActivityTaskCanceledEventAttributes is an internal type (TBD...).
ActivityTaskCancelRequestedEventAttributes is an internal type (TBD...).
ActivityTaskCompletedEventAttributes is an internal type (TBD...).
ActivityTaskDispatchInfo is an internal type (TBD...).
ActivityTaskFailedEventAttributes is an internal type (TBD...).
ActivityTaskScheduledEventAttributes is an internal type (TBD...).
ActivityTaskStartedEventAttributes is an internal type (TBD...).
ActivityTaskTimedOutEventAttributes is an internal type (TBD...).
ActivityType is an internal type (TBD...).
AddActivityTaskRequest is an internal type (TBD...).
No description provided by the author
AddDecisionTaskRequest is an internal type (TBD...).
No description provided by the author
AddSearchAttributeRequest is an internal type (TBD...).
AdminDeleteWorkflowRequest is an internal type (TBD...).
No description provided by the author
AdminDescribeWorkflowExecutionRequest is an internal type (TBD...).
AdminDescribeWorkflowExecutionResponse is an internal type (TBD...).
Any is an internal mirror of google.protobuf.Any, serving the same purposes, but intentionally breaking direct compatibility because it may hold data that is not actually protobuf encoded.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
AutoConfigHint is an internal type (TBD...).
BadBinaries is an internal type (TBD...).
BadBinaryInfo is an internal type (TBD...).
BadRequestError is an internal type (TBD...).
CancellationAlreadyRequestedError is an internal type (TBD...).
CancelOutstandingPollRequest is an internal type (TBD...).
CancelTimerDecisionAttributes is an internal type (TBD...).
CancelTimerFailedEventAttributes is an internal type (TBD...).
CancelWorkflowExecutionDecisionAttributes is an internal type (TBD...).
ChildWorkflowExecutionCanceledEventAttributes is an internal type (TBD...).
ChildWorkflowExecutionCompletedEventAttributes is an internal type (TBD...).
ChildWorkflowExecutionFailedEventAttributes is an internal type (TBD...).
ChildWorkflowExecutionStartedEventAttributes is an internal type (TBD...).
ChildWorkflowExecutionTerminatedEventAttributes is an internal type (TBD...).
ChildWorkflowExecutionTimedOutEventAttributes is an internal type (TBD...).
ClientVersionNotSupportedError is an internal type (TBD...).
CloseShardRequest is an internal type (TBD...).
ClusterInfo is an internal type (TBD...).
ClusterReplicationConfiguration is an internal type (TBD...).
CompleteWorkflowExecutionDecisionAttributes is an internal type (TBD...).
ContinueAsNewWorkflowExecutionDecisionAttributes is an internal type (TBD...).
No description provided by the author
No description provided by the author
CountWorkflowExecutionsRequest is an internal type (TBD...).
CountWorkflowExecutionsResponse is an internal type (TBD...).
No description provided by the author
CrossClusterApplyParentClosePolicyResponseAttributes is an internal type (TBD...).
CrossClusterCancelExecutionRequestAttributes is an internal type (TBD...).
CrossClusterCancelExecutionResponseAttributes is an internal type (TBD...).
No description provided by the author
CrossClusterRecordChildWorkflowExecutionCompleteResponseAttributes is an internal type (TBD...).
CrossClusterSignalExecutionRequestAttributes is an internal type (TBD...).
CrossClusterSignalExecutionResponseAttributes is an internal type (TBD...).
CrossClusterStartChildExecutionRequestAttributes is an internal type (TBD...).
CrossClusterStartChildExecutionResponseAttributes is an internal type (TBD...).
CrossClusterTaskInfo is an internal type (TBD...).
CrossClusterTaskRequest is an internal type (TBD...).
CrossClusterTaskResponse is an internal type (TBD...).
CurrentBranchChangedError is an internal type (TBD...).
DataBlob is an internal type (TBD...).
Decision is an internal type (TBD...).
DecisionTaskCompletedEventAttributes is an internal type (TBD...).
DecisionTaskFailedEventAttributes is an internal type (TBD...).
DecisionTaskScheduledEventAttributes is an internal type (TBD...).
DecisionTaskStartedEventAttributes is an internal type (TBD...).
DecisionTaskTimedOutEventAttributes is an internal type (TBD...).
DeprecateDomainRequest is an internal type (TBD...).
DescribeClusterResponse is an internal type (TBD...).
DescribeDomainRequest is an internal type (TBD...).
DescribeDomainResponse is an internal type (TBD...).
DescribeHistoryHostRequest is an internal type (TBD...).
DescribeHistoryHostResponse is an internal type (TBD...).
DescribeMutableStateRequest is an internal type (TBD...).
DescribeMutableStateResponse is an internal type (TBD...).
DescribeQueueRequest is an internal type (TBD...).
DescribeQueueResponse is an internal type (TBD...).
DescribeShardDistributionRequest is an internal type (TBD...).
DescribeShardDistributionResponse is an internal type (TBD...).
DescribeTaskListRequest is an internal type (TBD...).
DescribeTaskListResponse is an internal type (TBD...).
DescribeWorkflowExecutionRequest is an internal type (TBD...).
DescribeWorkflowExecutionResponse is an internal type (TBD...).
No description provided by the author
No description provided by the author
DomainAlreadyExistsError is an internal type (TBD...).
DomainCacheInfo is an internal type (TBD...).
DomainConfiguration is an internal type (TBD...).
DomainFilter is an internal type (TBD...).
DomainInfo is an internal type (TBD...).
DomainNotActiveError is an internal type.
DomainReplicationConfiguration is an internal type (TBD...).
DomainTaskAttributes is an internal type (TBD...).
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
EntityNotExistsError is an internal type (TBD...).
EventAlreadyStartedError is an internal type (TBD...).
ExternalWorkflowExecutionCancelRequestedEventAttributes is an internal type (TBD...).
ExternalWorkflowExecutionSignaledEventAttributes is an internal type (TBD...).
FailoverInfo is an internal type (TBD...).
FailoverMarkerAttributes is an internal type (TBD...).
FailoverMarkers is an internal type (TBD...).
FailoverMarkerToken is an internal type (TBD...).
FailWorkflowExecutionDecisionAttributes is an internal type (TBD...).
FeatureNotEnabledError is an internal type (TBD...).
GetCrossClusterTasksRequest is an internal type (TBD...).
GetCrossClusterTasksResponse is an internal type (TBD...).
GetDLQReplicationMessagesRequest is an internal type (TBD...).
GetDLQReplicationMessagesResponse is an internal type (TBD...).
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GetDomainReplicationMessagesRequest is an internal type (TBD...).
GetDomainReplicationMessagesResponse is an internal type (TBD...).
No description provided by the author
No description provided by the author
GetFailoverInfoRequest is an internal type (TBD...).
GetFailoverInfoResponse is an internal type (TBD...).
No description provided by the author
No description provided by the author
GetMutableStateRequest is an internal type (TBD...).
GetMutableStateResponse is an internal type (TBD...).
GetReplicationMessagesRequest is an internal type (TBD...).
GetReplicationMessagesResponse is an internal type (TBD...).
GetSearchAttributesResponse is an internal type (TBD...).
No description provided by the author
No description provided by the author
GetTaskListsByDomainRequest is an internal type (TBD...).
GetTaskListsByDomainResponse is an internal type (TBD...).
GetWorkflowExecutionHistoryRequest is an internal type (TBD...).
GetWorkflowExecutionHistoryResponse is an internal type (TBD...).
GetWorkflowExecutionRawHistoryV2Request is an internal type (TBD...).
GetWorkflowExecutionRawHistoryV2Response is an internal type (TBD...).
Header is an internal type (TBD...).
HealthStatus is an internal type (TBD...).
History is an internal type (TBD...).
HistoryBranch is an internal type (TBD...).
HistoryBranchRange is an internal type (TBD...).
No description provided by the author
HistoryDescribeWorkflowExecutionRequest is an internal type (TBD...).
No description provided by the author
HistoryEvent is an internal type (TBD...).
HistoryQueryWorkflowRequest is an internal type (TBD...).
HistoryQueryWorkflowResponse is an internal type (TBD...).
HistoryReapplyEventsRequest is an internal type (TBD...).
HistoryRecordActivityTaskHeartbeatRequest is an internal type (TBD...).
HistoryRefreshWorkflowTasksRequest is an internal type (TBD...).
HistoryRequestCancelWorkflowExecutionRequest is an internal type (TBD...).
HistoryResetStickyTaskListRequest is an internal type (TBD...).
HistoryResetStickyTaskListResponse is an internal type (TBD...).
HistoryResetWorkflowExecutionRequest is an internal type (TBD...).
HistoryRespondActivityTaskCanceledRequest is an internal type (TBD...).
HistoryRespondActivityTaskCompletedRequest is an internal type (TBD...).
HistoryRespondActivityTaskFailedRequest is an internal type (TBD...).
HistoryRespondDecisionTaskCompletedRequest is an internal type (TBD...).
HistoryRespondDecisionTaskCompletedResponse is an internal type (TBD...).
HistoryRespondDecisionTaskFailedRequest is an internal type (TBD...).
HistorySignalWithStartWorkflowExecutionRequest is an internal type (TBD...).
HistorySignalWorkflowExecutionRequest is an internal type (TBD...).
HistoryStartWorkflowExecutionRequest is an internal type (TBD...).
HistoryTaskV2Attributes is an internal type (TBD...).
HistoryTerminateWorkflowExecutionRequest is an internal type (TBD...).
HostInfo is an internal type (TBD...).
InternalDataInconsistencyError is an internal type (TBD...).
InternalServiceError is an internal type (TBD...).
No description provided by the author
No description provided by the author
LimitExceededError is an internal type (TBD...).
ListArchivedWorkflowExecutionsRequest is an internal type (TBD...).
ListArchivedWorkflowExecutionsResponse is an internal type (TBD...).
ListClosedWorkflowExecutionsRequest is an internal type (TBD...).
ListClosedWorkflowExecutionsResponse is an internal type (TBD...).
ListDomainsRequest is an internal type (TBD...).
ListDomainsResponse is an internal type (TBD...).
No description provided by the author
No description provided by the author
ListOpenWorkflowExecutionsRequest is an internal type (TBD...).
ListOpenWorkflowExecutionsResponse is an internal type (TBD...).
ListTaskListPartitionsRequest is an internal type (TBD...).
ListTaskListPartitionsResponse is an internal type (TBD...).
ListWorkflowExecutionsRequest is an internal type (TBD...).
ListWorkflowExecutionsResponse is an internal type (TBD...).
No description provided by the author
MarkerRecordedEventAttributes is an internal type (TBD...).
MatchingDescribeTaskListRequest is an internal type (TBD...).
MatchingGetTaskListsByDomainRequest is an internal type (TBD...).
MatchingListTaskListPartitionsRequest is an internal type (TBD...).
MatchingPollForActivityTaskRequest is an internal type (TBD...).
No description provided by the author
MatchingPollForDecisionTaskRequest is an internal type (TBD...).
MatchingPollForDecisionTaskResponse is an internal type (TBD...).
MatchingQueryWorkflowRequest is an internal type (TBD...).
No description provided by the author
No description provided by the author
MatchingRespondQueryTaskCompletedRequest is an internal type (TBD...).
No description provided by the author
No description provided by the author
MembershipInfo is an internal type (TBD...).
Memo is an internal type (TBD...).
MergeDLQMessagesRequest is an internal type (TBD...).
MergeDLQMessagesResponse is an internal type (TBD...).
No description provided by the author
NotifyFailoverMarkersRequest is an internal type (TBD...).
ParentExecutionInfo is an internal type (TBD...).
PendingActivityInfo is an internal type (TBD...).
PendingChildExecutionInfo is an internal type (TBD...).
PendingDecisionInfo is an internal type (TBD...).
PersistenceFeature is used to expose store specific feature.
PersistenceInfo is used to expose store configuration.
PersistenceSetting is used to expose persistence engine settings.
PollerInfo is an internal type (TBD...).
PollForActivityTaskRequest is an internal type (TBD...).
PollForActivityTaskResponse is an internal type (TBD...).
PollForDecisionTaskRequest is an internal type (TBD...).
PollForDecisionTaskResponse is an internal type (TBD...).
PollMutableStateRequest is an internal type (TBD...).
PollMutableStateResponse is an internal type (TBD...).
ProcessingQueueState is an internal type (TBD...).
ProcessingQueueStates is an internal type (TBD...).
PurgeDLQMessagesRequest is an internal type (TBD...).
QueryFailedError is an internal type (TBD...).
QueryRejected is an internal type (TBD...).
QueryWorkflowRequest is an internal type (TBD...).
QueryWorkflowResponse is an internal type (TBD...).
No description provided by the author
No description provided by the author
ReadDLQMessagesRequest is an internal type (TBD...).
ReadDLQMessagesResponse is an internal type (TBD...).
ReapplyEventsRequest is an internal type (TBD...).
RecordActivityTaskHeartbeatByIDRequest is an internal type (TBD...).
RecordActivityTaskHeartbeatRequest is an internal type (TBD...).
RecordActivityTaskHeartbeatResponse is an internal type (TBD...).
RecordActivityTaskStartedRequest is an internal type (TBD...).
RecordActivityTaskStartedResponse is an internal type (TBD...).
RecordChildExecutionCompletedRequest is an internal type (TBD...).
RecordDecisionTaskStartedRequest is an internal type (TBD...).
RecordDecisionTaskStartedResponse is an internal type (TBD...).
RecordMarkerDecisionAttributes is an internal type (TBD...).
RefreshWorkflowTasksRequest is an internal type (TBD...).
RegisterDomainRequest is an internal type (TBD...).
RemoteSyncMatchedError is an internal type (TBD...).
RemoveSignalMutableStateRequest is an internal type (TBD...).
RemoveTaskRequest is an internal type (TBD...).
ReplicateEventsV2Request is an internal type (TBD...).
ReplicationMessages is an internal type (TBD...).
ReplicationTask is an internal type (TBD...).
ReplicationTaskInfo is an internal type (TBD...).
ReplicationToken is an internal type (TBD...).
RequestCancelActivityTaskDecisionAttributes is an internal type (TBD...).
RequestCancelActivityTaskFailedEventAttributes is an internal type (TBD...).
RequestCancelExternalWorkflowExecutionDecisionAttributes is an internal type (TBD...).
RequestCancelExternalWorkflowExecutionFailedEventAttributes is an internal type (TBD...).
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes is an internal type (TBD...).
RequestCancelWorkflowExecutionRequest is an internal type (TBD...).
ResendReplicationTasksRequest is an internal type (TBD...).
ResetPointInfo is an internal type (TBD...).
ResetPoints is an internal type (TBD...).
ResetQueueRequest is an internal type (TBD...).
ResetStickyTaskListRequest is an internal type (TBD...).
ResetStickyTaskListResponse is an internal type (TBD...).
ResetWorkflowExecutionRequest is an internal type (TBD...).
ResetWorkflowExecutionResponse is an internal type (TBD...).
RespondActivityTaskCanceledByIDRequest is an internal type (TBD...).
RespondActivityTaskCanceledRequest is an internal type (TBD...).
RespondActivityTaskCompletedByIDRequest is an internal type (TBD...).
RespondActivityTaskCompletedRequest is an internal type (TBD...).
RespondActivityTaskFailedByIDRequest is an internal type (TBD...).
RespondActivityTaskFailedRequest is an internal type (TBD...).
RespondCrossClusterTasksCompletedRequest is an internal type (TBD...).
RespondCrossClusterTasksCompletedResponse is an internal type (TBD...).
RespondDecisionTaskCompletedRequest is an internal type (TBD...).
RespondDecisionTaskCompletedResponse is an internal type (TBD...).
RespondDecisionTaskFailedRequest is an internal type (TBD...).
RespondQueryTaskCompletedRequest is an internal type (TBD...).
No description provided by the author
RestartWorkflowExecutionResponse is an internal type (TBD...).
No description provided by the author
RetryPolicy is an internal type (TBD...).
RetryTaskV2Error is an internal type (TBD...).
RingInfo is an internal type (TBD...).
ScheduleActivityTaskDecisionAttributes is an internal type (TBD...).
ScheduleDecisionTaskRequest is an internal type (TBD...).
SearchAttributes is an internal type (TBD...).
ServiceBusyError is an internal type (TBD...).
ShardOwnershipLostError is an internal type (TBD...).
SignalExternalWorkflowExecutionDecisionAttributes is an internal type (TBD...).
SignalExternalWorkflowExecutionFailedEventAttributes is an internal type (TBD...).
SignalExternalWorkflowExecutionInitiatedEventAttributes is an internal type (TBD...).
SignalWithStartWorkflowExecutionAsyncRequest is an internal type (TBD...).
SignalWithStartWorkflowExecutionAsyncResponse is an internal type (TBD...).
SignalWithStartWorkflowExecutionRequest is an internal type (TBD...).
SignalWorkflowExecutionRequest is an internal type (TBD...).
StartChildWorkflowExecutionDecisionAttributes is an internal type (TBD...).
StartChildWorkflowExecutionFailedEventAttributes is an internal type (TBD...).
StartChildWorkflowExecutionInitiatedEventAttributes is an internal type (TBD...).
StartTimeFilter is an internal type (TBD...).
StartTimerDecisionAttributes is an internal type (TBD...).
No description provided by the author
No description provided by the author
StartWorkflowExecutionRequest is an internal type (TBD...).
StartWorkflowExecutionResponse is an internal type (TBD...).
StickyExecutionAttributes is an internal type (TBD...).
StickyWorkerUnavailableError is an internal type (TBD...).
SupportedClientVersions is an internal type (TBD...).
SyncActivityRequest is an internal type (TBD...).
SyncActivityTaskAttributes is an internal type (TBD...).
SyncShardStatus is an internal type (TBD...).
SyncShardStatusRequest is an internal type (TBD...).
SyncShardStatusTaskAttributes is an internal type (TBD...).
TaskIDBlock is an internal type (TBD...).
TaskList is an internal type (TBD...).
TaskListMetadata is an internal type (TBD...).
No description provided by the author
No description provided by the author
TaskListPartitionMetadata is an internal type (TBD...).
TaskListStatus is an internal type (TBD...).
TerminateWorkflowExecutionRequest is an internal type (TBD...).
TimerCanceledEventAttributes is an internal type (TBD...).
TimerFiredEventAttributes is an internal type (TBD...).
TimerStartedEventAttributes is an internal type (TBD...).
TransientDecisionInfo is an internal type (TBD...).
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
UpdateDomainRequest is an internal type (TBD...).
UpdateDomainResponse is an internal type (TBD...).
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
UpsertWorkflowSearchAttributesDecisionAttributes is an internal type (TBD...).
UpsertWorkflowSearchAttributesEventAttributes is an internal type (TBD...).
VersionHistories is an internal type (TBD...).
VersionHistory is an internal type (TBD...).
VersionHistoryItem is an internal type (TBD...).
WorkerVersionInfo is an internal type (TBD...).
WorkflowExecution is an internal type (TBD...).
WorkflowExecutionAlreadyCompletedError is an internal type (TBD...).
WorkflowExecutionAlreadyStartedError is an internal type (TBD...).
WorkflowExecutionCanceledEventAttributes is an internal type (TBD...).
WorkflowExecutionCancelRequestedEventAttributes is an internal type (TBD...).
WorkflowExecutionCompletedEventAttributes is an internal type (TBD...).
WorkflowExecutionConfiguration is an internal type (TBD...).
WorkflowExecutionContinuedAsNewEventAttributes is an internal type (TBD...).
WorkflowExecutionFailedEventAttributes is an internal type (TBD...).
WorkflowExecutionFilter is an internal type (TBD...).
WorkflowExecutionInfo is an internal type (TBD...).
WorkflowExecutionSignaledEventAttributes is an internal type (TBD...).
WorkflowExecutionStartedEventAttributes is an internal type (TBD...).
WorkflowExecutionTerminatedEventAttributes is an internal type (TBD...).
WorkflowExecutionTimedOutEventAttributes is an internal type (TBD...).
WorkflowQuery is an internal type (TBD...).
WorkflowQueryResult is an internal type (TBD...).
WorkflowType is an internal type (TBD...).
WorkflowTypeFilter is an internal type (TBD...).

# Type aliases

No description provided by the author
No description provided by the author
ArchivalStatus is an internal type (TBD...).
CancelExternalWorkflowExecutionFailedCause is an internal type (TBD...).
ChildWorkflowExecutionFailedCause is an internal type (TBD...).
ContinueAsNewInitiator is an internal type (TBD...).
CrossClusterTaskFailedCause is an internal type (TBD...).
CrossClusterTaskType is an internal type (TBD...).
DecisionTaskFailedCause is an internal type (TBD...).
DecisionTaskTimedOutCause is an internal type (TBD...).
DecisionType is an internal type (TBD...).
DLQType is an internal type (TBD...).
DomainOperation is an internal type (TBD...).
DomainStatus is an internal type (TBD...).
EncodingType is an internal type (TBD...).
EventType is an internal type (TBD...).
GetTaskFailedCause is an internal type (TBD...).
HistoryEventFilterType is an internal type (TBD...).
IndexedValueType is an internal type (TBD...).
IsolationGroupConfiguration is an internal representation of a set of isolation-groups as a mapping and may refer to either globally or per-domain (or both) configurations.
No description provided by the author
ParentClosePolicy is an internal type (TBD...).
PendingActivityState is an internal type (TBD...).
PendingDecisionState is an internal type (TBD...).
QueryConsistencyLevel is an internal type (TBD...).
QueryRejectCondition is an internal type (TBD...).
QueryResultType is an internal type (TBD...).
QueryTaskCompletedType is an internal type (TBD...).
ReplicationMessagesSizeFn is a function type to calculate size of ReplicationMessages.
ReplicationTaskType is an internal type (TBD...).
SignalExternalWorkflowExecutionFailedCause is an internal type (TBD...).
TaskListKind is an internal type (TBD...).
TaskListType is an internal type (TBD...).
TaskSource is an internal type (TBD...).
TimeoutType is an internal type (TBD...).
WorkflowExecutionCloseStatus is an internal type (TBD...).
WorkflowIDReusePolicy is an internal type (TBD...).