Configuring Runtime Events for Siebel Connector for IFX XML

Siebel supports triggering workflow processes based on runtime events. Using a runtime event allows you to incorporate configured workflow functions into actual applications. For complete information about runtime events, see Siebel Events Management Guide.

The example in this section describes a runtime event that sends data from the current record when it is created or modified. In the following procedure, a runtime event is defined and linked to an action that starts the example outbound workflow. It sends the active record as an IFX XML message in the example connector.

This task is a step in Roadmap for Configuring FINS IFX XML .

To create a runtime event

  1. In Siebel Financial Services, navigate to Administration - Runtime Events, then Action Sets view.

  2. Create a new Action Sets record, and enter the following values in the record and the More Info form:

    • Name = FINS IFX Tutorial Payment Request Add Action

    • Action Type = BusService

    • Business Service Name = Workflow Process Manager

    • Business Service Method = RunProcess

    • Business Service Context = “ProcessName", “FINS IFX Tutorial Outbound Connector"

      This is the name of the configured workflow that handles outbound messages.

  3. Navigate to the Events view, add a new record, and enter the following values:

    • Sequence= 1

    • Object Type = BusComp

    • Object Name = FIN Service Request Payment Request

    • Event = WriteRecordNew

    • Action Set Name = FINS IFX Tutorial Payment Request Add Action

  4. From the applet-level menu, choose Reload Runtime Events, so the changes take effect.