Cluster.runRuleFunction()
Signature
void runRuleFunction(String workMgrName, String ruleFnURI, Object[] args, boolean bInPreprocessContext)
Description
This function runs a ruleFunction continously as per the return status of the ruleFunction
Parameters
Name | Type | Description |
workMgrName | String | The workMgrName - The thread that will execute the rule Function |
ruleFnURI | String | The ruleFn to execute. This ruleFunction should return boolean true to continue, false to stop executing |
args | Object[] | The args for ruleFunction |