Siebel Financial Services Connector for IAA-XML Guide > Troubleshooting > Runtime Event Setting Issues >

Double Triggering the Same Workflow


Problem

After configuring the runtime event to trigger a workflow process, the system did not return or returned with the error message, "Try to read or write to the invalid memory address" at runtime.

Reason

Inside the workflow process, it may trigger the same runtime event, which is the caller of the current workflow. Therefore, the same workflow that was triggered is triggered again for the second time, and results in an infinite loop.

Solution

Use applet as event object type instead of using business component. This will restrict the event to focus on only one view instead of multiple views as business components are reused in many different ways. Users may not encounter the problem mentioned when configuring event using the business component object type only if it is certain that the selected business component will not be changed during the processing of that particular workflow.

Siebel Financial Services Connector for IAA-XML Guide Copyright © 2015, Oracle and/or its affiliates. All rights reserved. Legal Notices.