func (o *Operation) onStarted(ctx chasm.MutableContext, operationToken string, startTime *time.Time, links []*commonpb.Link) error {
if store, ok := o.Store.TryGet(ctx); ok {
}
o.Links = append(o.Links, links...)
return TransitionStarted.Apply(o, ctx, EventStarted{