DAML-S
Sequence
is a list of Processes
to be done in order. Split
contains a bag of process components to
be executed concurrently. Unordered
specifies a bag of process components
that can be executed in any order. Split+Join
consists of concurrent execution of
process components with barrier synchronization. Choice
has further properties
chosen
and chooseFrom
which let you
create customized subsets. If-Then-Else
class has properties
ifCondition
, then
, and
else
, which implement the statement. Iterate
does just that until the
whileCondition
or untilCondition
are
met. 11 of 26