A positive / success version of UserFacingError in FoOs

Hey,

Is there an equivalent for UserFacingError but for positive things?
e.g UserFacingSuccess?I’d like to be able to say from a function, “Operation succeeded”

I know Actions can support custom success messages, but that’s a static thing and doesn’t allow for variables/dynamic messages.

The downside I can see here is that if the SuccessMessage is not a terminal call (i.e. doesn’t end the function execution), it could lead to a pop-up chain that’s quite bad in terms of UX.

Unfortunately there is no way at the moment to return any data from an ontology edit function. This is because the return type under-the-hood is a list of proposed edits.