Copyright © TIBCO Software Inc. All Rights Reserved |
To enable an ActiveMatrix BusinessWorks process to call a TIBCO BusinessEvents rule function, you configure one or more Invoke RuleFunction activities according to your needs. Execution is synchronous. See Invoking a TIBCO BusinessEvents Rule Function from a Process and Working With Invoke RuleFunction Activities for more details.
Global Var? The name to appear as the label for the resource. Names follow Java variable naming restrictions. Do not use any reserved words. Names must be unique within a folder. See Identifiers (Names). RuleServiceProvider Configuration Browse to and select the RuleServiceProvider Configuration resource used in this process.The list rule functions you can select for the Rule Function field comes from the EAR file referenced in the selected RuleServiceProvider Configuration resource.
Global Var? Optional. Allows you to override the rule function specified in the Configuration tab.Enter a global variable that is used to specify the name of the rule function at runtime. Do not enter the .rulefunction extension. The rule function you specify must have the same signature as the function specified in the Configuration tab (and a different name). See Overriding the Rule Function at Runtime Map the available process data to the activity input, or enter values in the fields as appropriate for the datatype of each argument.
Data Type The return type for the specified rule function. Return can be void or any of the following types:
Copyright © TIBCO Software Inc. All Rights Reserved |