Shortcut on Lock Screen keeps getting interrupted by auto-lock mechanism (even if auto-lock is never)

I have a shortcut that has a few prompts and I added a trigger as a widget on my lock screen under the clock.

Within 10 seconds despite regular user interactions through the prompts, the Lock Screen locks again and the shortcut is terminated.

Here, add this example and launch from your Lock Screen via widget and you’ll see what I mean: https://www.icloud.com/shortcuts/3aa92fa6cc5040568f40ca13dce4a771

The only solution I’ve found is to have the shortcut open the Home Screen and require an unlock, and then it doesn’t get interrupted.

Does anyone else know any tricks to stop this from happening? My vision for this shortcut was to run it without unlocking the phone from the Lock Screen.

What I’ve tried: * Auto lock is set to never * Disabled requiring eye contact / awareness through Face ID * Tapping on the screen a bunch to maintain user input * Making sure shortcut is allowed to run while locked

The issue appears to be that input during shortcut prompts doesn’t count as input that will keep your Lock Screen unlocked. So therefore it locks again.

Anyone know any tricks here?