Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/argoproj/argo-workflows
/ addParamToScope
Method
addParamToScope
workflow/controller/scope.go:54–56 ·
view source on GitHub ↗
(key, val string)
Source
from the content-addressed store, hash-verified
52
}
53
54
func
(s *wfScope) addParamToScope(key, val string) {
55
s.scope[key] = val
56
}
57
58
func
(s *wfScope) addArtifactToScope(key string, artifact wfv1.Artifact) {
59
s.scope[key] = artifact
Callers
10
executeDAG
Method · 0.80
executeDAGTask
Method · 0.80
buildLocalScopeFromTask
Method · 0.80
buildLocalScope
Method · 0.80
addOutputsToLocalScope
Method · 0.80
processAggregateNodeOutputs
Method · 0.80
artifactSubPathResolution
Function · 0.80
TestResolveParameters
Function · 0.80
resolveExitTmplArgument
Method · 0.80
executeStepGroup
Method · 0.80
Calls
no outgoing calls
Tested by
2
artifactSubPathResolution
Function · 0.64
TestResolveParameters
Function · 0.64