Core actions
Introduction
Running a sub-process explicitly
process
process<property as="xs:string" name="oxf.fr.detail.process.home.*.*">
process("orbeon-home")
</property><!-- Define a sub-process which navigates to the "/" URL -->
<property as="xs:string" name="oxf.fr.detail.process.orbeon-home.*.*">
navigate("/")
</property>
<!-- Use that sub-process from the "home" process -->
<property as="xs:string" name="oxf.fr.detail.process.home.*.*">
orbeon-home
</property>Terminating a process
terminate-with-success
terminate-with-successterminate-with-failure
terminate-with-failuresuccess
successfailure
failureContinuing a process
continue-with-success
continue-with-successcontinue-with-failure
continue-with-failurenop
nopSuspending and resuming a process
suspend
suspendresume-with-success
resume-with-successresume-with-failure
resume-with-failureabort
abortresume
resumeLast updated