Complication text when locked

I created a custom complication in an app that is type LONG_TEXT. It works great when the watch is unlocked, but displays no data when the watch is locked. Since the data returned by my complication is not sensitive (custom weather data), is there a way to have it display when the watch is locked?

I don’t think so. I’ve noticed the same(?) thing. Wear OS, or the app the displays WFF/WFS faces, seems to over-ride complication services when the screen is locked. My watchface displays “–” for my complication’s text and title when the screen is locked until it is unlocked — but I checked my complication code and it can’t possibly return ‘–’.