join#

The join application process step.

Format#

The join step halts processing until all connected steps are completed. The only valid completion condition is success, so on success is not required or permitted.

This step does not have properties.

Example#

join step "foo" is
    finish
end

Parent topic: Application process steps