<parallel>
This container statement processes one or more groups of statements in parallel. Each group of statements to be processed concurrently is defined within a <sequence> statement.
See Concurrent Mashup Processing Flows for examples.
| Can Contain | ( sequence )+ |
| Allowed In | mashup, else, elseif, for, foreach, if, macro, operation, sequence, while, |
<sequence>
Defines a group of statements that should be processed sequentially as one concurrent task within <parallel>.
| Can Contain | ( Statements Group | ( Variables Group ) | ( ( macro:custom-macro-name | any element in a non-EMML namespace )* ) | ( variables ) )+ |
Enterprise Mashup Markup Language (EMML) Documentation is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.
