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