mutableState historyi.MutableState,
releaseFn historyi.ReleaseWorkflowContextFunc,
return &WorkflowImpl{
clusterMetadata: clusterMetadata,
context: wfContext,
mutableState: mutableState,
releaseFn: releaseFn,
}
}
func (r *WorkflowImpl) GetContext() historyi.WorkflowContext {