void runRuleFunction(String workMgrName, String ruleFnURI, Object[] args, boolean bInPreprocessContext)
void runRuleFunction(String workMgrName, String ruleFnURI, Object[] args, boolean bInPreprocessContext)
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 |
Type | Description |
---|---|
void |