Siebel Financial Services Connector for IAA-XML Guide > Configuration Roadmap >
Configuring Runtime Event Manager
Oracle supports triggering workflows based on runtime events such as Write Record, which gets triggered whenever a record is written. Using a runtime event allows you to incorporate configured workflow functions into actual applications. NOTE: For details, see Siebel Events Management Guide.
The example in this section describes a runtime event that triggers a workflow when a new contact record is added by users through Siebel Financial Services Application. In the following procedure, a runtime event as well as the corresponding action is defined. To create a runtime event
- Start Siebel client.
- Navigate to the Administration - Runtime Events screen > Events > Events view.
- Add a new record and set the following fields:
- Sequence. 1
- Object Type. BusComp
- Object Name. Contact
- Events. WriteRecord
- Conditional Expression. LoginName='SADMIN'
- Select the Action Set Screen from the dropdown menu.
- Create a new Action Set record and set the following fields:
- Name. Trigger Workflow.
- Action Type. BusService
- Sequence. 1
- In the More Info applet you can alter the following values to meet you business requirements:
- Business Service Name. Workflow Process Manager
- Business Service Method. RunProcess
- Business Service Context. "ProcessName", "IAA Add Party outbound Workflow"
|