I have a simple workflow that extracts data from 2 independent SAP sources (using the Xtract Universal Connector) and outputs the data to 2 separate files:

The problem I'm having is that the second extraction will only run after the first has been completed even though each extraction is completely independent of the other. How do make both extractions run concurrently in the same workflow? I know that a workaround is to split the 2 extractions into independent workflows and then call both workflows from a masterworkflow but this just created unnecessary layers to a workflow which would be rather straightforward.