execution *commonpb.WorkflowExecution,
startRequest *historyservice.StartWorkflowExecutionRequest,
return ms.AddWorkflowExecutionStartedEventWithOptions(
execution,
startRequest,
nil, // resetPoints
"", // prevRunID
execution.GetRunId(),
)
}
func (ms *MutableStateImpl) AddWorkflowExecutionStartedEventWithOptions(