Subflow fails with "Cannot pause the flow while processing Data Stream action" errorIssue If any subflow that has a Datastream action (which is not intended to use the MID server), fails during execution with "Cannot pause the flow while processing Data Stream action" error, the issue could be because the action connections are configured to route through the MID server which is causing the subflow to fail.Cause"Use MID Server" is checked, in the Connection record that is being used by the action.The "Use MID server" option is to be enabled only when the API calls need to be routed through a MID server.ResolutionNavigate to the "Connection & Credential Aliases" >> Locate the respective alias record which is used by the action in the subflow.Open the alias record >> Open the Connection record in the Connections related list.Uncheck the "Use MID Server" checkbox.4. Save the record.5. Re-run the affected flow/subflow. Related LinksData Stream actions design reference: https://docs.servicenow.com/bundle/tokyo-application-development/page/administer/integrationhub/concept/data-stream-design.html