The image shows a BPEL process with a parallel flow operation for two web services. Within the BPEL process is a flow that contains two sequences, one for a synchronous web service and the other for an asynchronous web service. Both sequences use an invoke activity to initiate the service. The synchronous web service uses the invoke activity to receive the response. The asynchronous web service uses a receive activity to wait for the callback.