DAML-S
AtomicProcess
is directly invocable, has not
sub-processes, and executed in a single step.SimpleProcess
is not invocable (not
associated with a grounding). Its executed in a single
step. Used as an element of abstraction. CompositeProcess
is decomposable into other
process using control constructs. It is composedOf
a ControlConstruct
which, in turn, has a
components
property that indicates the ordering and
conditional execution of the sub-processes. 9 of 26