JBoss Community Archive (Read Only)

Scribble

Parallel

The parallel construct defines a set of paths that represent behaviour that should occur concurrently.

The syntax for the parallel construct is:

parallel "{"
    ...
( "}" and "{"
    ... )+
"}"

For example,

parallel {
    CheckStock from Seller to Wholesaler;
    StockAvailability from Wholesaler to Seller;
} and {
    CreditCheck from Seller to CreditAgency;
    CreditReport from CreditAgency to Seller;
}
JBoss.org Content Archive (Read Only), exported from JBoss Community Documentation Editor at 2020-03-13 09:37:58 UTC, last content change 2011-11-13 15:51:50 UTC.