How to get last runID?

Hi! I’m trying to figure out a way to get the last run id using a WorkflowID

So far, I’ve tried client.GetWorkflow and then using the returning WorkflowRun instance I would try a GetRunID, but this returns an empty string.

Use grpc DescribeWorkflowExecution call. Would you file an issue to get this added to the client?

+1 on getting run id. I couldn’t find an open issue so created a new one here: https://github.com/temporalio/temporal/issues/854