To enable an ActiveMatrix BusinessWorks process to call a BusinessEvents rule function, you configure one or more Invoke RuleFunction activities according to your needs. Execution is synchronous. See Invoking a BusinessEvents Rule Function From ActiveMatrix BusinessWorks 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) in TIBCO BusinessEvents Language Reference. RuleService
Provider The RuleServiceProvider identifies the BusinessEvents deployment to use for the integration. The deployment must be available to the ActiveMatrix BusinessWorks engine at runtime.Required for ActiveMatrix BusinessWorks containers only. If BusinessEvents is the container, any value present is ignored. Select the desired rule function from the BusinessEvents project.
Global Var? Specifies the rule session where the rule function is to execute.To specify a value, enter the BAR resource name, followed by .0, For example: 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 Default value is true. The working memory is locked during the invocation.You can set the value to false only if conditions explained in the section Using the lockWM Parameter are met. 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 type can be any of the following:String, integer, long, double, Boolean, datetime, concept, event, Void.
Copyright © TIBCO Software Inc. All Rights Reserved.