Rule Function Invokation from a Process
To enable an ActiveMatrix BusinessWorks 5 process to call a TIBCO BusinessEvents rule function, you need to configure an Invoke RuleFunction activity.
See Integration Components for an introduction to the integration features.
Note:
- See Thread Management for important information about avoiding deadlock.
- Be careful in using the ThreadLocal variable because the thread of execution may not be same as that in the prior activity.
- Concepts passed to the rule function are not automatically asserted. Similarly, events passed to the rule function are not automatically asserted. You must assert them explicitly.
- Object support is not provided. You cannot set Object in the scope of the rule function or as its return value. You must specify a specific type of TIBCO BusinessEvents object or a primitive (other than Object).
Copyright © TIBCO Software Inc. All Rights Reserved.