It’s a bit sketchy, but you can put a Java Snippet Node at the end of your workflow with one of the following lines:
logInfo("WF ran sucessfully");
logError("WF ran sucessfully");
logDebug("WF ran sucessfully");
logWarn("WF ran sucessfully");
This prints to the console. Only Error and Warning messages are shown with the default settings, and these are probably not the best choices. Java Snippets require and input with at least one row, and the Java Edit variable will pop these messages upon reseting. Maybe it’s more of a “this exists” than a good solution to your problem. Found here:
There’s also a way to make proper pop-ups, but I haven’t tried it myself yet. Also requires a Java Node at the end of your workflow: