MCPcopy Create free account

hub / github.com/temporalio/temporal / functions

Functions43,335 in github.com/temporalio/temporal

↓ 2 callersMethodHandleWorkflowTask
HandleWorkflowTask invokes the provided handler with the provided task, and completes/fails the task accordingly. Is it a blocking call. Any unspecifi
common/testing/taskpoller/taskpoller.go:269
↓ 2 callersMethodHasNextVertex
HasNextVertex checks if there is accessible history event vertex
common/testing/event_generator.go:131
↓ 2 callersMethodHasProgress
(ctx context.Context)
common/archiver/options.go:29
↓ 2 callersMethodHasStartedWorkflowTask
()
service/history/workflow/workflow_task_state_machine.go:1198
↓ 2 callersMethodHasWaitingPoller
()
service/matching/physical_task_queue_manager.go:108
↓ 2 callersMethodHeadObject
(ctx context.Context, params *s3.HeadObjectInput, optFns ...func(*s3.Options))
common/archiver/s3store/s3iface.go:12
↓ 2 callersMethodHelper
()
common/testing/parallelsuite/guard.go:18
↓ 2 callersMethodHistoryBranchFromBlob
(data []byte)
common/persistence/serialization/serializer.go:80
↓ 2 callersMethodHistoryTreeInfoFromBlob
(data *commonpb.DataBlob)
common/persistence/serialization/serializer.go:79
↓ 2 callersMethodHistoryURI
()
tests/testcore/test_cluster.go:126
↓ 2 callersMethodImportWorkflowExecution
ImportWorkflowExecution attempts to import workflow according to persisted history events. NOTE: this is experimental API
api/adminservice/v1/service_grpc.pb.go:80
↓ 2 callersMethodImportWorkflowExecution
ImportWorkflowExecution attempts to import workflow according to persisted history events. NOTE: this is experimental API
api/historyservice/v1/service_grpc.pb.go:280
↓ 2 callersFunctionIncomingVersion
IncomingVersion returns tag for IncomingVersion
common/log/tag/tags.go:818
↓ 2 callersMethodIncrementNexusEndpointsTableVersion
(ctx context.Context, lastKnownTableVersion int64)
common/persistence/sql/sqlplugin/nexus_endpoints.go:24
↓ 2 callersMethodIndexGetSettings
(ctx context.Context, indexName string)
common/persistence/visibility/store/elasticsearch/client/client.go:50
↓ 2 callersMethodIndexPutSettings
(ctx context.Context, indexName string, bodyString string)
common/persistence/visibility/store/elasticsearch/client/client.go:49
↓ 2 callersMethodIndexPutTemplate
(ctx context.Context, templateName string, bodyString string)
common/persistence/visibility/store/elasticsearch/client/client.go:40
↓ 2 callersFunctionInsertAssignmentRule
(timestamp *hlc.Clock, data *persistencespb.VersioningData, req *workflowservice.UpdateWorkerVersioningRules
service/matching/version_rule_helpers.go:75
↓ 2 callersMethodInsertIntoQueueV2Messages
(ctx context.Context, row []QueueV2MessageRow)
common/persistence/sql/sqlplugin/queue_v2_message.go:39
↓ 2 callersFunctionInstanceTag
InstanceTag returns a new instance tag
common/metrics/tags.go:141
↓ 2 callersMethodInt64Histogram
(string, ...metric.Int64HistogramOption)
common/metrics/otel_metrics_handler_test.go:302
↓ 2 callersFunctionInt64ToString
(v int64)
common/convert/convert.go:26
↓ 2 callersMethodIntercept
(col *SAColumn)
common/persistence/visibility/store/query/interceptors.go:10
↓ 2 callersMethodInternalStatus
()
service/matching/backlog_manager.go:49
↓ 2 callersFunctionInternalStatusToAPIStatus
InternalStatusToAPIStatus converts internal activity execution status to API status.
chasm/lib/activity/activity.go:811
↓ 2 callersFunctionInvoke
( ctx context.Context, request *historyservice.UpdateWorkflowExecutionOptionsRequest, shardCtx historyi.Sha
service/history/api/updateworkflowoptions/api.go:26
↓ 2 callersFunctionInvoke
Invoke is the implementation of the history service's AddTasks API. This exposes the [shard.Context.AddTasks] API via the history service. This method
service/history/api/addtasks/api.go:41
↓ 2 callersFunctionInvoke
( ctx context.Context, resetRequest *historyservice.ResetStickyTaskQueueRequest, shardContext historyi.Shar
service/history/api/resetstickytaskqueue/api.go:14
↓ 2 callersFunctionInvoke
( ctx context.Context, req *historyservice.SignalWorkflowExecutionRequest, shard historyi.ShardContext, wo
service/history/api/signalworkflow/api.go:15
↓ 2 callersFunctionInvoke
nolint:revive // cyclomatic complexity
service/history/api/recordworkflowtaskstarted/api.go:35
↓ 2 callersFunctionInvoke
( ctx context.Context, request *historyservice.UpdateActivityOptionsRequest, shardContext historyi.ShardCon
service/history/api/updateactivityoptions/api.go:29
↓ 2 callersMethodInvoke
(ctx context.Context)
service/history/api/multioperation/api.go:183
↓ 2 callersMethodIsActivityTaskValid
IsActivityTaskValid is called by matching service checking whether the workflow task is valid.
api/historyservice/v1/service_grpc.pb.go:169
↓ 2 callersFunctionIsEqualVersionHistoryItems
IsEqualVersionHistoryItems checks whether version history items are equal
common/persistence/versionhistory/version_history_item.go:29
↓ 2 callersMethodIsImmediate
IsImmediate reports whether the task is scheduled for immediate execution (zero or unset scheduled time).
chasm/task.go:80
↓ 2 callersFunctionIsInternalPerNsTaskQueue
IsInternalPerNsTaskQueue returns true if the task queue name belongs to a per-namespace internal system worker
common/primitives/task_queues.go:46
↓ 2 callersFunctionIsNotFoundError
(err error)
common/archiver/s3store/util.go:109
↓ 2 callersMethodIsPaused
()
chasm/component.go:84
↓ 2 callersMethodIsResetRun
IsResetRun returns true if this run is result of a reset operation.
service/history/interfaces/mutable_state.go:146
↓ 2 callersMethodIsStale
(chasm.ComponentRef)
service/history/interfaces/chasm_tree.go:50
↓ 2 callersFunctionIsSystem
IsSystem returns true if name is system search attribute
common/searchattribute/sadefs/constants.go:277
↓ 2 callersMethodIsTransientWorkflowTask
()
service/history/workflow/mutable_state_impl.go:2388
↓ 2 callersFunctionIsUnversionedOrAssignedBuildIdSearchAttribute
IsUnversionedOrAssignedBuildIdSearchAttribute returns the value is "unversioned" or "assigned:<bld>"
common/worker_versioning/worker_versioning.go:110
↓ 2 callersMethodIsValid
()
service/history/shard/context_impl.go:1487
↓ 2 callersMethodIsValidPayloadSize
IsValidPayloadSize validates that a payload size is within the configured limits.
chasm/lib/workflow/registry.go:120
↓ 2 callersMethodIsWorkflowExecutionStatusPaused
()
service/history/workflow/mutable_state_impl.go:3199
↓ 2 callersMethodIsWorkflowTaskValid
IsWorkflowTaskValid is called by matching service checking whether the workflow task is valid.
api/historyservice/v1/service_grpc.pb.go:143
↓ 2 callersMethodJSON
()
tools/testrunner/summary.go:56
↓ 2 callersFunctionKeyFilePath
(dir string)
tests/testutils/tls.go:23
↓ 2 callersMethodLifecycleState
LifecycleState maps the operation's status to a CHASM lifecycle state.
chasm/lib/nexusoperation/operation.go:143
↓ 2 callersMethodListBatchOperations
( ctx context.Context, request *workflowservice.ListBatchOperationsRequest, )
service/frontend/workflow_handler.go:5992
↓ 2 callersMethodListGeneratedVertices
ListGeneratedVertices lists the pasted generated vertices
common/testing/generator_interface.go:32
↓ 2 callersMethodListInfo
ListInfo returns the ScheduleListInfo, used as the visibility memo, and to answer List queries.
chasm/lib/scheduler/scheduler.go:988
↓ 2 callersMethodListMatchingTimes
ListMatchingTimes returns the upcoming times that the schedule will trigger within the given time range.
chasm/lib/scheduler/scheduler.go:730
↓ 2 callersMethodListNexusEndpoints
List all registered services.
api/matchingservice/v1/service_grpc.pb.go:211
↓ 2 callersMethodListOpenWorkflow
ListOpenWorkflow mocks base method.
common/testing/mocksdk/client_mock.go:437
↓ 2 callersMethodListOpenWorkflowExecutions
ListOpenWorkflowExecutions is a visibility API to list the open executions in a specific namespace.
service/frontend/workflow_handler.go:2498
↓ 2 callersMethodListQueues
(ctx context.Context, in *ListQueuesRequest, opts ...grpc.CallOption)
api/adminservice/v1/service_grpc.pb.go:155
↓ 2 callersMethodListQueues
(ctx context.Context, in *ListQueuesRequest, opts ...grpc.CallOption)
api/historyservice/v1/service_grpc.pb.go:302
↓ 2 callersMethodListTaskQueuePartitions
ListTaskQueuePartitions returns a map of partitionKey and hostAddress for a task queue.
api/matchingservice/v1/service_grpc.pb.go:117
↓ 2 callersMethodListTasks
(ctx context.Context, in *ListTasksRequest, opts ...grpc.CallOption)
api/historyservice/v1/service_grpc.pb.go:312
↓ 2 callersMethodListWorkers
ListWorkers retrieves a list of workers in the specified namespace that match the provided filters. Supports pagination for large result sets. Returns
api/matchingservice/v1/service_grpc.pb.go:217
↓ 2 callersMethodListWorkflowExecutions
ListWorkflowExecutions is a visibility API to list workflow executions in a specific namespace.
service/frontend/workflow_handler.go:2714
↓ 2 callersMethodListWorkflowRules
( ctx context.Context, request *workflowservice.ListWorkflowRulesRequest, )
service/frontend/workflow_handler.go:7038
↓ 2 callersFunctionListenIP
ListenIP returns the IP to bind to in Listen. It tries to find an IP that can be used by other machines to reach this machine.
common/config/localip.go:41
↓ 2 callersMethodLoadAndMergeWithStaticConfig
LoadAndMergeWithStaticConfig loads cluster metadata from the database and merges it with the static config.
temporal/cluster_metadata_loader.go:30
↓ 2 callersFunctionLoadAndSplitQuery
LoadAndSplitQuery loads and split cql / sql query into one statement per string. Comments are removed from the query.
common/persistence/query_util.go:37
↓ 2 callersMethodLoadHistoryEvent
(ctx context.Context, token []byte)
service/history/interfaces/mutable_state.go:48
↓ 2 callersMethodLoadProgress
(ctx context.Context, valuePtr any)
common/archiver/options.go:28
↓ 2 callersFunctionLoadSchema
(t *testing.T, db sqlplugin.AdminDB, schemaFile string)
common/persistence/tests/sqlite_test.go:77
↓ 2 callersMethodLoadSchema
LoadSchema from PersistenceTestCluster interface
common/persistence/sql/test_sql_persistence.go:175
↓ 2 callersMethodLocalBacklogPriorityChanged
(map[PhysicalTaskQueueVersion]int64)
service/matching/user_data_manager.go:63
↓ 2 callersMethodLockNamespaceMetadata
(ctx context.Context)
common/persistence/sql/sqlplugin/namespace.go:49
↓ 2 callersFunctionMakeBackoffAlgorithm
MakeBackoffAlgorithm creates a BackoffCalculatorAlgorithmFunc that returns a fixed delay if requestedDelay is non-nil, otherwise falls back to exponen
common/backoff/retry.go:185
↓ 2 callersFunctionMapConcurrent
MapConcurrent concurrently maps a function over input and fails fast on error.
common/util/util.go:115
↓ 2 callersMethodMarkNamespaceAsDeleted
( nsName namespace.Name, )
tests/testcore/functional_test_base.go:614
↓ 2 callersMethodMarkPoisonPill
()
service/history/replication/batchable_task.go:64
↓ 2 callersMethodMarshal
Marshal an object of type HistoryTask to the protobuf v3 wire format
api/common/v1/dlq.go-helpers.pb.go:9
↓ 2 callersFunctionMaskYaml
MaskYaml replace password values with mask and returns copy of the string. Does recursive replacement for entire yamlStr.
common/masker/masker.go:18
↓ 2 callersMethodMatchPollerImmediately
(poller *waitingPoller)
service/matching/matcher_data.go:374
↓ 2 callersMethodMatches
(msg string, tags []tag.Tag)
common/testing/testlogger/testlogger.go:112
↓ 2 callersFunctionMax
Max returns the maximum of two Clocks
common/clock/hybrid_logical_clock/hybrid_logical_clock.go:66
↓ 2 callersMethodMergeDLQMessages
MergeDLQMessages merges messages from DLQ.
api/adminservice/v1/service_grpc.pb.go:133
↓ 2 callersMethodMergeDLQMessages
MergeDLQMessages merges messages from DLQ.
api/historyservice/v1/service_grpc.pb.go:269
↓ 2 callersMethodMergeMessages
( ctx context.Context, sourceCluster string, lastMessageID int64, pageSize int, pageToken []byt
service/history/replication/dlq_handler.go:39
↓ 2 callersFunctionMetricsHandlerFromConfig
MetricsHandlerFromConfig is used at startup to construct a MetricsHandler
common/metrics/config.go:462
↓ 2 callersFunctionMin
Min returns the minimum of two Clocks
common/clock/hybrid_logical_clock/hybrid_logical_clock.go:74
↓ 2 callersFunctionMustNormalPartitionFromRpcName
(rpcName string, namespaceId string, taskType enumspb.TaskQueueType)
common/tqid/task_queue_id.go:222
↓ 2 callersMethodNack
(err error)
service/history/replication/batchable_task.go:111
↓ 2 callersMethodName
()
common/tqid/task_queue_id.go:230
↓ 2 callersMethodName
TODO: this is invoked for non-ES validation code flow. Needs refactoring
common/persistence/visibility/store/elasticsearch/query_interceptors.go:76
↓ 2 callersMethodName
()
chasm/nexus_operation_processor_test.go:22
↓ 2 callersMethodNamespaceValidateIntercept
( ctx context.Context, req any, info *grpc.UnaryServerInfo, handler grpc.UnaryHandler, )
common/rpc/interceptor/namespace_validator.go:111
↓ 2 callersFunctionNeverEnabledState
()
common/namespace/archival_config_state_machine.go:39
↓ 2 callersFunctionNew
( logger log.Logger, metricsHandler metrics.Handler, )
common/finalizer/finalizer.go:30
↓ 2 callersFunctionNew
(t assert.TestingT)
common/testing/protoassert/assert.go:22
↓ 2 callersFunctionNewAckManager
( shardContext historyi.ShardContext, workflowCache wcache.Cache, eventBlobCache persistence.XDCCache, rep
service/history/replication/ack_manager.go:93
↓ 2 callersFunctionNewActivityStateReplicator
( shardContext historyi.ShardContext, workflowCache wcache.Cache, logger log.Logger, )
service/history/ndc/activity_state_replicator.go:56
↓ 2 callersFunctionNewAdminHandler
NewAdminHandler creates a gRPC handler for the adminservice
service/frontend/admin_handler.go:173
↓ 2 callersFunctionNewAllAPIsForwardingPolicy
NewAllAPIsForwardingPolicy creates a forwarding policy for all APIs based on namespace
common/rpc/interceptor/dc_redirection_policy.go:132
← previousnext →7,201–7,300 of 43,335, ranked by callers