This document provides steps to create an Oracle SOA composite application that demonstrates parallel processing using a flow activity. The application takes two input numbers, and within the flow activity it concurrently calculates the addition, subtraction, multiplication, and division of the numbers. It outputs all the results. The flow trace is examined to confirm the activities within the flow executed simultaneously in parallel.