<parallel> <wlrun ... > <sequential> <sleep seconds="30"/> <junit ... > <wlstop/> </sequential> </parallel>This example shows how the sequential task is used to execute three tasks in sequence, while another task is being executed in a separate thread.