My app donates intents for Siri and Shortcuts. In the Shortcuts app I can create a shortcut with multiple actions from my app, and when executing it from the Shortcuts app or from a shortcut added to the Home Screen, it executes all of the actions (opens the app and executes them all). However, when triggering the shortcut via Siri (voice), it opens the app but only executes the first action. The app never gets the continue userActivity call for any of the shortcut’s actions after the first one. Is there something I need to be doing differently when I donate or handle an intent that allows executing multiple via voice vs. manually via a shortcut? Is Siri maybe not getting some response it needs and stopping after the first one?