!3 Sequence

!*****> Sequence: Run Tasks In Sequence
The sequence element represents a container of STAX elements which will be executed serially, in the order in which the contained elements are listed in the sequence. A sequence element may contain any number of task elements. You may nest sequence elements.
**********!

!|com.nhncorp.ntaf.Import|
|com.nhncorp.ntaf|

!|FlowFixture|

|start_parallel|

|start_sequence|

!|StafCmdFixture|
|service|location|request|submit()|response()|getErrorMessage()|
|ECHO|local|ECHO Hello World|0|Hello World||

|end_sequence|

|start_sequence|

!|StafCmdFixture|
|service|location|request|submit()|response()|getErrorMessage()|
|ECHO|local|ECHO Hello World|0|Hello World||

|end_sequence|

|start_sequence|

!|StafCmdFixture|
|service|location|request|submit()|response()|getErrorMessage()|
|ECHO|local|ECHO Hello World|0|Hello World||

|end_sequence|

|start_sequence|

!|StafCmdFixture|
|service|location|request|submit()|response()|getErrorMessage()|
|ECHO|local|ECHO Hello World|0|Hello World||

|end_sequence|

|end_parallel|
