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:
- 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.
- Click the button widget.
- In the Properties tab of the button
widget, click the Action tab.
- In the Action Type panel of the Action tab,
select Launch New Flow.
- In the flowId field of the Action
Details panel, click Select. The Processor selector dialog window
opens.
- In the Processor selector dialog window,
select the flow that you require the button widget to start when it
is clicked. Click OK.
- In the Enterprise Explorer pane, right-click
the XUI file that you are creating, and then click 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.