if c.MutableState == nil {
response, err := getWorkflowExecution(ctx, shardContext, &persistence.GetWorkflowExecutionRequest{
context.go
ShardID: shardContext.GetShardID(),
NamespaceID: c.workflowKey.NamespaceID,
WorkflowID: c.workflowKey.WorkflowID,
RunID: c.workflowKey.RunID,
ArchetypeID: c.archetypeID,
})
if err != nil {
return nil, err
}