Passing an array of strings as an object while calling a virtual rule function in action area.

Passing an array of strings as an object while calling a virtual rule function in action area.

book

Article ID: KB0089282

calendar_today

Updated On:

Products Versions
TIBCO BusinessEvents Enterprise Edition -
Not Applicable -

Description

Resolution:
Description:
============

To pass an array of strings for the &ltObject> parameter of a rule function, use the code similar to the following in the custom action area of the decision table:

Object[] obj= {"String1", "String2", "String3"};
RuleFunction(obj)

Environment:
============

   o TIBCO BusinessEvents 3.0.1 and all hotfixes
   o All OS

Issue/Introduction

Passing an array of strings as an object while calling a virtual rule function in action area.