updateFn func(chasm.MutableContext, chasm.Component) error,
opts ...chasm.TransitionOption,
options := e.constructTransitionOptions(opts...)
result, err := e.updateWithStartExecution(ctx, executionRef, startFn, updateFn, options)
return result, e.convertError(err, executionRef, options.RequestID)
}
func (e *ChasmEngine) updateWithStartExecution(