Engine.ruleFunctionName()
Signature
String ruleFunctionName()
Description
Returns the name of the currently executing RuleFunction, or "" if there is none. For example, if executing RuleFunction A.B.C, this function will return "A.B.C".
Returns
Type | Description |
String | The name of the currently executing RuleFunction, or "" if there is none. |