IBM WebSphere Multichannel Bank Transformation Toolkit, Version 7.1

Navigating to another flow from a page

Before you begin

Before you create a page that can be used to start another flow, you must make sure that you have already defined the second flow and that a .xml file of the second flow has been generated.

About this task

Use this task to create a page that enables the flow of the page to initiate another flow. You can configure the page so that an event is used to start the initial state of another flow. After the initial state of the second flow fires the start event, the second flow starts.

Procedure

To create a page that can be used to start another flow from the flow of the page, do the following steps:

  1. In the IBM® WebSphere® Multichannel Bank Transformation Toolkit XUI editor, create an XUI file. Add a button widget to the XUI file that is used to navigate to another flow.
    A sample XUI file that contains a button widget that is used to initiate another flow.
  2. Click the button widget.
  3. In the Properties tab of the button widget, click the Action tab.
  4. In the Action Type panel of the Action tab, select Launch New Flow.
  5. In the flowId field of the Action Details panel, click Select. The Processor selector dialog window opens.
  6. In the Processor selector dialog window, select the flow that you require the button widget to start when it is clicked. Click OK.
  7. In the Enterprise Explorer pane, right-click the XUI file that you are creating, and then click XUI Editor > Generate Dojo Page to create the .jsp file of the XUI file.

Results

When a customer clicks the button widget in the XUI file, a new flow is initiated.


Feedback