Cluster.runRuleFunction()

Signature

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

Domain

ACTION

Description

This function runs a ruleFunction continously as per the return status of the ruleFunction

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

Returns

TypeDescription
void