start
The start
step is a pseudo-step that defines the beginning of the
process. As it is not a true step, it does not use the step keyword. The only completion condition
is success. So, on success is not required or permitted.
Format
start is
-- list one or more actions
start "foo"
start "bar"
end
Properties
No properties required.
Example
start is
start A
start B
start C
finish
end