Standard Process Steps

UPDATE_DEFAULT contains some standard process steps useful for navigating within a process.

Those standard process steps are:

$cancel

Use $cancel to end a process: Aurea CRM.Web navigates back to the page from which the process was started. If the process was executed in a popup, the popup is closed, if the process is executed in a new tab, the tab is closed.

$exit

Use $exit to end a process without navigation: The last (interactive) process step is displayed.

$phase

Use the $phase step to navigate to the initial step of the active phase. It automatically re-evaluates all phase conditions and thus determines the active phase.

$return

Use $return to return from sub-steps: Define $return as Next Step to call the step from which the current step is called. Example in UPDATE_DEFAULT: Dispatching of step SelectCompany->Return.

ViewRecord->Exit

Use this step to end a process.

This step calls the ViewRecord action with input argument uid executing the default action for the record and ending the process.