MCPcopy Create free account
hub / github.com/temporalio/temporal / SetUserMetadata

Method SetUserMetadata

chasm/context.go:98–98  ·  view source on GitHub ↗

SetUserMetadata replaces the user metadata attached to the given component.

(Component, *sdkpb.UserMetadata)

Source from the content-addressed store, hash-verified

96 SetRequestLinks(Component, string, []*commonpb.Link) error
97 // SetUserMetadata replaces the user metadata attached to the given component.
98 SetUserMetadata(Component, *sdkpb.UserMetadata) error
99
100 // Get a Ref for the component
101 // This ref to the component state at the end of the transition

Implementers 2

MockMutableContextchasm/context_mock.go
mutableCtxchasm/context.go

Calls

no outgoing calls