Navigation options for after service completion

To help the user go to a specific page after the client-side human service completes, you can configure the end event of the service to provide an alternative destination.

The implementation options for the end event indicate the intended behavior upon completion of the service and determine what the user sees at run time after the client-side human service completes successfully. For example, the user can see the case details user interface for a case instance or an IBM Process Portal page if a URL is specified as a JavaScript expression.

In the Implementation tab of the end event, under Event Navigation, the following navigation options are available.
Table 1. Navigation options available for end events
Option Description
Default (behavior provided by the hosting UI) Complete the client-side human service and go to the default page that is provided by the hosting user interface, such as Process Portal.
Go to the instance details UI Complete the client-side human service and go to the instance details user interface for the case or process instance that the client-side human service runs in. This option applies only to client-side human services that run in a case or process instance.
Go to a specified URL Specify a relative URL to go to when the service completes. The URL is relative to the hosting user interface, such as Process Portal. Because the URL is specified as a JavaScript expression, surround literal values with quotation marks.
Important: Navigation occurs only if the client-side human service is hosted in a user interface that supports navigation, such as Process Portal. The client-side human service notifies the hosting user interface of the URL to go to, but if the hosting user interface does not provide navigation support, navigation does not occur.