I have a worker which never picks up workflows.I can see that it registered under the task queue and workflow is always in running state till its timed out.Can any one help me in debugging this scenario?.
Please find the stack trace as below
temporal-stacktrace
coroutine root [blocked on chan-1.Receive]:
go.temporal.io/sdk/internal.(*decodeFutureImpl).Get(0xc000358378, {0x10aaae0, 0xc0001573b0}, {0xdbdc80?, 0xc00035a320})
/Users/skottarathi/go/pkg/mod/go.temporal.io/sdk@v1.18.1/internal/internal_workflow.go:1434 +0x4c
github.com/temporalio/helloworld/workflows/manatee.Workflow({0x10aaae0?, 0xc000157290?}, {0xc0002f41c0, 0x7})
/Users/skottarathi/go/src/github.com/temporalio/manatee-rebuild/workflows/manatee/manatee.go:66 +0x20d
reflect.Value.call({0xe0a660?, 0xfb2990?, 0xfffff7ffef0efa68?}, {0xf3dc64, 0x4}, {0xc0001572c0, 0x2, 0x203000?})
/opt/homebrew/Cellar/go/1.18.2/libexec/src/reflect/value.go:556 +0x845
reflect.Value.Call({0xe0a660?, 0xfb2990?, 0x40418c?}, {0xc0001572c0, 0x2, 0x2})
/opt/homebrew/Cellar/go/1.18.2/libexec/src/reflect/value.go:339 +0xbf
This file has been truncated. show original
Could you provide a small reproduce of this issue? Think we need to debug this, also share the Go SDK version please.