Processing for mashup script statements is sequential by default. You can have parallel processing of mashup statements using the
<parallel> statement. Then define each concurrent task in a <sequence> child within <parallel> Add variables or any mashup statement needed to complete that task inside <sequence>.
You can also have parallel processing of iterative loops using
<foreach>. This is useful when the processing for each task is identical but is applied in different contexts.