JBoss Community Archive (Read Only)

Scribble

Sequence

The sequence construct is a list of activities, separated by
a semi-colon, such that each subsequent activity is only performed after the
completion of the preceding activity.

"{"
    ( <Activity> ";" )*
"}"

where Activity<i> represents any protocol based activity
or construct.

The following example shows a sequence of interactions.

{
    Order from Buyer to Seller;
    Invoice from Seller to Buyer;
    Payment from Buyer to Seller;
    Confirmation from Seller to Buyer;
}
JBoss.org Content Archive (Read Only), exported from JBoss Community Documentation Editor at 2020-03-13 09:37:58 UTC, last content change 2011-05-24 08:40:18 UTC.