Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/temporalio/temporal
/ functions
Functions
43,335 in github.com/temporalio/temporal
⨍
Functions
43,335
◇
Types & classes
5,614
↓ 1 callers
Method
processActivityTask
( ctx context.Context, task *tasks.ActivityTask, )
service/history/transfer_queue_active_task_executor.go:231
↓ 1 callers
Method
processActivityTask
( ctx context.Context, transferTask *tasks.ActivityTask, )
service/history/transfer_queue_standby_task_executor.go:192
↓ 1 callers
Function
processActivityWorkflowRules
( shardContext historyi.ShardContext, request *historyservice.RecordActivityTaskStartedRequest, ms historyi
service/history/api/recordactivitytaskstarted/api.go:356
↓ 1 callers
Method
processActivityWorkflowRules
( ctx context.Context, weContext historyi.WorkflowContext, ms historyi.MutableState, ai *persistencespb.Ac
service/history/timer_queue_active_task_executor.go:1010
↓ 1 callers
Method
processArchiveExecutionTask
processArchiveExecutionTask processes a tasks.ArchiveExecutionTask First, we load the mutable state to populate an archival.Request. Second, we unlock
service/history/archival_queue_task_executor.go:96
↓ 1 callers
Function
processArtifactJob
processArtifactJob downloads and processes a single artifact
tools/flakereport/parallel.go:99
↓ 1 callers
Function
processArtifactsParallel
processArtifactsParallel downloads and processes artifacts in parallel with a worker pool Returns: all failures, all test runs, and count of successfu
tools/flakereport/parallel.go:32
↓ 1 callers
Method
processBackfill
processBackfill processes a Backfiller's BackfillRequest.
chasm/lib/scheduler/backfiller_tasks.go:149
↓ 1 callers
Method
processBackfills
()
service/worker/scheduler/workflow.go:826
↓ 1 callers
Method
processBuffer
ProcessBuffer should return true if there might be more work to do right now. nolint:revive
service/worker/scheduler/workflow.go:1348
↓ 1 callers
Method
processBuffer
processBuffer resolves the Invoker's buffered starts that haven't yet begun execution. This is where the decision is made to drive execution to comple
chasm/lib/scheduler/invoker_tasks.go:479
↓ 1 callers
Method
processBuildIdRedirectInfo
processBuildIdRedirectInfo validated possible build ID redirect based on the versioningStamp and redirectInfo. If a valid redirect is being applied to
service/history/workflow/workflow_task_state_machine.go:644
↓ 1 callers
Method
processCancelExecution
( ctx context.Context, task *tasks.CancelExecutionTask, )
service/history/transfer_queue_active_task_executor.go:510
↓ 1 callers
Method
processCancelExecution
( ctx context.Context, transferTask *tasks.CancelExecutionTask, )
service/history/transfer_queue_standby_task_executor.go:399
↓ 1 callers
Method
processChasmTask
( ctx context.Context, task *tasks.ChasmTask, )
service/history/visibility_queue_task_executor.go:353
↓ 1 callers
Method
processCloseCallbacksChasm
processCloseCallbacksChasm triggers "WorkflowClosed" callbacks using the CHASM implementation.
service/history/workflow/mutable_state_impl.go:7242
↓ 1 callers
Method
processCloseCallbacksHsm
processCloseCallbacksHsm triggers "WorkflowClosed" callbacks using the HSM implementation.
service/history/workflow/mutable_state_impl.go:7220
↓ 1 callers
Method
processCloseExecution
( ctx context.Context, task *tasks.CloseExecutionTask, )
service/history/transfer_queue_active_task_executor.go:373
↓ 1 callers
Method
processCloseExecution
( ctx context.Context, transferTask *tasks.CloseExecutionTask, )
service/history/transfer_queue_standby_task_executor.go:291
↓ 1 callers
Method
processCloseExecution
( parentCtx context.Context, task *tasks.CloseExecutionVisibilityTask, )
service/history/visibility_queue_task_executor.go:235
↓ 1 callers
Method
processDeleteExecution
( ctx context.Context, task *tasks.DeleteExecutionVisibilityTask, )
service/history/visibility_queue_task_executor.go:318
↓ 1 callers
Method
processDeleteExecutionTask
(ctx context.Context, task *tasks.DeleteExecutionTask)
service/history/transfer_queue_active_task_executor.go:225
↓ 1 callers
Method
processDeleteExecutionTask
( ctx context.Context, task *tasks.DeleteExecutionTask, ensureNoPendingCloseTask bool, )
service/history/transfer_queue_task_executor_base.go:201
↓ 1 callers
Method
processEventLoop
()
service/history/queues/queue_scheduled.go:175
↓ 1 callers
Method
processEventLoop
()
service/history/queues/queue_immediate.go:132
↓ 1 callers
Function
processJUnitReport
(filename string, tmap map[string][]float64)
tools/optimize-test-sharding/main.go:208
↓ 1 callers
Method
processNamespaceEntry
( ctx context.Context, rateLimiter quotas.RateLimiter, input BuildIdScavangerInput, heartbeat *heartbeatDe
service/worker/scanner/build_ids/scavenger.go:161
↓ 1 callers
Method
processNewTime
()
service/history/queues/queue_scheduled.go:218
↓ 1 callers
Method
processParentClosePolicy
( ctx context.Context, parentNamespaceName string, parentExecution *commonpb.WorkflowExecution, childInfos
service/history/transfer_queue_active_task_executor.go:1830
↓ 1 callers
Method
processPatch
(patch *schedulepb.SchedulePatch)
service/worker/scheduler/workflow.go:459
↓ 1 callers
Method
processPollTimer
(pollTimer *time.Timer)
service/history/queues/queue_immediate.go:163
↓ 1 callers
Method
processQueueLoop
nolint:revive // cognitive complexity
service/history/queues/memory_scheduled_queue.go:106
↓ 1 callers
Method
processResetWorkflow
( ctx context.Context, task *tasks.ResetWorkflowTask, )
service/history/transfer_queue_active_task_executor.go:1228
↓ 1 callers
Method
processSignalExecution
( ctx context.Context, task *tasks.SignalExecutionTask, )
service/history/transfer_queue_active_task_executor.go:636
↓ 1 callers
Method
processSignalExecution
( ctx context.Context, transferTask *tasks.SignalExecutionTask, )
service/history/transfer_queue_standby_task_executor.go:432
↓ 1 callers
Method
processSignals
()
service/worker/scheduler/workflow.go:1067
↓ 1 callers
Method
processSingleTask
processSingleTask processes a single batch task, bounding its execution with a per-task timeout so that one hung operation cannot block the task proce
service/worker/batcher/activities.go:479
↓ 1 callers
Method
processSpooledTask
TODO(pri): old matcher cleanup
service/matching/backlog_manager.go:175
↓ 1 callers
Method
processStartChildExecution
( ctx context.Context, task *tasks.StartChildExecutionTask, )
service/history/transfer_queue_active_task_executor.go:816
↓ 1 callers
Method
processStartChildExecution
( ctx context.Context, transferTask *tasks.StartChildExecutionTask, )
service/history/transfer_queue_standby_task_executor.go:465
↓ 1 callers
Method
processStartExecution
( ctx context.Context, task *tasks.StartExecutionVisibilityTask, )
service/history/visibility_queue_task_executor.go:128
↓ 1 callers
Method
processTask
( shutdownCh chan struct{}, )
common/tasks/fifo_scheduler.go:164
↓ 1 callers
Method
processTaskBatch
(tasks []*persistencespb.AllocatedTaskInfo)
service/matching/pri_task_reader.go:245
↓ 1 callers
Method
processTaskQueue
( queue SequentialTaskQueue[T], workerShutdownCh <-chan struct{}, )
common/tasks/sequential_scheduler.go:270
↓ 1 callers
Method
processTaskWithRetries
processTaskWithRetries runs the task's operation, retrying retryable failures in place on this goroutine, and sends exactly one response on respCh per
service/worker/batcher/activities.go:688
↓ 1 callers
Method
processTrigger
processTrigger processes a Backfiller's TriggerImmediatelyRequest.
chasm/lib/scheduler/backfiller_tasks.go:203
↓ 1 callers
Function
processUnpauseActivityRequest
( shardContext historyi.ShardContext, mutableState historyi.MutableState, request *historyservice.UnpauseAc
service/history/api/unpauseactivity/api.go:79
↓ 1 callers
Method
processUpdate
(req *schedulespb.FullUpdateRequest)
service/worker/scheduler/workflow.go:974
↓ 1 callers
Method
processUpsertExecution
( ctx context.Context, task *tasks.UpsertExecutionVisibilityTask, )
service/history/visibility_queue_task_executor.go:187
↓ 1 callers
Method
processUserDataEntry
( ctx context.Context, rateLimiter quotas.RateLimiter, input BuildIdScavangerInput, heartbeat heartbeatDet
service/worker/scanner/build_ids/scavenger.go:216
↓ 1 callers
Method
processWatchEvent
processWatchEvent handles a single namespace watch event by updating the cache and invoking state change callbacks.
common/namespace/nsregistry/registry.go:656
↓ 1 callers
Method
processWorkflowTask
( ctx context.Context, transferTask *tasks.WorkflowTask, )
service/history/transfer_queue_active_task_executor.go:286
↓ 1 callers
Method
processWorkflowTask
( ctx context.Context, transferTask *tasks.WorkflowTask, )
service/history/transfer_queue_standby_task_executor.go:237
↓ 1 callers
Method
processorLoop
()
service/worker/replicator/replication_message_processor.go:127
↓ 1 callers
Method
promoteNamespace
( ns string, inClusterIndex int, )
tests/xdc/base.go:366
↓ 1 callers
Function
protoFieldToGoName
protoFieldToGoName converts a snake_case proto field name to PascalCase Go name.
cmd/tools/genroutingkeyextractor/main.go:162
↓ 1 callers
Method
proxyConn
(client net.Conn, backend string)
tests/mixedbrain/proxy_util.go:61
↓ 1 callers
Method
publishShardCountUpdate
publishShardCountUpdate publishes the current number of shards that this controller owns to all shard count subscribers in a non-blocking manner.
service/history/shard/controller_impl.go:525
↓ 1 callers
Method
purgeCanceledTasks
()
service/history/queues/memory_scheduled_queue.go:163
↓ 1 callers
Method
pushActivity
( ctx context.Context, task *tasks.ActivityTask, activityScheduleToStartTimeout time.Duration, directive *
service/history/transfer_queue_task_executor_base.go:95
↓ 1 callers
Method
put
(key string, pc PartitionCounts)
client/matching/partition_cache.go:119
↓ 1 callers
Method
putNamespaceReplicationTaskToDLQ
( ctx context.Context, task *replicationspb.ReplicationTask, )
service/worker/replicator/replication_message_processor.go:205
↓ 1 callers
Method
queriedMetricNames
()
tests/testcore/metric_capture.go:68
↓ 1 callers
Method
query
( ctx context.Context, uri archiver.URI, request *queryVisibilityRequest, saTypeMap searchattribute.NameTy
common/archiver/gcloud/visibility_archiver.go:177
↓ 1 callers
Method
query
( ctx context.Context, URI archiver.URI, request *queryVisibilityRequest, saTypeMap searchattribute.NameTy
common/archiver/filestore/visibility_archiver.go:159
↓ 1 callers
Method
query
( ctx context.Context, URI archiver.URI, request *queryVisibilityRequest, saTypeMap searchattribute.NameTy
common/archiver/s3store/visibility_archiver.go:255
↓ 1 callers
Method
queryAll
( ctx context.Context, URI archiver.URI, request *archiver.QueryVisibilityRequest, saTypeMap searchattribu
common/archiver/gcloud/visibility_archiver.go:205
↓ 1 callers
Method
queryAll
queryAll returns all workflow executions in the archive.
common/archiver/s3store/visibility_archiver.go:189
↓ 1 callers
Method
queryCreateRequestID
( ctx context.Context, namespaceEntry *namespace.Namespace, deploymentName string, )
service/worker/workerdeployment/client.go:637
↓ 1 callers
Method
queryVersionState
queryVersionState queries the version workflow for its current state.
service/worker/workerdeployment/client.go:2120
↓ 1 callers
Method
queryVisibilityForExistingWorkflowsReachability
( ctx context.Context, ns *namespace.Namespace, taskQueue, buildIdsFilter string, reachabilityType enumsp
service/frontend/task_reachability.go:226
↓ 1 callers
Function
queryWillTimeoutsBeforeFirstWorkflowTaskStart
( ctx context.Context, mutableState historyi.MutableState, )
service/history/api/queryworkflow/api.go:288
↓ 1 callers
Method
queryWorkflow
( ctx context.Context, pc PartitionCounts, request *matchingservice.QueryWorkflowRequest, opts []grpc.Call
client/matching/client.go:322
↓ 1 callers
Function
r
(r *rpc.RPCFactory)
common/rpc/test/rpc_localstore_tls_test.go:453
↓ 1 callers
Function
randString
(n int)
common/testing/testvars/rand.go:15
↓ 1 callers
Method
randomNextVertex
( nextVertexIdx int, )
common/testing/event_generator.go:297
↓ 1 callers
Method
randomTaskQueueInfo
( taskQueueKind enumspb.TaskQueueKind, )
common/persistence/tests/task_queue_task.go:251
↓ 1 callers
Method
randomTaskQueueInfo
(taskQueueKind enumspb.TaskQueueKind)
common/persistence/tests/task_queue_fair_task.go:166
↓ 1 callers
Method
rangeCompleteHistoryImmediateTasks
( ctx context.Context, request *p.RangeCompleteHistoryTasksRequest, )
common/persistence/sql/execution_tasks.go:168
↓ 1 callers
Method
rangeCompleteHistoryScheduledTasks
( ctx context.Context, request *p.RangeCompleteHistoryTasksRequest, )
common/persistence/sql/execution_tasks.go:280
↓ 1 callers
Method
rangeCompleteHistoryTasks
( ctx context.Context, request *p.RangeCompleteHistoryTasksRequest, )
common/persistence/cassandra/mutable_state_task_store.go:864
↓ 1 callers
Method
rangeCompleteReplicationTasks
( ctx context.Context, request *p.RangeCompleteHistoryTasksRequest, )
common/persistence/sql/execution_tasks.go:573
↓ 1 callers
Method
rangeCompleteReplicationTasks
( ctx context.Context, request *p.RangeCompleteHistoryTasksRequest, )
common/persistence/cassandra/mutable_state_task_store.go:488
↓ 1 callers
Method
rangeCompleteTasks
( oldExclusiveDeletionHighWatermark tasks.Key, newExclusiveDeletionHighWatermark tasks.Key, )
service/history/queues/queue_base.go:368
↓ 1 callers
Method
rangeCompleteTimerTasks
( ctx context.Context, request *p.RangeCompleteHistoryTasksRequest, )
common/persistence/sql/execution_tasks.go:435
↓ 1 callers
Method
rangeCompleteTimerTasks
( ctx context.Context, request *p.RangeCompleteHistoryTasksRequest, )
common/persistence/cassandra/mutable_state_task_store.go:430
↓ 1 callers
Method
rangeCompleteTransferTasks
( ctx context.Context, request *p.RangeCompleteHistoryTasksRequest, )
common/persistence/sql/execution_tasks.go:361
↓ 1 callers
Method
rangeCompleteTransferTasks
( ctx context.Context, request *p.RangeCompleteHistoryTasksRequest, )
common/persistence/cassandra/mutable_state_task_store.go:346
↓ 1 callers
Method
rangeCompleteVisibilityTasks
( ctx context.Context, request *p.RangeCompleteHistoryTasksRequest, )
common/persistence/sql/execution_tasks.go:748
↓ 1 callers
Method
rangeCompleteVisibilityTasks
( ctx context.Context, request *p.RangeCompleteHistoryTasksRequest, )
common/persistence/cassandra/mutable_state_task_store.go:682
↓ 1 callers
Method
rateLimitState
rateLimitState returns the whole-queue ready time and whether a per-key limit is in effect.
service/matching/ratelimit_manager.go:322
↓ 1 callers
Method
readComponent
( ctx context.Context, ref chasm.ComponentRef, readFn func(chasm.Context, chasm.Component) error, )
service/history/chasm_engine.go:640
↓ 1 callers
Function
readExpectedCounts
readExpectedCounts reads expected workflow counts from the expected_counts.txt file
service/worker/workerdeployment/replaytester/replay_test.go:116
↓ 1 callers
Method
readHistoryBranchReverse
( ctx context.Context, request *ReadHistoryBranchReverseRequest, )
common/persistence/history_manager.go:969
↓ 1 callers
Function
readLockShard
initiated by the owning shard
common/persistence/sql/shard.go:152
↓ 1 callers
Method
readManagers
(nsName namespace.Name)
common/persistence/visibility/manager_selector.go:15
↓ 1 callers
Method
readMetricsCounter
(name string, nonSystemTags ...metrics.Tag)
service/history/shard/controller_test.go:1185
↓ 1 callers
Method
readRawHistoryBranchReverse
( ctx context.Context, branchToken []byte, shardID int32, treeID string, branchAncestors []*persistencesp
common/persistence/history_manager.go:666
↓ 1 callers
Method
readRawHistoryBranchReverseAndFilter
( ctx context.Context, request *ReadHistoryBranchReverseRequest, )
common/persistence/history_manager.go:813
↓ 1 callers
Method
readTaskBatch
(readLevel fairLevel, loadedTasks int)
service/matching/fair_task_reader.go:262
← previous
next →
12,601–12,700 of 43,335, ranked by callers