type Event struct {
Type EventType Context workflow.Context// Fully qualified, only non-empty when Type is EventFuncCall. FuncName string// Number of frames to skip inside the event handler to get to where the event// occured (e.g. when using runtime.Caller).
CallerSkip int
}