}
func (i *instrumentation) invalidStateTransition(updateID string, msg proto.Message, state state) {
util.go
softassert.Fail(
i.log,
"invalid state transition attempted",
tag.ComponentWorkflowUpdate,
tag.String("update-id", updateID),
tag.String("message", fmt.Sprintf("%T", msg)),
tag.Stringer("state", state),
tag.String("namespace", i.namespace),
)
}
func (i *instrumentation) updateRegistrySize(size int) {