I am implementing a mule app that fetches data from a database and syncs it to different CRMs on a specific condition, e.g. if 10 records are fetched, 3 of them might be synced with Hubspot and 7 with Salesforce. I am using the integration APIS of all CRMS. I want to make a separate sub-flow for each CRM. But Mule doesn't allow me to drag and drop a batch job in a sub flow. Is it achievable? What other options are there for this implementation?