Cluster.runRuleFunction()

Signature

void runRuleFunction(String workMgrName, String ruleFnURI, Object[] args, boolean bInPreprocessContext)

Domain

Parameters

NameTypeDescription
workMgrNameStringThe workMgrName - The thread that will execute the rule Function
ruleFnURIStringThe ruleFn to execute. This ruleFunction should return boolean true to continue, false to stop executing
argsObject[]The args for ruleFunction
bInPreprocessContextbooleanIf the ruleFunction happens to modify, the working memory, then, how does execution work.

Returns

None.