I'm experimenting with Controls in IOS and trying to understand behavior. When a user taps a Control that triggers a shortcut, the shortcuts UI is presented before the action completes. Is there a supported way for a control to execute the shortcut entirely in the background without displaying the shortcuts app or UI? Unfortunately the commands are not available as intents.
Or is there an alternative appintent to Run Shortcut with the URL?
Lastly, does the user need to install the shortcut as well as the control or does the control "embed" both. Thanks.