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

Method GetTaskSource

api/taskqueue/v1/message.pb.go:751–756  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

749}
750
751func (x *TaskForwardInfo) GetTaskSource() v14.TaskSource {
752 if x != nil {
753 return x.TaskSource
754 }
755 return v14.TaskSource(0)
756}
757
758func (x *TaskForwardInfo) GetOriginPartition() string {
759 if x != nil {

Calls

no outgoing calls